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