CADability dotNET
Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetCommonPlane(array<ICurve>[]()[][], Plane%) |
Tries to find a plane that contains most of the given curves.
|
![]() ![]() | GetCommonPlane(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. |
![]() ![]() | GetCommonPlane(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.
|