Methods_T_Rhino_Geometry_Collections_NurbsSurfacePointList - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfacePointList Methods

The NurbsSurfacePointList type exposes the following members.

Methods

 

Name Description
Public method EnsurePrivateCopy If you want to keep a copy of this class around by holding onto it in a variable after a command completes, call EnsurePrivateCopy to make sure that this class is not tied to the document. You can call this function as many times as you want.
Public method EpsilonEquals Check that all values in other are within epsilon of the values in this
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetControlPoint Gets the control point at the given (u, v) index.
Public method GetGrevillePoint Gets the Greville point (u, v) coordinates associated with the control point at the given indices.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method SetControlPoint(Int32, Int32, ControlPoint) Sets the control point at the given (u, v) index.
Public methodCode example SetControlPoint(Int32, Int32, Point3d) Sets the control point at the given (u, v) index.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method ValidateSpacing Simple check of distance between adjacent control points
  Back to Top

See Also

Reference

NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️