Hi everyone, i have issue with making the floor with slope. As we know has a node called Floor.ByOutlineTypeAndLevel ,but this node can not make slope for floor. So i make a python code with method : NewSlab
The NewSlab method provides only one overload taking the following arguments:
- CurveArray profile
- Level level
- Line slopedArrow
- double slope
- bool isStructural
You can see following picture:
So What the type of 1st arrgument in method NewSlab ???
Anyone has idea ???