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(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 symbol should be scale dependent
-
IsStairSymbol(bool) –Get the stair symbol state
-
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
-
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 symbol should 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
SymbolTableForXml
property
writable
Get symbolTable for Xml definition
__eq__
__eq__(prop: Symbol2DProperties) -> bool
equal operator
Parameters:
-
prop(Symbol2DProperties) –PointSymbol2DProperties to compare
Returns:
-
bool–true if they are equal, false otherwise