Share

CurveOverlapPoint Class

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

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.CurveOverlapPoint


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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)

See Also

Reference

Was this information helpful?