CADability dotNET

Overload List

  NameDescription
Public methodStatic memberGetCommonPlane(array<ICurve>[]()[][], Plane%)
Tries to find a plane that contains most of the given curves.
Public methodStatic memberGetCommonPlane(GeoPoint, ICurve, Plane%)
Determines the commomn plane of a point and a curve. Returns the common plane in the parameter and true if there is such a plane. Returns false, if the point lies not in the plane.
Public methodStatic memberGetCommonPlane(ICurve, ICurve, Plane%)
Determines the common plane of the two curves. If there is a common plane, the Parameter CommonPlane gets the result ant the function returns true. Otherwise the function returns false.

See Also