Click or drag to resize

NurbsCurveNurbsCurveEndConditionType Enumeration

What end conditions to set

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum NurbsCurveEndConditionType
Members
  Member nameValueDescription
Nothing0 Set nothing
Position1 Set endpoint
Tangency2 Set tangent
Curvature3 Set curvature
See Also