Document.NewOpening
Description:
Creates a new shaft opening between a set of levels.
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.
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):
NewOpening(Level,Level,CurveArray)
public Opening NewOpening(
Level bottomLevel,
Level topLevel,
CurveArray profile
)
-
bottomLevelbottom level
-
topLeveltop level
-
profileprofile of the opening.
-
Thrown if the bottom level does not exist in the given document.
-
Thrown if the top level does not exist in the given document.