#include <AIS_DimensionOwner.hxx>
Inheritance diagram for AIS_DimensionOwner:
Public Member Functions | |
Standard_EXPORT | AIS_DimensionOwner (const Handle(SelectMgr_SelectableObject)&aSO, const Standard_Integer aPriority=0) |
Initializes the dimension owner, aSO, and attributes it the priority, aPriority. . | |
void | SetShape (const TopoDS_Shape &aShape) |
Constructs the reference shape owner aShape for presentation primitives. . | |
const TopoDS_Shape & | FixedShape () const |
Returns the owner shape whose primitives we are concerned with. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TopoDS_Shape | myFixedShape |
|
|
|
|
|
Reimplemented from SelectMgr_EntityOwner. |
|
|
|
|