2023 Method
Changes 0
M

Document.NewOpening

Description:
Creates a rectangular opening on a wall.
Remarks:
Slanted stacked walls do not support rectangular openings.
public Opening NewOpening(
	Wall wall,
	XYZ pntStart,
	XYZ pntEnd
)
Return Value Opening If successful, an Opening object is returned.