Exporter

The model (geometry and mesh) exporter.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]])

    -- Export all geometry to an ACIS file

project.Exporter.Geometry.ExportFileFormat = cf.Enums.ExportGeometryFileFormatEnum.ACIS
project.Exporter.Geometry:Export([[temp_Export.sat]])

    -- Export all mesh to a Nastran file

project.Exporter.Mesh.ExportFileFormat = cf.Enums.ExportFileFormatEnum.NASTRAN
project.Exporter.Mesh:Export([[temp_Export.nas]])

Usage locations (object properties)

The following objects have properties using the Exporter object:

Property List

Geometry
The geometry exporter. (Read only GeometryExporter)
Mesh
The mesh exporter. (Read only MeshExporter)
Type
The object type string. (Read only string)

Property Details

Geometry
The geometry exporter.
Type
GeometryExporter
Access
Read only
Mesh
The mesh exporter.
Type
MeshExporter
Access
Read only
Type
The object type string.
Type
string
Access
Read only