2027 Method
Changes 0
M

Document.NewOpening

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
)
  • bottomLevel
    bottom level
  • topLevel
    top level
  • profile
    profile of the opening.
Return Value Opening If successful, an Opening object is returned.