export_iges Subroutine

private impure subroutine export_iges(this, filename)

Uses

    • forIGES
  • proc~~export_iges~2~~UsesGraph proc~export_iges~2 nurbs_surface%export_iges forIGES forIGES proc~export_iges~2->forIGES

Type Bound

nurbs_surface

Arguments

Type IntentOptional Attributes Name
class(nurbs_surface), intent(inout) :: this
character(len=*), intent(in) :: filename

Calls

proc~~export_iges~2~~CallsGraph proc~export_iges~2 nurbs_surface%export_iges append append proc~export_iges~2->append delete delete proc~export_iges~2->delete init init proc~export_iges~2->init makedpsections makedpsections proc~export_iges~2->makedpsections makegsection makegsection proc~export_iges~2->makegsection makessection makessection proc~export_iges~2->makessection proc~is_rational~2 nurbs_surface%is_rational proc~export_iges~2->proc~is_rational~2 writeigesfile writeigesfile proc~export_iges~2->writeigesfile

Called by

proc~~export_iges~2~~CalledByGraph proc~export_iges~2 nurbs_surface%export_iges program~example3_surface example3_surface program~example3_surface->proc~export_iges~2 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->proc~export_iges~2