CADability dotNET

Overload List

  NameDescription
Public methodGetIntersectionPoints(Border)
Public methodGetIntersectionPoints(ICurve2D)
Returns a list of all intersectionpoints of this border with the given curve. Some intersectionpoints may be found twice, if the Curve passes through a vertex of this border. The par1 member of the intersectionpoint is the parameter of this border (0.0<=par1<=this.Count) the par2 member is the parameter of the curve (0.0<=par1<=1.0).

See Also