2027 Method
Changes 0
M

Document.NewOpening

Description:
Creates a new opening in a beam, brace and column.
Remarks:
This method forms opening on a beam, brace and column.
Overloads (4):
public Opening NewOpening(
	Element famInstElement,
	CurveArray profile,
	eRefFace iFace
)
  • famInstElement
    host element of the opening, can be a beam, brace and column.
  • profile
    profile of the opening.
  • iFace
    face on which opening is based on.
Return Value Opening If successful, an Opening object is returned.
  • Thrown if the family instance element does not exist in the given document.