EndSymbolsProperties
Canonical path: NemAll_Python_BasisElements.EndSymbolsProperties
Properties of start an end symbols of a ModelElement2D (line, polyline, etc...)
Methods:
-
__eq__
–equal operator
-
__init__
–Overloaded function. See individual overloads.
-
__repr__
–Convert the list to a string
Attributes:
-
EndID
(None
) –Property for end symbol ID
-
EndSize
(None
) –Property for end symbol size
-
StartID
(None
) –Property for start symbol ID
-
StartSize
(None
) –Property for start symbol size
__eq__
__eq__(prop: EndSymbolsProperties) -> bool
equal operator
Parameters:
-
prop
(EndSymbolsProperties
) –EndSymbolsProperties to compare
Returns:
-
bool
–true if they are equal, false otherwise
__init__
overloaded
Initialize
Constructor
Parameters:
-
startID
(int
) –ID of the start symbol
-
startSize
(float
) –Size of the start symbol
-
endID
(int
) –ID of the end symbol
-
endSize
(float
) –Size of the end symbol
Placeholder