sdr_load_stl Subroutine

public subroutine sdr_load_stl(triArray, spaObjArray, attr_pos, transform, conf, thandle)

This routine loads STL files from config and reads the triangles from the files into the dynamic array of triangles.

Arguments

Type IntentOptional Attributes Name
type(grw_trianglearray_type), intent(inout) :: triArray

Dynamic array of triangles

type(grw_spatialObjArray_type), intent(inout) :: spaObjArray

Growing array of geometrical objects.

integer, intent(in) :: attr_pos

Position of the attribute, this object is connected to.

type(tem_transformation_type), intent(in) :: transform

transformation for spatial object

type(flu_State) :: conf

Lua state

integer, intent(in) :: thandle

Calls

proc~~sdr_load_stl~~CallsGraph proc~sdr_load_stl sdr_load_stl append append proc~sdr_load_stl->append tem_load_stl tem_load_stl proc~sdr_load_stl->tem_load_stl

Called by

proc~~sdr_load_stl~~CalledByGraph proc~sdr_load_stl sdr_load_stl proc~sdr_load_geom_table_single sdr_load_geom_table_single proc~sdr_load_geom_table_single->proc~sdr_load_stl proc~sdr_load_geom_table sdr_load_geom_table proc~sdr_load_geom_table->proc~sdr_load_geom_table_single proc~sdr_load_spatialobject_single sdr_load_spatialObject_single proc~sdr_load_spatialobject_single->proc~sdr_load_geom_table proc~sdr_load_geometry sdr_load_geometry proc~sdr_load_geometry->proc~sdr_load_spatialobject_single