Click or drag to resize

CurveExtension Class

Provides extension methods for the Curve type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryCurveExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class CurveExtension
Methods
  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