CADability dotNET

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

Syntax

C#
public static CompoundShape CreateFromConnectedList(
	GeoObjectList TheObjects,
	Plane plane,
	GeoPoint2D innerPoint,
	double maxGap,
	ConstrHatchInside..::..HatchMode mode
)
Visual Basic
Public Shared Function CreateFromConnectedList ( _
	TheObjects As GeoObjectList, _
	plane As Plane, _
	innerPoint As GeoPoint2D, _
	maxGap As Double, _
	mode As ConstrHatchInside..::..HatchMode _
) As CompoundShape
Visual C++
public:
static CompoundShape^ CreateFromConnectedList(
	GeoObjectList^ TheObjects, 
	Plane plane, 
	GeoPoint2D innerPoint, 
	double maxGap, 
	ConstrHatchInside..::..HatchMode mode
)

See Also