Click or drag to resize

RailType Enumeration

Rail types used for creating filleted Brep edges

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum RailType
Members
  Member nameValueDescription
DistanceFromEdge0 The distance from the edge curves determines the intersection.
RollingBall1 The radius of a rolling ball determines the intersection.
DistanceBetweenRails2 The distance between the edge rails determines the intersection.
See Also