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