Click or drag to resize

CurveExtension Class

Provides extension methods for the Curve type.
Inheritance Hierarchy
System.Object
  Gile.AutoCAD.R20.Geometry.CurveExtension

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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