<Code Lib>
2025 Method
Changes 0
M

CurveLoop.IsRectangular

Description:
Identifies if the curve loop is rectangular with respect to a given projection plane.

public bool IsRectangular(
	Plane plane
)

  • plane
    The plane to which the curves will be projected to determine if they represent a rectangle.
Return Value Boolean True if the curve loop is rectangular, false otherwise.

Loading…