NurbsCurveNurbsCurveEndConditionType Enumeration |
What end conditions to set
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic enum NurbsCurveEndConditionType
Public Enumeration NurbsCurveEndConditionType
Members|
| Member name | Value | Description |
|---|
| Nothing | 0 |
Set nothing
|
| Position | 1 |
Set endpoint
|
| Tangency | 2 |
Set tangent
|
| Curvature | 3 |
Set curvature
|
Version InformationRhino for Windows
Supported in: 6.8
See Also