Skip to content

BlockFoundationElement

Canonical path: NemAll_Python_ArchElements.BlockFoundationElement

Bases: ArchElement, AllplanElement

Implementation of the Block Foundation element

Properties property writable

Get the Block Foundation properties

GetProperties

GetProperties() -> BlockFoundationProperties

Get the Block Foundation properties

Returns:

SetCommonProperties

SetCommonProperties(commonProp: CommonProperties)

Set the common properties

Parameters:

SetProperties

SetProperties(blockFoundationProp: BlockFoundationProperties)

Set the Block Foundation properties

Parameters:

__init__ overloaded

__init__()

Initialize

__init__(
    blockFoundationProp: BlockFoundationProperties, placementPoint: object
)

Constructor

Parameters:

  • blockFoundationprop

    Block Foundation properties

  • placementPoint (object) –

    Placement point

__init__(element: BlockFoundationElement)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder