Open CASCADE Technology 6.6.0
|
Gives access to Product Definition Context (one per Model)
Maintains ApplicationProtocolDefinition entity (common for all
products)
Also maintains context specific for AP203 and provides set of
methods to work with various STEP constructs as required
by Actor
#include <STEPConstruct_ContextTool.hxx>
Public Member Functions | |
STEPConstruct_ContextTool () | |
STEPConstruct_ContextTool (const Handle< StepData_StepModel > &aStepModel) | |
void | SetModel (const Handle< StepData_StepModel > &aStepModel) |
Initialize ApplicationProtocolDefinition by the first entity of that type found in the model | |
Handle_StepBasic_ApplicationProtocolDefinition | GetAPD () |
void | AddAPD (const Standard_Boolean enforce=Standard_False) |
Standard_Boolean | IsAP203 () const |
Returns True if APD.schema_name is config_control_design | |
Standard_Boolean | IsAP214 () const |
Returns True if APD.schema_name is automotive_design | |
Handle_TCollection_HAsciiString | GetACstatus () |
Handle_TCollection_HAsciiString | GetACschemaName () |
Standard_Integer | GetACyear () |
Handle_TCollection_HAsciiString | GetACname () |
void | SetACstatus (const Handle< TCollection_HAsciiString > &status) |
void | SetACschemaName (const Handle< TCollection_HAsciiString > &schemaName) |
void | SetACyear (const Standard_Integer year) |
void | SetACname (const Handle< TCollection_HAsciiString > &name) |
Handle_StepGeom_Axis2Placement3d | GetDefaultAxis () |
Returns a default axis placement | |
STEPConstruct_AP203Context & | AP203Context () |
Returns tool which maintains context specific for AP203 | |
Standard_Integer | Level () const |
Returns current assembly level | |
void | NextLevel () |
void | PrevLevel () |
void | SetLevel (const Standard_Integer lev) |
Changes current assembly level | |
Standard_Integer | Index () const |
Returns current index of assembly component on current level | |
void | NextIndex () |
void | PrevIndex () |
void | SetIndex (const Standard_Integer ind) |
Changes current index of assembly component on current level | |
Handle_TCollection_HAsciiString | GetProductName () const |
Generates a product name basing on write.step.product.name parameter and current position in the assembly structure | |
Handle_TColStd_HSequenceOfTransient | GetRootsForPart (const STEPConstruct_Part &SDRTool) |
Produces and returns a full list of root entities required for part identified by SDRTool (including SDR itself) | |
Handle_TColStd_HSequenceOfTransient | GetRootsForAssemblyLink (const STEPConstruct_Assembly &assembly) |
Produces and returns a full list of root entities required for assembly link identified by assembly (including NAUO and CDSR) |
STEPConstruct_ContextTool::STEPConstruct_ContextTool | ( | ) |
STEPConstruct_ContextTool::STEPConstruct_ContextTool | ( | const Handle< StepData_StepModel > & | aStepModel | ) |
void STEPConstruct_ContextTool::AddAPD | ( | const Standard_Boolean | enforce = Standard_False | ) |
STEPConstruct_AP203Context& STEPConstruct_ContextTool::AP203Context | ( | ) |
Handle_TCollection_HAsciiString STEPConstruct_ContextTool::GetACname | ( | ) |
Handle_TCollection_HAsciiString STEPConstruct_ContextTool::GetACschemaName | ( | ) |
Handle_TCollection_HAsciiString STEPConstruct_ContextTool::GetACstatus | ( | ) |
Standard_Integer STEPConstruct_ContextTool::GetACyear | ( | ) |
Handle_StepBasic_ApplicationProtocolDefinition STEPConstruct_ContextTool::GetAPD | ( | ) |
Handle_StepGeom_Axis2Placement3d STEPConstruct_ContextTool::GetDefaultAxis | ( | ) |
Handle_TCollection_HAsciiString STEPConstruct_ContextTool::GetProductName | ( | ) | const |
Handle_TColStd_HSequenceOfTransient STEPConstruct_ContextTool::GetRootsForAssemblyLink | ( | const STEPConstruct_Assembly & | assembly | ) |
Handle_TColStd_HSequenceOfTransient STEPConstruct_ContextTool::GetRootsForPart | ( | const STEPConstruct_Part & | SDRTool | ) |
Standard_Integer STEPConstruct_ContextTool::Index | ( | ) | const |
Standard_Boolean STEPConstruct_ContextTool::IsAP203 | ( | ) | const |
Standard_Boolean STEPConstruct_ContextTool::IsAP214 | ( | ) | const |
Standard_Integer STEPConstruct_ContextTool::Level | ( | ) | const |
void STEPConstruct_ContextTool::NextIndex | ( | ) |
void STEPConstruct_ContextTool::NextLevel | ( | ) |
void STEPConstruct_ContextTool::PrevIndex | ( | ) |
void STEPConstruct_ContextTool::PrevLevel | ( | ) |
void STEPConstruct_ContextTool::SetACname | ( | const Handle< TCollection_HAsciiString > & | name | ) |
void STEPConstruct_ContextTool::SetACschemaName | ( | const Handle< TCollection_HAsciiString > & | schemaName | ) |
void STEPConstruct_ContextTool::SetACstatus | ( | const Handle< TCollection_HAsciiString > & | status | ) |
void STEPConstruct_ContextTool::SetACyear | ( | const Standard_Integer | year | ) |
void STEPConstruct_ContextTool::SetIndex | ( | const Standard_Integer | ind | ) |
void STEPConstruct_ContextTool::SetLevel | ( | const Standard_Integer | lev | ) |
void STEPConstruct_ContextTool::SetModel | ( | const Handle< StepData_StepModel > & | aStepModel | ) |