SurfaceGraphShadowFormat

The shadow format property.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]])
graph = app.CartesianSurfaceGraphs:Add()
graph.Plots:Add(app.Models[1].Configurations[1].FarFields[1])

    -- Edit title 'SurfaceGraphShadowFormat' of the title frame

graph.Title.Frame.Shadow.Size = 1
graph.Title.Frame.Shadow.Visible = true

Usage locations (object properties)

The following objects have properties using the SurfaceGraphShadowFormat object:

Property List

Size
The drop shadow size. (Read/Write number)
Visible
Set the drop shadow visibility. (Read/Write boolean)

Property Details

Size
The drop shadow size.
Type
number
Access
Read/Write
Visible
Set the drop shadow visibility.
Type
boolean
Access
Read/Write