T_Rhino_Geometry_RailType - mcneel/rhinocommon-api-docs GitHub Wiki
Rail types used for creating filleted Brep edges
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum RailTypeVB
Public Enumeration RailType
| Member name | Value | Description | |
|---|---|---|---|
| DistanceFromEdge | 0 | The distance from the edge curves determines the intersection. | |
| RollingBall | 1 | The radius of a rolling ball determines the intersection. | |
| DistanceBetweenRails | 2 | The distance between the edge rails determines the intersection. |
Supported in: 6.0.16224.21491