NearFieldExportSettings

Near field export options.

Example

app = cf.GetApplication()
project = app:NewProject()
nearField = project.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


Usage locations (object properties)

The following objects have properties using the NearFieldExportSettings object:

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