NurbSpline
Description:
A nurb spline.
A nurb spline.
Remarks:
The nurb spline lies in the plane defined by control point, weight,knots,degree.
The nurb spline lies in the plane defined by control point, weight,knots,degree.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.GeometryObject
Autodesk.Revit.DB.Curve
Autodesk.Revit.DB.NurbSpline
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.GeometryObject
Autodesk.Revit.DB.Curve
Autodesk.Revit.DB.NurbSpline
public class NurbSpline : Curve
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clone() | Curve | Returns a copy of this curve. (Inherited from Curve ) | Curve |
| ComputeClosestPoints(Curve, Boolean, Boolean, Boolean, IList<ClosestPointsPairBetweenTwoCurves>) | None | (Inherited from Curve ) | Curve |
| ComputeDerivatives(Double, Boolean) | Transform | Returns the vectors describing the curve at the specified parameter. (Inherited from Curve ) | Curve |
| ComputeNormalizedParameter(Double) | Double | Computes the normalized curve parameter from the raw parameter. (Inherited from Curve ) | Curve |
| ComputeRawParameter(Double) | Double | Computes the raw parameter from the normalized parameter. (Inherited from Curve ) | Curve |
| Create(HermiteSpline) | NurbSpline | Creates a new geometric NurbSpline object from a HermiteSpline. | |
| CreateCurve(HermiteSpline) | Curve | Creates a new geometric Curve object by converting the given HermiteSpline. The created curve may be a NURBSpline or a simpler curve such as line or arc. | |
| CreateCurve(IList<XYZ>, IList<Double>) | Curve | ||
| CreateCurve(Int32, IList<Double>, IList<XYZ>) | Curve | ||
| CreateCurve(Int32, IList<Double>, IList<XYZ>, IList<Double>) | Curve | ||
| CreateOffset(Double, XYZ) | Curve | Creates a new curve that is an offset of the existing curve. (Inherited from Curve ) | Curve |
| CreateReversed() | Curve | Creates a new curve with the opposite orientation of the existing curve. (Inherited from Curve ) | Curve |
| CreateTransformed(Transform) | Curve | Crates a new instance of a curve as a transformation of this curve. (Inherited from Curve ) | Curve |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) | APIObject |
| Distance(XYZ) | Double | Returns the shortest distance from the specified point to this curve. (Inherited from Curve ) | Curve |
| Equals(Object) | Boolean | Determines whether the specified Object is equal to the current Object . (Inherited from GeometryObject ) | GeometryObject |
| Evaluate(Double, Boolean) | XYZ | Evaluates and returns the point that matches a parameter along the curve. (Inherited from Curve ) | Curve |
| GetEndParameter(Int32) | Double | Returns the raw parameter value at the start or end of this curve. (Inherited from Curve ) | Curve |
| GetEndPoint(Int32) | XYZ | Returns the 3D point at the start or end of this curve. (Inherited from Curve ) | Curve |
| GetEndPointReference(Int32) | Reference | Returns a stable reference to the start point or the end point of the curve. (Inherited from Curve ) | Curve |
| GetHashCode() | Int32 | Gets the integer value of the geometry object as hash code (Inherited from GeometryObject ) | GeometryObject |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| Intersect(Curve) | SetComparisonResult | Calculates the intersection of this curve with the specified curve. (Inherited from Curve ) | Curve |
| Intersect(Curve, IntersectionResultArray%) | SetComparisonResult | Calculates the intersection of this curve with the specified curve and returns the intersection results. (Inherited from Curve ) | Curve |
| IsInside(Double) | Boolean | Indicates whether the specified parameter value is within this curve's bounds. (Inherited from Curve ) | Curve |
| IsInside(Double, Int32%) | Boolean | Indicates whether the specified parameter value is within this curve's bounds and outputs the end index. (Inherited from Curve ) | Curve |
| MakeBound(Double, Double) | None | Changes the bounds of this curve to the specified values. (Inherited from Curve ) | Curve |
| MakeUnbound() | None | Makes this curve unbound. (Inherited from Curve ) | Curve |
| Project(XYZ) | IntersectionResult | Projects the specified point on this curve. (Inherited from Curve ) | Curve |
| SetControlPointsAndWeights(IList<XYZ>, DoubleArray) | None | ||
| SetGraphicsStyleId(ElementId) | None | Sets the graphics style id for this curve. (Inherited from Curve ) | Curve |
| Tessellate() | IList<XYZ> | Valid only if the curve is bound. Returns a polyline approximation to the curve. (Inherited from Curve ) | Curve |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ApproximateLength | double | The approximate length of the curve. (Inherited from Curve ) | Curve |
| CtrlPoints | IList<XYZ> | Returns the control points of the nurb spline. | |
| Degree | int | Returns the degree of the nurb spline. | |
| GraphicsStyleId | ElementId | The ElementId of the GeometryObject's GraphicsStyle (Inherited from GeometryObject ) | GeometryObject |
| Id | int | A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement. (Inherited from GeometryObject ) | GeometryObject |
| IsBound | bool | Describes whether the parameter of the curve is restricted to a particular interval. (Inherited from Curve ) | Curve |
| IsClosed | bool | Describes whether the curve is closed. (Inherited from Curve ) | Curve |
| IsCyclic | Boolean | The boolean value that indicates whether this curve is cyclic. (Inherited from Curve ) | Curve |
| IsElementGeometry | bool | Indicates whether this geometry is obtained directly from an Element. (Inherited from GeometryObject ) | GeometryObject |
| isRational | bool | Returns whether the nurb spline is rational or not. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| Knots | DoubleArray | Return/set the knots of the nurb spline. | |
| Length | double | The exact length of the curve. (Inherited from Curve ) | Curve |
| Period | double | The period of this curve. (Inherited from Curve ) | Curve |
| Reference | Reference | Returns a stable reference to the curve. (Inherited from Curve ) | Curve |
| Visibility | Visibility | The visibility. (Inherited from GeometryObject ) | GeometryObject |
| Weights | DoubleArray | Returns the weights of the nurb spline. |