#include <STEPControl_Reader.hxx>
Inheritance diagram for STEPControl_Reader:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | STEPControl_Reader () |
Creates a reader object with an empty STEP model. . | |
Standard_EXPORT | STEPControl_Reader (const Handle(XSControl_WorkSession)&WS, const Standard_Boolean scratch=Standard_True) |
Creates a Reader for STEP from an already existing Session Clears the session if it was not yet set for STEP . | |
Standard_EXPORT Handle_StepData_StepModel | StepModel () const |
Returns the model as a StepModel. It can then be consulted (header, product) . | |
Standard_EXPORT Standard_Boolean | TransferRoot (const Standard_Integer num=1) |
Transfers a root given its rank in the list of candidate roots Default is the first one Returns True if a shape has resulted, false else Same as inherited TransferOneRoot, kept for compatibility . | |
virtual Standard_EXPORT Standard_Integer | NbRootsForTransfer () |
Determines the list of root entities from Model which are candidate for a transfer to a Shape (type of entities is PRODUCT) . |
|
|
|
|
|
Reimplemented from XSControl_Reader. |
|
Reimplemented from XSControl_Reader. |
|
Reimplemented from XSControl_Reader. |
|
Reimplemented from XSControl_Reader. |
|
|
|
|