#include <TopoDS_HShape.hxx>
Public Member Functions | |
Standard_EXPORT | TopoDS_HShape () |
Constructs an empty shape object . | |
Standard_EXPORT | TopoDS_HShape (const TopoDS_Shape &aShape) |
Constructs a shape object defined by the shape aShape. . | |
Standard_EXPORT void | Shape (const TopoDS_Shape &aShape) |
Loads this shape with the shape aShape . | |
const TopoDS_Shape & | Shape () const |
Returns a reference to a constant TopoDS_Shape based on this shape. . | |
TopoDS_Shape & | ChangeShape () |
Exchanges the TopoDS_Shape object defining this shape for another one referencing the same underlying shape Accesses the list of shapes within the underlying shape referenced by the TopoDS_Shape object. Returns a reference to a TopoDS_Shape based on this shape. The TopoDS_Shape can be modified. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TopoDS_Shape | myShape |
|
|
|
|
|
|
|
|
|
|
|
|
|
|