CommonProperties
Canonical path: NemAll_Python_BaseElements.CommonProperties
Representation of format properties, common for all kind of Allplan elements, such as General elements, architectural components or reinforcement. This class contains information about e.g. pen thickness, stroke type and color, with which an Allplan element is drawn in the viewport.
HelpConstruction
property
writable
Get flag if pen and stroke is help construction
VisibleInsideZoomwindows
property
writable
Get the visible inside zoom window state
VisibleOutsideZoomwindows
property
writable
Get the visible outside zoom window state
GetColorPenStrokeByLayerFromLayerNumber
staticmethod
GetColorPenStrokeByLayerFromLayerNumber(
layernumber: int,
) -> list[int] | VecIntList
__eq__
__eq__(props: CommonProperties) -> object
Compare operator
Parameters:
-
props
(CommonProperties
) –Properties to compare
Returns:
-
object
–Properties a equal: true/false
Placeholder