TiGL
2.2.3
|
Typedefs | |
typedef unsigned int | TiglGeometricComponentType |
Enumerations | |
enum | TiglAlgorithmCode { TIGL_INTERPOLATE_LINEAR_WIRE = 0, TIGL_INTERPOLATE_BSPLINE_WIRE = 1, TIGL_APPROXIMATE_BSPLINE_WIRE = 2 } |
enum | TiglBoolean { TIGL_FALSE = 0, TIGL_TRUE = 1 } |
enum | TiglImportExportFormat { TIGL_IMPORTEXPORT_IGES = 0, TIGL_IMPORTEXPORT_STEP = 1, TIGL_IMPORTEXPORT_STL = 2, TIGL_IMPORTEXPORT_VTK = 3 } |
enum | TiglLogLevel { TILOG_SILENT =0, TILOG_ERROR =1, TILOG_WARNING =2, TILOG_INFO =3, TILOG_DEBUG =4, TILOG_DEBUG1 =5, TILOG_DEBUG2 =6, TILOG_DEBUG3 =7, TILOG_DEBUG4 =8 } |
enum | TiglReturnCode { TIGL_SUCCESS = 0, TIGL_ERROR = 1, TIGL_NULL_POINTER = 2, TIGL_NOT_FOUND = 3, TIGL_XML_ERROR = 4, TIGL_OPEN_FAILED = 5, TIGL_CLOSE_FAILED = 6, TIGL_INDEX_ERROR = 7, TIGL_STRING_TRUNCATED = 8, TIGL_WRONG_TIXI_VERSION = 9, TIGL_UID_ERROR = 10, TIGL_WRONG_CPACS_VERSION = 11, TIGL_UNINITIALIZED = 12, TIGL_MATH_ERROR = 13, TIGL_WRITE_FAILED = 14 } |
enum | TiglSymmetryAxis { TIGL_NO_SYMMETRY = 0, TIGL_X_Y_PLANE = 1, TIGL_X_Z_PLANE = 2, TIGL_Y_Z_PLANE = 3 } |
typedef unsigned int TiglGeometricComponentType |
Definition of possible types for geometric components. Used for calculations where the type if the component changes the way of behavior.
enum TiglAlgorithmCode |
Definition of possible algorithms used in calculations. Use these constants to define the algorithm to be used e.g. in interpolations.
enum TiglBoolean |
Definition of the different file formats used for import/export used in TIGL.
enum TiglLogLevel |
Definition of possible logging levels
enum TiglReturnCode |
Definition of possible error return codes of some functions.
enum TiglSymmetryAxis |