HermiteSplineTangents
Description:
This class indicates tangency at the start, the end, or both ends of the curve.
This class indicates tangency at the start, the end, or both ends of the curve.
Remarks:
Initially, the tangent vectors will not be set, and no tangency condition will be imposed when the curve is created.
Initially, the tangent vectors will not be set, and no tangency condition will be imposed when the curve is created.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.HermiteSplineTangents
System.Object
Autodesk.Revit.DB.HermiteSplineTangents
public class HermiteSplineTangents : IDisposable
| Name | Return Type | Description |
|---|---|---|
| HermiteSplineTangents() | None | Constructs a new default instance of the class, with tangent vectors uninitialized. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| EndTangent | XYZ | The tangent vector at the end of the curve. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| StartTangent | XYZ | The tangent vector at the start of the curve. |