CADability dotNET
Constructs a compund shape from one or many simple shapes. The simple shapes must be non overlapping
Note NoteIf you are not sure, whether

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

Syntax

C#
public CompoundShape(
	params SimpleShape[] simpleShapes
)
Visual Basic
Public Sub New ( _
	ParamArray simpleShapes As SimpleShape() _
)
Visual C++
public:
CompoundShape(
	... array<SimpleShape^>^ simpleShapes
)

Parameters

simpleShapes
Type: array<CADability.Shapes..::..SimpleShape>[]()[][]
the simple shapes

See Also