SlabOpeningElement
Canonical path: NemAll_Python_ArchElements.SlabOpeningElement
Bases: ArchElement
, AllplanElement
Representation of recess or opening in slab
GetPlacementPoint
GetPlacementPoint() -> Point2D
GetProperties
GetProperties() -> SlabOpeningProperties
SetCommonProperties
SetCommonProperties(commonProp: CommonProperties)
SetPlacementPoint
SetPlacementPoint(placementPoint: Point2D)
SetProperties
SetProperties(slabOpeningProp: SlabOpeningProperties)
Set the SlabOpening properties
Parameters:
-
slabOpeningProp
(SlabOpeningProperties
) –Slab opening properties
__init__
overloaded
Initialize
__init__(
slabOpeningProp: SlabOpeningProperties,
placementPoint: Point3D,
slabConnectionUUID: GUID,
)
Constructor
Parameters:
-
slabOpeningProp
(SlabOpeningProperties
) –SlabOpening properties
-
placementPoint
(Point3D
) –Placement point
-
slabConnectionUUID
(GUID
) –Connection UUID of the slab
__init__(
slabOpeningProp: SlabOpeningProperties,
placementPoint: Point2D,
slabConnectionUUID: GUID,
)
Constructor
Parameters:
-
slabOpeningProp
(SlabOpeningProperties
) –SlabOpening properties
-
placementPoint
(Point2D
) –Placement point
-
slabConnectionUUID
(GUID
) –Connection UUID of the slab
__init__(element: SlabOpeningElement)
Placeholder