Curve
|
A point of overlap of two curves and its type of overlap.

System
Object
Autodesk.Revit.DB CurveOverlapPoint
Autodesk.Revit.DB CurveOverlapPoint
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)

The CurveOverlapPoint type exposes the following members.

Name | Description | |
---|---|---|
![]() |
FirstParameter | The point's unnormalized parameter on the first curve. |
![]() |
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() |
Point | The 3D coordinate of the point. |
![]() |
SecondParameter | The point's unnormalized parameter on the second curve. |
![]() |
Type | The type of overlap at the point. |

Name | Description | |
---|---|---|
![]() |
Dispose | Releases all resources used by the CurveOverlapPoint |
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from Object ) |
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from Object ) |
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from Object ) |
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from Object ) |
