CADability dotNET
A 2d shape composed by multiple SimpleShape objects. All simple shapes are disjoint.

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

Syntax

C#
[SerializableAttribute]
public class CompoundShape : I2DRepresentation, 
	IQuadTreeInsertable, ISerializable
Visual Basic
<SerializableAttribute> _
Public Class CompoundShape _
	Implements I2DRepresentation, IQuadTreeInsertable, ISerializable
Visual C++
[SerializableAttribute]
public ref class CompoundShape : I2DRepresentation, 
	IQuadTreeInsertable, ISerializable

Inheritance Hierarchy

System..::..Object
  CADability.Shapes..::..CompoundShape

See Also