CADability dotNET
A Solid is a IGeoObject implementation that represents a solid body. Its main data is a collection of oriented faces. The normal vector on any point of the face points to the outside of the body. Solids have one set of faces that represent the outer hull and any number of cavyties that reside totally inside the outer hull. All cavyties are disjoint.

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

Syntax

C#
[SerializableAttribute]
public class Solid : IGeoObjectImpl, ISerializable, 
	IColorDef, IGetSubShapes, IGeoObjectOwner, IDeserializationCallback
Visual Basic
<SerializableAttribute> _
Public Class Solid _
	Inherits IGeoObjectImpl _
	Implements ISerializable, IColorDef, IGetSubShapes, IGeoObjectOwner,  _
	IDeserializationCallback
Visual C++
[SerializableAttribute]
public ref class Solid : public IGeoObjectImpl, 
	ISerializable, IColorDef, IGetSubShapes, IGeoObjectOwner, IDeserializationCallback

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..Solid

See Also