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(tem_stlData_type), | intent(out) | :: | stl_data | Array array of triangles in stlData |
||
| 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 | ||||
| integer, | private | :: | iVer |