Document.NewSlab
Description:
Creates a slab within the project with the given horizontal profile using the default floor style.
Creates a slab within the project with the given horizontal profile using the default floor style.
Remarks:
The curves of the profile must be contiguous and the Face formed by profile should be suitable to create slab.
The curves of the profile must be contiguous and the Face formed by profile should be suitable to create slab.
public Floor NewSlab(
CurveArray profile,
Level level,
Line slopedArrow,
double slope,
bool isStructural
)
-
profileAn array of planar lines and arcs that represent the horizontal profile of the slab.
-
levelThe level on which the slab is to be placed.
-
slopedArrowA line use to control the sloped angle of the slab. It should be in the same face with profile.
-
DoubleslopeThe slope.
-
BooleanisStructuralIf set, specifies that the floor is structural in nature.
Return Value
nullNothingnullptr
If successful a new floor object within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .
-
Thrown if the level does not exist in the given document.