Open CASCADE Technology 7.8.0
|
Maintains global context tool for writing. 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. More...
#include <STEPConstruct_ContextTool.hxx>
Maintains global context tool for writing. 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.
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 | ( | ) |
Returns tool which maintains context specific for AP203.
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 | ( | ) |
Returns a default axis placement.
Handle< TCollection_HAsciiString > STEPConstruct_ContextTool::GetProductName | ( | ) | const |
Generates a product name basing on write.step.product.name parameter and current position in the assembly structure.
Handle< TColStd_HSequenceOfTransient > STEPConstruct_ContextTool::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)
Handle< TColStd_HSequenceOfTransient > STEPConstruct_ContextTool::GetRootsForPart | ( | const STEPConstruct_Part & | SDRTool | ) |
Produces and returns a full list of root entities required for part identified by SDRTool (including SDR itself)
Standard_Integer STEPConstruct_ContextTool::Index | ( | ) | const |
Returns current index of assembly component on current level.
Standard_Boolean STEPConstruct_ContextTool::IsAP203 | ( | ) | const |
Returns True if APD.schema_name is config_control_design.
Standard_Boolean STEPConstruct_ContextTool::IsAP214 | ( | ) | const |
Returns True if APD.schema_name is automotive_design.
Standard_Boolean STEPConstruct_ContextTool::IsAP242 | ( | ) | const |
Returns True if APD.schema_name is ap242_managed_model_based_3d_engineering.
Standard_Integer STEPConstruct_ContextTool::Level | ( | ) | const |
Returns current assembly level.
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::SetGlobalFactor | ( | const StepData_Factors & | theGlobalFactor | ) |
void STEPConstruct_ContextTool::SetIndex | ( | const Standard_Integer | ind | ) |
Changes current index of assembly component on current level.
void STEPConstruct_ContextTool::SetLevel | ( | const Standard_Integer | lev | ) |
Changes current assembly level.
void STEPConstruct_ContextTool::SetModel | ( | const Handle< StepData_StepModel > & | aStepModel | ) |
Initialize ApplicationProtocolDefinition by the first entity of that type found in the model.