T_Rhino_Geometry_Collections_NurbsSurfacePointList - mcneel/rhinocommon-api-docs GitHub Wiki
Provides access to the control points of a nurbs surface.
System.Object
Rhino.Geometry.Collections.NurbsSurfacePointList
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public sealed class NurbsSurfacePointList : IEnumerable<ControlPoint>,
IEnumerable
VB
Public NotInheritable Class NurbsSurfacePointList
Implements IEnumerable(Of ControlPoint), IEnumerable
The NurbsSurfacePointList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CountU | Gets the number of control points in the U direction of this surface. |
![]() |
CountV | Gets the number of control points in the V direction of this surface. |
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 |
Supported in: 6.0.16224.21491, 5D58w