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