EndSymbolsProperties
Canonical path: NemAll_Python_BasisElements.EndSymbolsProperties
Properties of start an end symbols of a ModelElement2D (line, polyline, etc...)
__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