<Code Lib>
2024 Method
Changes 0
M

Document.NewOpening(Level, Level, CurveArray)

Description:
Creates a new shaft opening between a set of levels.
Remarks:
This method forms an opening on floor, ceiling and roof. Make sure topLevel is higher than bottomLevel, otherwise an exception will be returned.
Overloads (4):

public Opening NewOpening(
	Level bottomLevel,
	Level topLevel,
	CurveArray profile
)

Return Value Opening If successful, an Opening object is returned.

Loading…