Skip to content

Symbol2DProperties

Canonical path: NemAll_Python_BasisElements.Symbol2DProperties

Properties of the point symbol

Methods:

  • __eq__

    equal operator

  • __init__

    Overloaded function. See individual overloads.

  • __repr__

    Convert to string

Attributes:

Height property writable

Height: float

Symbol height

IsAccordingToFillPointSymbol property writable

IsAccordingToFillPointSymbol: bool

Get the information about used constants

IsAngleRotation property writable

IsAngleRotation: bool

Get the angle is regarded during modifications, e.g. rotation, state

IsDigitalTerrainModelSymbol property writable

IsDigitalTerrainModelSymbol: bool

Get the digital terrain model symbol from AllGeo state

IsScaleDependent property writable

IsScaleDependent: bool

Whether the symbol should be scale dependent

IsStairSymbol property writable

IsStairSymbol: bool

Get the stair symbol state

IsSymbolDefinedInXml property writable

IsSymbolDefinedInXml: bool

Get symbol is defined in Xml

IsUseInMinMaxCalculation property writable

IsUseInMinMaxCalculation: bool

Get the symbol has to be regarded in MinMaxCalculation state

IsZoomDependent property writable

IsZoomDependent: bool

Get the screen zooming has effect on the symbol size state

PrimaryPointNumber property writable

PrimaryPointNumber: int

Primary point number

RotationAngle property writable

RotationAngle: Angle

Rotation angle

SecondaryPointNumber property writable

SecondaryPointNumber: int

Secondary point number

StairSymbolInformation property writable

StairSymbolInformation: int

Get the information for Stair Symbol

SymbolID property writable

SymbolID: int

Symbol ID

SymbolTableForXml property writable

SymbolTableForXml: SymbolType

Get symbolTable for Xml definition

Width property writable

Width: float

Symbol width

__eq__

__eq__(prop: Symbol2DProperties) -> bool

equal operator

Parameters:

Returns:

  • bool

    true if they are equal, false otherwise

__init__ overloaded

__init__()

Initialize

__init__(element: Symbol2DProperties)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder