HatchingElement
Canonical path: NemAll_Python_BasisElements.HatchingElement
Bases: BasisElement, AllplanElement
Representation of the hatching in Allplan
Methods:
-
GetHatchingProperties–Get the hatching properties
-
SetHatchingProperties–Set the hatching properties
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert to string
Attributes:
-
HatchingProperties(HatchingProperties) –Get the hatching properties
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