2027 Method
Changes 0
M

Document.NewOpening

Description:
Creates a new opening in a roof, floor and ceiling.
Overloads (4):
public Opening NewOpening(
	Element hostElement,
	CurveArray profile,
	bool bPerpendicularFace
)
  • hostElement
    Host element of the opening. Can be a roof, floor, or ceiling.
  • profile
    Profile of the opening.
  • Boolean
    bPerpendicularFace
    True if the profile is cut perpendicular to the intersecting face of the host. False if the profile is cut vertically.
Return Value Opening If successful, an Opening object is returned.