CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
A simply connected 2d shape. It consists of a Border outline and 0 or more holes.
The holes don't overlap (disjunct) and reside totally inside the outline.
Namespace: CADability.ShapesAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
[SerializableAttribute] public class SimpleShape : ISerializable, IQuadTreeInsertable, IComparable<SimpleShape> |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class SimpleShape _ Implements ISerializable, IQuadTreeInsertable, IComparable(Of SimpleShape) |
| Visual C++ |
|---|
[SerializableAttribute] public ref class SimpleShape : ISerializable, IQuadTreeInsertable, IComparable<SimpleShape^> |