CADability dotNET

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..Shell

See Also