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