Document.NewOpening
Description:
Creates a new opening in a roof, floor and ceiling.
Creates a new opening in a roof, floor and ceiling.
Overloads (4):
NewOpening(Element,CurveArray,Boolean)
public Opening NewOpening(
Element hostElement,
CurveArray profile,
bool bPerpendicularFace
)
-
hostElementHost element of the opening. Can be a roof, floor, or ceiling.
-
profileProfile of the opening.
-
bPerpendicularFaceTrue if the profile is cut perpendicular to the intersecting face of the host. False if the profile is cut vertically.
-
Thrown if the host element does not exist in the given document.