T_Rhino_Geometry_BrepLoopType - mcneel/rhinocommon-api-docs GitHub Wiki

BrepLoopType Enumeration

Each brep loop has a defined type, e.g. outer, inner or point on surface.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum BrepLoopType

VB

Public Enumeration BrepLoopType

Members

 

Member name Value Description
Unknown 0 Unknown loop type.
Outer 1 2d loop curves form a simple closed curve with a counterclockwise orientation.
Inner 2 2d loop curves form a simple closed curve with a clockwise orientation.
Slit 3 Always closed - used internally during splitting operations.
CurveOnSurface 4 "loop" is a curveonsrf made from a single (open or closed) trim that has type TrimType.CurveOnSurface.
PointOnSurface 5 "loop" is a PointOnSurface made from a single trim that has type TrimType.PointOnSurface.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️