Methods_T_Rhino_Geometry_Collections_NurbsCurvePointList - mcneel/rhinocommon-api-docs GitHub Wiki
The NurbsCurvePointList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ChangeEndWeights | Use a combination of scaling and reparameterization to change the end weights to the specified values. |
![]() |
ControlPolygon | Constructs a polyline through all the control points. Note that periodic curves generate a closed polyline with fewer points than control-points. |
![]() |
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.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MakeNonRational | Sets all the control points to 1.0. |
![]() |
MakeRational | Turns the curve into a Rational nurbs curve. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetPoint(Int32, Point3d) | Sets a specific control-point. |
![]() |
SetPoint(Int32, Point4d) | Sets a specific weighted control-point. |
![]() ![]() |
SetPoint(Int32, Double, Double, Double, Double) | Sets a specific control-point. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ValidateSpacing | Simple check of distance between adjacent control points |
NurbsCurvePointList Class
Rhino.Geometry.Collections Namespace