Description:
Calculates the minimum and maximum distances between two curves. This function is useful for computing curve deviation. If you are not computing curve deviation, use ClosestPoints(Curve, out Point3d, out Point3d) .
Parameters:
- curveA
- Type: Curve
- A curve.
- curveB
- Type: Curve
- Another curve.
- tolerance
- Type: System.Double
- A tolerance value.
- maxDistance
- Type: System.Double
- The maximum distance value. This is an out reference argument.
- maxDistanceParameterA
- Type: System.Double
- The maximum distance parameter on curve A. This is an out reference argument.
- maxDistanceParameterB
- Type: System.Double
- The maximum distance parameter on curve B. This is an out reference argument.
- minDistance
- Type: System.Double
- The minimum distance value. This is an out reference argument.
- minDistanceParameterA
- Type: System.Double
- The minimum distance parameter on curve A. This is an out reference argument.
- minDistanceParameterB
- Type: System.Double
- The minimum distance parameter on curve B. This is an out reference argument.
Returns:
Type: Boolean
True if the operation succeeded; otherwise false.
Available since:
5.0