2.0.7
Released: 21/11/2013
- Changed API:
- replaced
tiglWingComponentSegmentGetMaterialUIDs
withtiglWingComponentSegmentGetMaterialUID
andtiglWingComponentSegmentGetMaterialCount
- replaced
- General Changes:
- Implementation of far fields
- More work on STEP and IGES export. The geometry is now exported as faces instead of solids in the STEP export.
- Verification of airfoils during CPACS loading, this fixes twisted wing segments for some CPACS files
- Improved modelling of leading and trailing edge
- New Logging Framework
- New API functions:
tiglWingGetSegmentEtaXsi
, to transform global x,y,z coordinates into wing segment coordinatestiglExportFusedSTEP
, exports the trimmed/fused geometry as a step filetiglWingComponentSegmentGetMaterialUID
, to get the material UID at a point of the component segmenttiglWingComponentSegmentGetMaterialThickness
, to get the material thickness at a point of the component segmenttiglWingComponentSegmentGetMaterialCount
, to get the number of materials defined at a point of the component segmenttiglLogSetFileEnding
,tiglLogSetTimeInFilenameEnabled
,tiglLogToFileDisabled
,tiglLogToFileEnabled
,tiglLogToFileStreamEnabled
, to modify logging settings
- Fixes:
- fixed a bug in
tiglWingComponentSegmentGetSegmentIntersection
- fixed a bug in
- TiGLViewer:
- Loading of HOTSOSE mesh files
- Auto-reload of non-CPACS files
- Improved display of airfoils
- Improved error dialogs