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