CurveOverlapPoint Class

A point of overlap of two curves and its type of overlap.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBCurveOverlapPoint

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class CurveOverlapPoint : IDisposable

The CurveOverlapPoint type exposes the following members.

Properties
 NameDescription
Public propertyFirstParameter The point's unnormalized parameter on the first curve.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyPoint The 3D coordinate of the point.
Public propertySecondParameter The point's unnormalized parameter on the second curve.
Public propertyType The type of overlap at the point.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CurveOverlapPoint
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also