|
Open CASCADE Technology 7.8.0
|
Tool to work on a Flow. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESAppli_ToolFlow.hxx>
Tool to work on a Flow. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
| IGESAppli_ToolFlow::IGESAppli_ToolFlow | ( | ) |
Returns a ToolFlow, ready to work.
| IGESData_DirChecker IGESAppli_ToolFlow::DirChecker | ( | const Handle< IGESAppli_Flow > & | ent | ) | const |
Returns specific DirChecker.
| void IGESAppli_ToolFlow::OwnCheck | ( | const Handle< IGESAppli_Flow > & | ent, |
| const Interface_ShareTool & | shares, | ||
| Handle< Interface_Check > & | ach | ||
| ) | const |
Performs Specific Semantic Check.
| void IGESAppli_ToolFlow::OwnCopy | ( | const Handle< IGESAppli_Flow > & | entfrom, |
| const Handle< IGESAppli_Flow > & | entto, | ||
| Interface_CopyTool & | TC | ||
| ) | const |
Copies Specific Parameters.
| Standard_Boolean IGESAppli_ToolFlow::OwnCorrect | ( | const Handle< IGESAppli_Flow > & | ent | ) | const |
Sets automatic unambiguous Correction on a Flow (NbContextFlags forced to 2)
| void IGESAppli_ToolFlow::OwnDump | ( | const Handle< IGESAppli_Flow > & | ent, |
| const IGESData_IGESDumper & | dumper, | ||
| Standard_OStream & | S, | ||
| const Standard_Integer | own | ||
| ) | const |
Dump of Specific Parameters.
| void IGESAppli_ToolFlow::OwnShared | ( | const Handle< IGESAppli_Flow > & | ent, |
| Interface_EntityIterator & | iter | ||
| ) | const |
Lists the Entities shared by a Flow <ent>, from its specific (own) parameters.
| void IGESAppli_ToolFlow::ReadOwnParams | ( | const Handle< IGESAppli_Flow > & | 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_ToolFlow::WriteOwnParams | ( | const Handle< IGESAppli_Flow > & | ent, |
| IGESData_IGESWriter & | IW | ||
| ) | const |
Writes own parameters to IGESWriter.