Document.NewFloor
Description:
Creates a floor within the project with the given horizontal profile using the default floor style.
Creates a floor 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 floor.
The curves of the profile must be contiguous and the Face formed by profile should be suitable to create floor.
Overloads (3):
NewFloor(CurveArray,Boolean)
public Floor NewFloor(
CurveArray profile,
bool structural
)
-
profileAn array of planar lines and arcs that represent the horizontal profile of the floor.
-
BooleanstructuralIf 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) .