NearFieldExportSettings
Near field export options.
Example
application = cf.Application.getInstance() project = application:NewProject() nearField = project.Contents.SolutionConfigurations[1].NearFields:AddCartesian(1,0,0,0,0,0,11,1,1) -- Get the 'NearFieldExportSettings' nearFieldExportSettings = nearField.Advanced.ExportSettings -- Specify that the data should be exported to an ASCII file nearFieldExportSettings.ASCIIEnabled = true
Inheritance
The NearFieldExportSettings object is derived from the CompositeValue object.
Usage locations
The NearFieldExportSettings object can be accessed from the following locations:
- Properties
- NearFieldAdvancedSettings object has property ExportSettings.
- Methods
- NearFieldExportSettingsList object has method Append().
- NearFieldExportSettingsList object has method Get(number).
Property List
- ASCIIEnabled
- Export fields to ASCII file (*.efe, *.hfe). (Read/Write boolean)
- OutFileEnabled
- Export fields to *.out file. (Read/Write boolean)
- SEMCADEnabled
- Export fields to SEMCAD *.dat file. (Read/Write boolean)
- SPARK3DEnabled
- Export fields to SPARK3D *.fse file. (Read/Write boolean)
Property Details
- ASCIIEnabled
- Export fields to ASCII file (*.efe, *.hfe).
- Type
- boolean
- Access
- Read/Write
- OutFileEnabled
- Export fields to *.out file.
- Type
- boolean
- Access
- Read/Write
- SEMCADEnabled
- Export fields to SEMCAD *.dat file.
- Type
- boolean
- Access
- Read/Write
- SPARK3DEnabled
- Export fields to SPARK3D *.fse file.
- Type
- boolean
- Access
- Read/Write