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(float) –Control point offset
-
DescriptionText(str) –Description text (label)
-
Height(float) –Symbol height
-
IsAccordingToFillPointSymbol(bool) –Get the information about used constants
-
IsAngleRotation(bool) –Get the angle is regarded during modifications, e.g. rotation, state
-
IsDigitalTerrainModelSymbol(bool) –Get the digital terrain model symbol from AllGeo state
-
IsScaleDependent(bool) –Whether the point is to be scale dependent
-
IsStairSymbol(bool) –Get the stair symbol state
-
IsStation(bool) –Whether the point is a station
-
IsSymbolDefinedInXml(bool) –Get symbol is defined in Xml
-
IsUseInMinMaxCalculation(bool) –Get the symbol has to be regarded in MinMaxCalculation state
-
IsZoomDependent(bool) –Get the screen zooming has effect on the symbol size state
-
PrimaryPointNumber(int) –Primary point number
-
RotationAngle(Angle) –Rotation angle
-
SecondaryPointNumber(int) –Secondary point number
-
StairSymbolInformation(int) –Get the information for Stair Symbol
-
StationCode(float) –Point code or station depending on the value of IsStation property.
-
SymbolID(int) –Symbol ID
-
SymbolTableForXml(SymbolType) –Get symbolTable for Xml definition
-
Width(float) –Symbol width
IsAccordingToFillPointSymbol
property
writable
Get the information about used constants
IsAngleRotation
property
writable
Get the angle is regarded during modifications, e.g. rotation, state
IsDigitalTerrainModelSymbol
property
writable
Get the digital terrain model symbol from AllGeo state
IsScaleDependent
property
writable
Whether the point is to be scale dependent
IsUseInMinMaxCalculation
property
writable
Get the symbol has to be regarded in MinMaxCalculation state
IsZoomDependent
property
writable
Get the screen zooming has effect on the symbol size state
StairSymbolInformation
property
writable
Get the information for Stair Symbol
StationCode
property
writable
Point code or station depending on the value of IsStation property.
SymbolTableForXml
property
writable
Get symbolTable for Xml definition
__eq__
__eq__(prop: Symbol3DProperties) -> bool
equal operator
Parameters:
-
prop(Symbol3DProperties) –PointSymbol3DProperties to compare
Returns:
-
bool–true if they are equal, false otherwise