<Code Lib>
M

Document.NewFloor(CurveArray, Boolean)

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
)

Return Value nullNothingnullptr If successful a new floor object within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Loading…