Importer
The model (geometry and mesh) importer.
Example
app = cf.GetApplication() project = app:NewProject() -- Import a Parasolid geometry model and a Nastran mesh project.Importer.Geometry:Import(FEKO_HOME..[[/shared/Resources/Automation/car_geometry.x_b]]) project.Importer.Mesh:Import(FEKO_HOME..[[/shared/Resources/Automation/demo_RM.nas]])
Usage locations (object properties)
The following objects have properties using the Importer object:
Property List
- CFXModel
- The CADFEKO model (*.cfx file) importer. (Read only CFXModelImporter)
- Geometry
- The geometry importer. (Read only GeometryImporter)
- KBL
- The KBL importer. (Read only KBLImporter)
- Mesh
- The mesh importer. (Read only MeshImporter)
- Type
- The object type string. (Read only string)
Property Details
- CFXModel
- The CADFEKO model (*.cfx file) importer.
- Type
- CFXModelImporter
- Access
- Read only
- Geometry
- The geometry importer.
- Type
- GeometryImporter
- Access
- Read only
- KBL
- The KBL importer.
- Type
- KBLImporter
- Access
- Read only
- Mesh
- The mesh importer.
- Type
- MeshImporter
- Access
- Read only
- Type
- The object type string.
- Type
- string
- Access
- Read only