#include <TopoDS_TShape.hxx>
Inheritance diagram for TopoDS_TShape:
Public Member Functions | |
Standard_EXPORT Standard_Boolean | Free () const |
Returns the free flag. . | |
Standard_EXPORT void | Free (const Standard_Boolean F) |
Sets the free flag. . | |
Standard_EXPORT Standard_Boolean | Modified () const |
Returns the modification flag. . | |
Standard_EXPORT void | Modified (const Standard_Boolean M) |
Sets the modification flag. . | |
Standard_EXPORT Standard_Boolean | Checked () const |
Returns the checked flag. . | |
Standard_EXPORT void | Checked (const Standard_Boolean C) |
Sets the checked flag. . | |
Standard_EXPORT Standard_Boolean | Orientable () const |
Returns the orientability flag. . | |
Standard_EXPORT void | Orientable (const Standard_Boolean C) |
Sets the orientability flag. . | |
Standard_EXPORT Standard_Boolean | Closed () const |
Returns the closedness flag. . | |
Standard_EXPORT void | Closed (const Standard_Boolean C) |
Sets the closedness flag. . | |
Standard_EXPORT Standard_Boolean | Infinite () const |
Returns the infinity flag. . | |
Standard_EXPORT void | Infinite (const Standard_Boolean C) |
Sets the infinity flag. . | |
Standard_EXPORT Standard_Boolean | Convex () const |
Returns the convexness flag. . | |
Standard_EXPORT void | Convex (const Standard_Boolean C) |
Sets the convexness flag. . | |
virtual Standard_EXPORT TopAbs_ShapeEnum | ShapeType () const =0 |
Returns the type as a term of the ShapeEnum enum : VERTEX, EDGE, WIRE, FACE, .... . | |
virtual Standard_EXPORT Handle_TopoDS_TShape | EmptyCopy () const =0 |
Returns a copy of the TShape with no sub-shapes. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | TopoDS_TShape () |
Constructs an empty TShape. Free : True Modified : True Checked : False Orientable : True Closed : False Infinite : False Convex : False . | |
Private Member Functions | |
const TopoDS_ListOfShape & | Shapes () const |
TopoDS_ListOfShape & | ChangeShapes () |
Private Attributes | |
TopoDS_ListOfShape | myShapes |
Standard_Integer | myFlags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in BRep_TEdge, BRep_TFace, BRep_TVertex, TopoDS_TCompound, TopoDS_TCompSolid, TopoDS_TFace, TopoDS_TShell, TopoDS_TSolid, and TopoDS_TWire. |
|
|
|
|
|
Reimplemented in BRep_TEdge, BRep_TFace, BRep_TVertex, TopoDS_TCompound, TopoDS_TCompSolid, TopoDS_TEdge, TopoDS_TFace, TopoDS_TShell, TopoDS_TSolid, TopoDS_TVertex, and TopoDS_TWire. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in TopoDS_TCompound, TopoDS_TCompSolid, TopoDS_TEdge, TopoDS_TFace, TopoDS_TShell, TopoDS_TSolid, TopoDS_TVertex, and TopoDS_TWire. |
|
Reimplemented in BRep_TEdge. |
|
|