Curve Members

The Curve type exposes the following members.

Methods

  NameDescription
Public methodClone
Returns a copy of this curve.
Public methodComputeClosestPoints
Find the closest points between two curves. Closest points mean closest pairs of points, each pair consisting of a point on this, say P1, and a point on other curve, say P2. P1 and P2 are closest locally. Each pairs of closest points will be represented by the corresponding parameter values with respect to the two curves and the 3d points. A closest pair is also known as a pair of critical points of the distance function between points of the two curves. If the input parameter returnAllCriticalPoints is set to false, then the function will return only pairs with minimum distance.
Public methodComputeDerivatives
Returns the vectors describing the curve at the specified parameter.
Public methodComputeNormalizedParameter
Computes the normalized curve parameter from the raw parameter.
Public methodComputeRawParameter
Computes the raw parameter from the normalized parameter.
Public methodCreateOffset
Creates a new curve that is an offset of the existing curve.
Public methodCreateReversed
Creates a new curve with the opposite orientation of the existing curve.
Public methodCreateTransformed
Crates a new instance of a curve as a transformation of this curve.
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodDistance
Returns the shortest distance from the specified point to this curve.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from GeometryObject.)
Public methodEvaluate
Evaluates and returns the point that matches a parameter along the curve.
Public methodGetEndParameter
Returns the raw parameter value at the start or end of this curve.
Public methodGetEndPoint
Returns the 3D point at the start or end of this curve.
Public methodGetEndPointReference
Returns a stable reference to the start point or the end point of the curve.
Public methodGetHashCode
Gets the integer value of the geometry object as hash code
(Inherited from GeometryObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect(Curve)
Calculates the intersection of this curve with the specified curve.
Public methodIntersect(Curve, IntersectionResultArray%)
Calculates the intersection of this curve with the specified curve and returns the intersection results.
Public methodIsInside(Double)
Indicates whether the specified parameter value is within this curve's bounds.
Public methodIsInside(Double, Int32%)
Indicates whether the specified parameter value is within this curve's bounds and outputs the end index.
Public methodMakeBound
Changes the bounds of this curve to the specified values.
Public methodMakeUnbound
Makes this curve unbound.
Public methodProject
Projects the specified point on this curve.
Public methodSetGraphicsStyleId
Sets the graphics style id for this curve.
Public methodTessellate
Valid only if the curve is bound. Returns a polyline approximation to the curve.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyApproximateLength
The approximate length of the curve.
Public propertyGraphicsStyleId
The ElementId of the GeometryObject's GraphicsStyle
(Inherited from GeometryObject.)
Public propertyIsBound
Describes whether the parameter of the curve is restricted to a particular interval.
Public propertyIsCyclic
The boolean value that indicates whether this curve is cyclic.
Public propertyIsElementGeometry
Indicates whether this geometry is obtained directly from an Element.
(Inherited from GeometryObject.)
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyLength
The exact length of the curve.
Public propertyPeriod
The period of this curve.
Public propertyReference
Returns a stable reference to the curve.
Public propertyVisibility
The visibility.
(Inherited from GeometryObject.)

See Also