SchematicSymbol

A schematic symbol.

Example

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

app.Schematics:ShowCableSchematic(project.Cables.Harnesses[1])

    -- Rotate a SchematicSymbol
    
schematicSymbol = app.Schematics[1].Symbols[1]
schematicSymbol:Rotate()

Inheritance

The following objects are derived (specialisations) from the SchematicSymbol object:

Property List

Position
The schematic symbol position. (Read only SchematicSymbolPosition)

Method List

Rotate ()
Rotates the symbol 90 degrees clockwise.

Property Details

Position
The schematic symbol position.
Type
SchematicSymbolPosition
Access
Read only

Method Details

Rotate ()
Rotates the symbol 90 degrees clockwise.