|
Open CASCADE Technology 7.8.0
|
Tool to work on a PipingFlow. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESAppli_ToolPipingFlow.hxx>
Tool to work on a PipingFlow. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
| IGESAppli_ToolPipingFlow::IGESAppli_ToolPipingFlow | ( | ) |
Returns a ToolPipingFlow, ready to work.
| IGESData_DirChecker IGESAppli_ToolPipingFlow::DirChecker | ( | const Handle< IGESAppli_PipingFlow > & | ent | ) | const |
Returns specific DirChecker.
| void IGESAppli_ToolPipingFlow::OwnCheck | ( | const Handle< IGESAppli_PipingFlow > & | ent, |
| const Interface_ShareTool & | shares, | ||
| Handle< Interface_Check > & | ach | ||
| ) | const |
Performs Specific Semantic Check.
| void IGESAppli_ToolPipingFlow::OwnCopy | ( | const Handle< IGESAppli_PipingFlow > & | entfrom, |
| const Handle< IGESAppli_PipingFlow > & | entto, | ||
| Interface_CopyTool & | TC | ||
| ) | const |
Copies Specific Parameters.
| Standard_Boolean IGESAppli_ToolPipingFlow::OwnCorrect | ( | const Handle< IGESAppli_PipingFlow > & | ent | ) | const |
Sets automatic unambiguous Correction on a PipingFlow (NbContextFlags forced to 1)
| void IGESAppli_ToolPipingFlow::OwnDump | ( | const Handle< IGESAppli_PipingFlow > & | ent, |
| const IGESData_IGESDumper & | dumper, | ||
| Standard_OStream & | S, | ||
| const Standard_Integer | own | ||
| ) | const |
Dump of Specific Parameters.
| void IGESAppli_ToolPipingFlow::OwnShared | ( | const Handle< IGESAppli_PipingFlow > & | ent, |
| Interface_EntityIterator & | iter | ||
| ) | const |
Lists the Entities shared by a PipingFlow <ent>, from its specific (own) parameters.
| void IGESAppli_ToolPipingFlow::ReadOwnParams | ( | const Handle< IGESAppli_PipingFlow > & | ent, |
| const Handle< IGESData_IGESReaderData > & | IR, | ||
| IGESData_ParamReader & | PR | ||
| ) | const |
Reads own parameters from file. <PR> gives access to them, <IR> detains parameter types and values.
| void IGESAppli_ToolPipingFlow::WriteOwnParams | ( | const Handle< IGESAppli_PipingFlow > & | ent, |
| IGESData_IGESWriter & | IW | ||
| ) | const |
Writes own parameters to IGESWriter.