HatchingElement
Canonical path: NemAll_Python_BasisElements.HatchingElement
Bases: BasisElement
, AllplanElement
Representation of the hatching in Allplan
HatchingProperties
property
writable
HatchingProperties: HatchingProperties
Get the hatching properties
GetHatchingProperties
GetHatchingProperties() -> HatchingProperties
SetHatchingProperties
SetHatchingProperties(hatchingProp: HatchingProperties)
__init__
overloaded
Initialize
__init__(
commonProp: CommonProperties,
hatchingProp: HatchingProperties,
polygon: Polygon2D,
)
Constructor
Parameters:
-
commonProp
(CommonProperties
) –Common properties
-
hatchingProp
(HatchingProperties
) –Hatching properties
-
polygon
(Polygon2D
) –Geometry element
__init__(element: HatchingElement)
Placeholder