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,
	GeoPoint innerPoint,
	bool connected,
	bool excludeHoles,
	double maxGap,
	out Plane plane
)
Visual Basic
Public Shared Function CreateFromList ( _
	TheObjects As GeoObjectList, _
	innerPoint As GeoPoint, _
	connected As Boolean, _
	excludeHoles As Boolean, _
	maxGap As Double, _
	<OutAttribute> ByRef plane As Plane _
) As CompoundShape
Visual C++
public:
static CompoundShape^ CreateFromList(
	GeoObjectList^ TheObjects, 
	GeoPoint innerPoint, 
	bool connected, 
	bool excludeHoles, 
	double maxGap, 
	[OutAttribute] Plane% plane
)

Parameters

TheObjects
Type: CADability.GeoObject..::..GeoObjectList
innerPoint
Type: CADability..::..GeoPoint
connected
Type: System..::..Boolean
excludeHoles
Type: System..::..Boolean
maxGap
Type: System..::..Double
plane
Type: CADability..::..Plane%

See Also