M

Document.NewFloor

Description:
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.
Overloads (3):
public Floor NewFloor(
	CurveArray profile,
	bool structural
)
  • profile
    An array of planar lines and arcs that represent the horizontal profile of the floor.
  • Boolean
    structural
    If 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) .