Currents3DFormat

The currents 3D plot visualisation properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]])

    -- Display flat shaded current plot

current = app.Views[1].Plots:Add(app.Models[1].Configurations[1].SurfaceCurrents[1])
current.Visualisation.FlatShaded = true

Usage locations (object properties)

The following objects have properties using the Currents3DFormat object:

Property List

FlatShaded
Specifies whether discrete colours (flat shading) should be enabled or disabled for the currents plot. (Read/Write boolean)

Property Details

FlatShaded
Specifies whether discrete colours (flat shading) should be enabled or disabled for the currents plot.
Type
boolean
Access
Read/Write