2020 Class
Changes 0
C

HermiteSplineTangents

Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.HermiteSplineTangents
Name Return Type Description
C HermiteSplineTangents() None Constructs a new default instance of the class, with tangent vectors uninitialized.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P EndTangent XYZ The tangent vector at the end of the curve.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P StartTangent XYZ The tangent vector at the start of the curve.