Methods_T_Rhino_Geometry_Collections_NurbsSurfacePointList - mcneel/rhinocommon-api-docs GitHub Wiki
The NurbsSurfacePointList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
EpsilonEquals | Check that all values in other are within epsilon of the values in this |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetControlPoint | Gets the control point at the given (u, v) index. |
![]() |
GetGrevillePoint | Gets the Greville point (u, v) coordinates associated with the control point at the given indices. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
SetControlPoint(Int32, Int32, ControlPoint) | Sets the control point at the given (u, v) index. |
![]() ![]() |
SetControlPoint(Int32, Int32, Point3d) | Sets the control point at the given (u, v) index. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ValidateSpacing | Simple check of distance between adjacent control points |
NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace