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