Click or drag to resize

SubDEdgeChainIsConvexLoop Method

True when the chain is a closed loop that is convex.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public bool IsConvexLoop(
	bool strictlyConvex
)

Parameters

strictlyConvex
Type: SystemBoolean
If true, a loop with three or more colinear points in a row is not convex.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.SubDEdgeChain.IsConvexLoop(System.Boolean)"]

See Also