Symbol3DProperties
Canonical path: NemAll_Python_BasisElements.Symbol3DProperties
Properties of the terrain point
Methods:
Attributes:
-
ControlPointOffset
(None
) –Control point offset
-
DescriptionText
(None
) –Description text (label)
-
Height
(None
) –Symbol height
-
IsScaleDependent
(None
) –Whether the point is to be scale dependent
-
IsStation
(None
) –Whether the point is a station
-
PrimaryPointNumber
(None
) –Primary point number
-
RotationAngle
(None
) –Rotation angle
-
SecondaryPointNumber
(None
) –Secondary point number
-
StationCode
(None
) –Point code or station depending on the value of IsStation property.
-
SymbolID
(None
) –Symbol ID
-
Width
(None
) –Symbol width
StationCode
property
Point code or station depending on the value of IsStation property.
__eq__
__eq__(prop: Symbol3DProperties) -> bool
equal operator
Parameters:
-
prop
(Symbol3DProperties
) –Symbol3DProperties to compare
Returns:
-
bool
–true if they are equal, false otherwise
Placeholder