CurveByPointsUtils Class

A static class that contains methods for processing curves driven by points.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBCurveByPointsUtils

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

The CurveByPointsUtils type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodStatic memberAddCurvesToFaceRegion 
Public methodStatic memberCreateArcThroughPoints Creates an arc through the given reference points.
Public methodStatic memberCreateRectangle 
Public methodDisposeReleases all resources used by the CurveByPointsUtils
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetFaceRegions Gets the FaceRegions in the existing face.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetHostFace Gets the host face to which the CurveElement is added.
Public methodStatic memberGetProjectionType Gets the projection type of the CurveElement.
Public methodStatic memberGetSketchOnSurface Gets the relationship between the CurveElement and face.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberSetProjectionType Sets the projection type of the CurveElement.
Public methodStatic memberSetSketchOnSurface Sets the relationship between the CurveElement and face.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberValidateCurveElementIdArrayForFaceRegions 
Top
See Also