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