CADability dotNET

The SimpleShape type exposes the following members.

Properties

  NameDescription
Public propertyArea
Returns the area of this simple shape.
Public propertyEmpty
Returns true, if the Area of this shape is 0.0
Public propertyHoles
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.
Public propertyNumHoles
Gets the number of holes in this simple shape.
Public propertyOutline
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

See Also