BitmapAreaElement
Canonical path: NemAll_Python_BasisElements.BitmapAreaElement
Bases: BasisElement, AllplanElement
Representation of the bitmap area in Allplan.
Methods:
-
GetBitmapAreaProperties–Get the BitmapArea properties
-
SetBitmapAreaProperties–Set the BitmapArea properties
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert to string
Attributes:
-
BitmapAreaProperties(BitmapAreaProperties) –Get the BitmapArea properties
BitmapAreaProperties
property
writable
BitmapAreaProperties: BitmapAreaProperties
Get the BitmapArea properties
GetBitmapAreaProperties
GetBitmapAreaProperties() -> BitmapAreaProperties
SetBitmapAreaProperties
SetBitmapAreaProperties(bitmapAreaProp: BitmapAreaProperties)
Set the BitmapArea properties
Parameters:
-
bitmapAreaProp(BitmapAreaProperties) –BitmapArea properties
__init__
overloaded
Initialize
__init__(
commonProp: CommonProperties,
bitmapAreaProp: BitmapAreaProperties,
geometryObject: object,
)
Constructor
Parameters:
-
commonProp(CommonProperties) –Common properties
-
bitmapAreaProp(BitmapAreaProperties) –BitmapArea properties
-
geometryObject(object) –Geometry element
__init__(element: BitmapAreaElement)
Placeholder