CADability dotNET
Tries to find a plane that contains most of the given curves.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static bool GetCommonPlane(
	ICurve[] curves,
	out Plane CommonPlane
)
Visual Basic
Public Shared Function GetCommonPlane ( _
	curves As ICurve(), _
	<OutAttribute> ByRef CommonPlane As Plane _
) As Boolean
Visual C++
public:
static bool GetCommonPlane(
	array<ICurve^>^ curves, 
	[OutAttribute] Plane% CommonPlane
)

Parameters

curves
Type: array<CADability.GeoObject..::..ICurve>[]()[][]
CommonPlane
Type: CADability..::..Plane%

Return Value

See Also