<Code Lib>
2023 Method
Changes 0
M

Document.NewOpening(Wall, XYZ, XYZ)

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.

Loading…