tem_stlHead_type Derived Type

type, private :: tem_stlHead_type

This type contains STL information read from the Lua configuration.


Components

Type Visibility Attributes Name Initial
character(len=PathLen), public :: filename
integer, public :: fileformat
integer, public :: nSolids
integer, public :: nTris
integer, public :: nTexts
integer, public :: nNodes
integer, public :: id

Source Code

  type tem_stlHead_type
    character(len=PathLen) :: filename !< Filename of the STL File
    integer :: fileformat !< File format of the STL File
    integer :: nSolids !< number of solids
    integer :: nTris !< number of Tris
    integer :: nTexts !< number of texts
    integer :: nNodes !< number of nodes
    integer :: id !< stl header identification
  end type tem_stlHead_type