IsoSurface3DFormat

The near field plot isosurface properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Example_Expanded.fek]])    
firstActive3DView = app.Views[1]
nearFieldPlot = firstActive3DView.Plots:Add(app.Models[1].Configurations[1].NearFields[1])

    -- Set plot type to isosurface and adjust its properties

nearFieldPlot.PlotType = nearFieldPlot.PlotTypesAvailable[4]
nearFieldPlot.IsoSurface.ValuePercentage = 12

Usage locations (object properties)

The following objects have properties using the IsoSurface3DFormat object:

Property List

Colour
The colour of the isosurface when the near field plot type is set to isosurface. (Read/Write Colour)
Value
The value of the isosurface near field plot. The value is in the trace's QuantityType unit. (Read/Write number)
ValuePercentage
The value of the isosurface near field plot as a percentage. (Read/Write number)

Property Details

Colour
The colour of the isosurface when the near field plot type is set to isosurface.
Type
Colour
Access
Read/Write
Value
The value of the isosurface near field plot. The value is in the trace's QuantityType unit.
Type
number
Access
Read/Write
ValuePercentage
The value of the isosurface near field plot as a percentage.
Type
number
Access
Read/Write