T_Rhino_Geometry_BlendType - mcneel/rhinocommon-api-docs GitHub Wiki
Blend types used for creating filleted Brep edges
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum BlendTypeVB
Public Enumeration BlendType
| Member name | Value | Description | |
|---|---|---|---|
| Chamfer | 0 | Creates a ruled surface between brep edges with varying chamfer distances. | |
| Fillet | 1 | Creates a tangent surface between brep edges with varying radius values. | |
| Blend | 2 | Creates a curvature-continuous blend surface between brep edges with varying radius values. |
Supported in: 6.0.16224.21491