Skip to content

BitmapAreaElement

Canonical path: NemAll_Python_BasisElements.BitmapAreaElement

Bases: BasisElement, AllplanElement

Representation of the bitmap area in Allplan.

Methods:

Attributes:

BitmapAreaProperties property writable

BitmapAreaProperties: BitmapAreaProperties

Get the BitmapArea properties

GetBitmapAreaProperties

GetBitmapAreaProperties() -> BitmapAreaProperties

Get the BitmapArea properties

Returns:

SetBitmapAreaProperties

SetBitmapAreaProperties(bitmapAreaProp: BitmapAreaProperties)

Set the BitmapArea properties

Parameters:

__init__ overloaded

__init__()

Initialize

__init__(
    commonProp: CommonProperties,
    bitmapAreaProp: BitmapAreaProperties,
    geometryObject: object,
)

Constructor

Parameters:

__init__(element: BitmapAreaElement)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder