Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Handle_XSControl_WorkSession.hxx>
#include <Handle_Transfer_FinderProcess.hxx>
#include <Handle_Transfer_TransientProcess.hxx>
#include <Handle_Interface_HGraph.hxx>
#include <Standard_Boolean.hxx>
#include <Handle_Interface_InterfaceModel.hxx>
#include <STEPConstruct_Tool.lxx>
Data Structures | |
class | STEPConstruct_Tool |
Provides basic functionalities for tools which are intended for encoding/decoding specific STEP constructs It is initialized by WorkSession and allows easy access to its fields and internal data such as Model, TP and FP NOTE: Call to method Graph() with True (or for a first time, if you have updated the model since last computation of model) can take a time, so it is recommended to avoid creation of this (and derived) tool multiple times More... |