SolutionHarnessSchematicSettings

The solution harness schematic settings.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Cables.cfx]])

schematicSettings = project.Cables.Harnesses[1].SchematicSettings

    -- Use the SchematicSettings to modify the projection type
   
schematicSettings.ProjectionType = cf.Enums.CableHarnessSchematicProjectionMethodEnum.XZPlane

Usage locations (object properties)

The following objects have properties using the SolutionHarnessSchematicSettings object:

Property List

ConnectorSpacing
The connector spacing. This must be a value in the range [25, 1000]. (Read/Write number)
CrossSectionsVisible
True if the cross sections are visible on the schematic. (Read/Write boolean)
ProjectionType
The projection of the cable harness from 3D space to 2D space. (Read/Write CableHarnessSchematicProjectionMethodEnum)

Property Details

ConnectorSpacing
The connector spacing. This must be a value in the range [25, 1000].
Type
number
Access
Read/Write
CrossSectionsVisible
True if the cross sections are visible on the schematic.
Type
boolean
Access
Read/Write
ProjectionType
The projection of the cable harness from 3D space to 2D space.
Type
CableHarnessSchematicProjectionMethodEnum
Access
Read/Write