Open CASCADE Technology 6.6.0
|
Class to manipulate a Shape with handle.
#include <TopoDS_HShape.hxx>
Public Member Functions | |
TopoDS_HShape () | |
Constructs an empty shape object | |
TopoDS_HShape (const TopoDS_Shape &aShape) | |
Constructs a shape object defined by the shape aShape. | |
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. |
TopoDS_HShape::TopoDS_HShape | ( | ) |
TopoDS_HShape::TopoDS_HShape | ( | const TopoDS_Shape & | aShape | ) |
TopoDS_Shape& TopoDS_HShape::ChangeShape | ( | ) |
void TopoDS_HShape::Shape | ( | const TopoDS_Shape & | aShape | ) |
const TopoDS_Shape& TopoDS_HShape::Shape | ( | ) | const |