This routine loads STL files from config and reads the triangles from the files into the dynamic array of triangles.
| Type | Intent | Optional | 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 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iTri | ||||
| type(tem_stlData_type), | private | :: | stl_data | ||||
| type(sdr_spatialObj_type), | private | :: | spatialObj | ||||
| type(tem_triangle_type), | private | :: | loc_tri |