Click or drag to resize

PointFaceRelation Enumeration

Enumerates the possible point/BrepFace spatial relationships.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum PointFaceRelation
Members
  Member nameValueDescription
Exterior0 Point is on the exterior (the trimmed part) of the face.
Interior1 Point is on the interior (the existing part) of the face.
Boundary2 Point is in limbo.
See Also