AssemblyGroupElement
Canonical path: NemAll_Python_Precast.AssemblyGroupElement
Bases: PrecastElement
, AllplanElement
AssemblyGroupElement class
FixtureElementsList
property
List of parametric fixtures which should be included in the assembly group Value type: list
:type: None
LibraryElementsList
property
List of library fixtures which should be included in the assembly group Value type: list
:type: None
ReinforcementList
property
List of reinforcement placements which should be included in the assembly group Value type: list
:type: None
__init__
overloaded
Initialize
__init__(
name: str,
number: int,
LibraryElementsList: list,
FixtureElementsList: list,
ReinforcementList: list,
)
Constructor
Parameters:
-
name
(str
) –Name of the assembly group
-
number
(int
) –Number of the assembly group
-
LibraryElementsList
(list
) –List of library fixtures which should be included in the assembly group
-
FixtureElementsList
(list
) –List of parametric fixtures which should be included in the assembly group
-
ReinforcementList
(list
) –List of reinforcement placements which should be included in the assembly group