CADability dotNET
The SimpleShape type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Area |
Returns the area of this simple shape.
|
![]() | Empty |
Returns true, if the Area of this shape is 0.0
|
![]() | Holes |
Returns all holes of this simple shape in an array. You may modify the array since it is a clone of the holes array in this object.
But you may not modify the individual holes.
|
![]() | NumHoles |
Gets the number of holes in this simple shape.
|
![]() | Outline |
Gets the outline of this simple shape. Do not modify the border because this shape might become invalid.
To obtain a good performance the outline of this simple shape is returned, not a clone.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IQuadTreeInsertable..::..ReferencedObject |