Click or drag to resize

BrepReplaceEdgeMethod Enumeration

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public enum BrepReplaceEdgeMethod
Members
  Member nameValueDescription
Line0Replace the edge with a straight line across the gap.
ExtendSideEdges1Extend the two adjacent edges until they meet.
Curve2Replace the edge with a supplied curve.
See Also