Click or drag to resize

BrepTrimListMatchEnds Method (BrepLoop)

Match the endpoints of all trims in a loop.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.19
Syntax
public bool MatchEnds(
	BrepLoop loop
)

Parameters

loop
Type: Rhino.GeometryBrepLoop
The Brep loop.

Return Value

Type: Boolean
true if any trim's 2d curve is changed, false otherwise.
See Also