export_iges Subroutine

private impure subroutine export_iges(this, filename)

Uses

    • forIGES
  • proc~~export_iges~~UsesGraph proc~export_iges nurbs_surface%export_iges forIGES forIGES proc~export_iges->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~~CallsGraph proc~export_iges nurbs_surface%export_iges append append proc~export_iges->append delete delete proc~export_iges->delete init init proc~export_iges->init makedpsections makedpsections proc~export_iges->makedpsections makegsection makegsection proc~export_iges->makegsection makessection makessection proc~export_iges->makessection proc~is_rational nurbs_surface%is_rational proc~export_iges->proc~is_rational writeigesfile writeigesfile proc~export_iges->writeigesfile

Called by

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