Click or drag to resize

NurbsCurveFitParametersClone Method

Supports the ICloneable inteface and creates a new NurbsCurveFitParameters object with the same property values as this instance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Object Clone()

Return Value

Type: Object

[Missing <returns> documentation for "M:Rhino.Geometry.NurbsCurveFitParameters.Clone"]

Implements

ICloneableClone
See Also