public void ComputeClosestPoints(
Curve otherCurve,
bool withinThisCurveBounds,
bool withinOtherCurveBounds,
bool returnAllCriticalPnts,
out IList<ClosestPointsPairBetweenTwoCurves> resultList
)
public:
void ComputeClosestPoints(
Curve^ otherCurve,
bool withinThisCurveBounds,
bool withinOtherCurveBounds,
bool returnAllCriticalPnts,
[OutAttribute] IList<ClosestPointsPairBetweenTwoCurves^>^% resultList
)
member ComputeClosestPoints :
otherCurve : Curve *
withinThisCurveBounds : bool *
withinOtherCurveBounds : bool *
returnAllCriticalPnts : bool *
resultList : IList<ClosestPointsPairBetweenTwoCurves> byref -> unit