FixtureElement
Canonical path: NemAll_Python_Precast.FixtureElement
Bases: PrecastElement, AllplanElement
FixtureElement class
Methods:
-
GetFixtureProperties–Get the Fixture properties
-
GetHash–Get the hash value
-
GetSlideList–Get the slide object list
-
SetFixtureProperties–Set the Fixture properties
-
SetHash–Set the hash value
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert the list to a string
GetFixtureProperties
GetFixtureProperties() -> FixtureProperties
SetFixtureProperties
SetFixtureProperties(fixProp: FixtureProperties)
__init__
overloaded
Initialize
__init__(fixProp: FixtureProperties, slideList: list)
Constructor
Parameters:
-
fixProp(FixtureProperties) –Fixture properties
-
slideList(list) –Slide list of fixture definition
Placeholder