Click or drag to resize

ICurve Methods

The ICurve type exposes the following members.

Methods
  NameDescription
Public methodContains
Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset.
Public methodCurvatureAt
Evaluate the curvature vector at a curve parameter.
Public methodDivideByLength
Divide the curve into specific length segments.
Public methodGetBoundingBox
Boundingbox solver. Gets the world axis aligned boundingbox for the geometry.
Public methodGetNextDiscontinuity
Searches for a derivative, tangent, or curvature discontinuity.
Public methodIncludesParameter
Tests a parameter for Interval inclusion.
Public methodPointAt
Evaluates point at a curve parameter.
Public methodTangentAt
Evaluates the unit tangent vector at a curve parameter.
Top
See Also