Open CASCADE Technology 7.8.2.dev
IGESDraw_ToolDrawing Class Reference

Tool to work on a Drawing. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...

#include <IGESDraw_ToolDrawing.hxx>

Public Member Functions

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

Detailed Description

Tool to work on a Drawing. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)

Constructor & Destructor Documentation

◆ IGESDraw_ToolDrawing()

IGESDraw_ToolDrawing::IGESDraw_ToolDrawing ( )

Returns a ToolDrawing, ready to work.

Member Function Documentation

◆ DirChecker()

IGESData_DirChecker IGESDraw_ToolDrawing::DirChecker ( const Handle< IGESDraw_Drawing > & ent) const

Returns specific DirChecker.

◆ OwnCheck()

void IGESDraw_ToolDrawing::OwnCheck ( const Handle< IGESDraw_Drawing > & ent,
const Interface_ShareTool & shares,
Handle< Interface_Check > & ach ) const

Performs Specific Semantic Check.

◆ OwnCopy()

void IGESDraw_ToolDrawing::OwnCopy ( const Handle< IGESDraw_Drawing > & entfrom,
const Handle< IGESDraw_Drawing > & entto,
Interface_CopyTool & TC ) const

Copies Specific Parameters.

◆ OwnCorrect()

Standard_Boolean IGESDraw_ToolDrawing::OwnCorrect ( const Handle< IGESDraw_Drawing > & ent) const

Sets automatic unambiguous Correction on a Drawing (Null Views are removed from list)

◆ OwnDump()

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.

◆ OwnShared()

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.

◆ ReadOwnParams()

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.

◆ WriteOwnParams()

void IGESDraw_ToolDrawing::WriteOwnParams ( const Handle< IGESDraw_Drawing > & ent,
IGESData_IGESWriter & IW ) const

Writes own parameters to IGESWriter.


The documentation for this class was generated from the following file: