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