| Open CASCADE Technology
    7.4.0
    | 
Tool to work on a Shell. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESSolid_ToolShell.hxx>
| Public Member Functions | |
| IGESSolid_ToolShell () | |
| Returns a ToolShell, ready to work.  More... | |
| void | ReadOwnParams (const Handle< IGESSolid_Shell > &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.  More... | |
| void | WriteOwnParams (const Handle< IGESSolid_Shell > &ent, IGESData_IGESWriter &IW) const | 
| Writes own parameters to IGESWriter.  More... | |
| void | OwnShared (const Handle< IGESSolid_Shell > &ent, Interface_EntityIterator &iter) const | 
| Lists the Entities shared by a Shell <ent>, from its specific (own) parameters.  More... | |
| IGESData_DirChecker | DirChecker (const Handle< IGESSolid_Shell > &ent) const | 
| Returns specific DirChecker.  More... | |
| void | OwnCheck (const Handle< IGESSolid_Shell > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const | 
| Performs Specific Semantic Check.  More... | |
| void | OwnCopy (const Handle< IGESSolid_Shell > &entfrom, const Handle< IGESSolid_Shell > &entto, Interface_CopyTool &TC) const | 
| Copies Specific Parameters.  More... | |
| void | OwnDump (const Handle< IGESSolid_Shell > &ent, const IGESData_IGESDumper &dumper, const Handle< Message_Messenger > &S, const Standard_Integer own) const | 
| Dump of Specific Parameters.  More... | |
Tool to work on a Shell. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
| IGESSolid_ToolShell::IGESSolid_ToolShell | ( | ) | 
Returns a ToolShell, ready to work.
| IGESData_DirChecker IGESSolid_ToolShell::DirChecker | ( | const Handle< IGESSolid_Shell > & | ent | ) | const | 
Returns specific DirChecker.
| void IGESSolid_ToolShell::OwnCheck | ( | const Handle< IGESSolid_Shell > & | ent, | 
| const Interface_ShareTool & | shares, | ||
| Handle< Interface_Check > & | ach | ||
| ) | const | 
Performs Specific Semantic Check.
| void IGESSolid_ToolShell::OwnCopy | ( | const Handle< IGESSolid_Shell > & | entfrom, | 
| const Handle< IGESSolid_Shell > & | entto, | ||
| Interface_CopyTool & | TC | ||
| ) | const | 
Copies Specific Parameters.
| void IGESSolid_ToolShell::OwnDump | ( | const Handle< IGESSolid_Shell > & | ent, | 
| const IGESData_IGESDumper & | dumper, | ||
| const Handle< Message_Messenger > & | S, | ||
| const Standard_Integer | own | ||
| ) | const | 
Dump of Specific Parameters.
| void IGESSolid_ToolShell::OwnShared | ( | const Handle< IGESSolid_Shell > & | ent, | 
| Interface_EntityIterator & | iter | ||
| ) | const | 
Lists the Entities shared by a Shell <ent>, from its specific (own) parameters.
| void IGESSolid_ToolShell::ReadOwnParams | ( | const Handle< IGESSolid_Shell > & | 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 IGESSolid_ToolShell::WriteOwnParams | ( | const Handle< IGESSolid_Shell > & | ent, | 
| IGESData_IGESWriter & | IW | ||
| ) | const | 
Writes own parameters to IGESWriter.
 1.8.13
 1.8.13