Skip to content

Symbol3DProperties

Canonical path: NemAll_Python_BasisElements.Symbol3DProperties

Properties of the terrain point

Methods:

  • __eq__

    equal operator

  • __init__

    Overloaded function. See individual overloads.

  • __repr__

    Convert to string

Attributes:

ControlPointOffset property writable

ControlPointOffset: float

Control point offset

DescriptionText property writable

DescriptionText: str

Description text (label)

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 point is to be scale dependent

IsStairSymbol property writable

IsStairSymbol: bool

Get the stair symbol state

IsStation property writable

IsStation: bool

Whether the point is a station

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

StationCode property writable

StationCode: float

Point code or station depending on the value of IsStation property.

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: Symbol3DProperties) -> bool

equal operator

Parameters:

Returns:

  • bool

    true if they are equal, false otherwise

__init__ overloaded

__init__()

Initialize

__init__(element: Symbol3DProperties)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder