The CurveByPointsUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddCurvesToFaceRegion
Adds The CurveElements to one or more FaceRegions.
Public methodStatic memberCreateArcThroughPoints
Creates an arc through the given reference points.
Public methodStatic memberCreateRectangle
Creates rectangle on face or sketchplane for two given diagonal points.
Public methodDispose
Releases all resources used by the CurveByPointsUtils
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetFaceRegions
Gets the FaceRegions in the existing face.
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 methodGetType
Gets 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValidateCurveElementIdArrayForFaceRegions
Validates that the input CurveElements can define FaceRegions. The CurveElements must be CurveByPoints. Each curve must be entirely hosted by a single Face or hosts related to a common Face (for example, Edges of a common Face, other CurveElements hosted by a common Face). To be added to the FaceRegion definition, a CurveElement must have the SketchOnSurface attribute set.

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also