Click or drag to resize

CurveExtensionIsPointOnCurve Method

Overload List
  NameDescription
Public methodStatic memberIsPointOnCurve(Curve, Point3d)
Calls curve.IsPointOnCurve(Point3d point, Tolerance tolerance) with tolerance set to Global.
Public methodStatic memberIsPointOnCurve(Curve, Point3d, Tolerance)
Checks if point is within the distance Tolerance.EqualPoint from this curve.
Top
See Also