2026 Method
Changes 6
M

Ceiling.GetCeilingGridLines

Description:
Get the geometric representation of the ceiling grid, optionally including the ceiling boundary.
public IList<Curve> GetCeilingGridLines(
	bool includeBoundary
)
  • Boolean
    includeBoundary
    Include the boundary of the ceiling with the grid lines.
Return Value IList<Curve> The curves representing the ceiling grid, optionally including the ceiling boundary.