CADability dotNET

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

Syntax

C#
public static CompoundShape CreateFromList(
	GeoObjectList TheObjects,
	double maxGap,
	out Plane plane
)
Visual Basic
Public Shared Function CreateFromList ( _
	TheObjects As GeoObjectList, _
	maxGap As Double, _
	<OutAttribute> ByRef plane As Plane _
) As CompoundShape
Visual C++
public:
static CompoundShape^ CreateFromList(
	GeoObjectList^ TheObjects, 
	double maxGap, 
	[OutAttribute] Plane% plane
)

See Also