Click or drag to resize

NurbsCurveFitParametersTangentMatch Enumeration

The TangentMatch enum is used to constrain the tangents of the rebuilt curve to match those of the target curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum TangentMatch
Members
  Member nameValueDescription
None0 Ignore target curve start and end tangent directions.
AtStart1 Match the target curve start tangent direction.
AtEnd2 Match the target curve end tangent direction.
AtStartAndEnd3 Match the target curve start and end tangent direction.
See Also