Open CASCADE Technology  6.9.1
Public Member Functions
IGESDimen_ToolSection Class Reference

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

#include <IGESDimen_ToolSection.hxx>

Public Member Functions

 IGESDimen_ToolSection ()
 Returns a ToolSection, ready to work. More...
 
void ReadOwnParams (const Handle< IGESDimen_Section > &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. More...
 
void WriteOwnParams (const Handle< IGESDimen_Section > &ent, IGESData_IGESWriter &IW) const
 Writes own parameters to IGESWriter. More...
 
void OwnShared (const Handle< IGESDimen_Section > &ent, Interface_EntityIterator &iter) const
 Lists the Entities shared by a Section <ent>, from its specific (own) parameters. More...
 
Standard_Boolean OwnCorrect (const Handle< IGESDimen_Section > &ent) const
 Sets automatic unambiguous Correction on a Section (LineFont forced to Rank = 1, DataType forced to 1) More...
 
IGESData_DirChecker DirChecker (const Handle< IGESDimen_Section > &ent) const
 Returns specific DirChecker. More...
 
void OwnCheck (const Handle< IGESDimen_Section > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const
 Performs Specific Semantic Check. More...
 
void OwnCopy (const Handle< IGESDimen_Section > &entfrom, const Handle< IGESDimen_Section > &entto, Interface_CopyTool &TC) const
 Copies Specific Parameters. More...
 
void OwnDump (const Handle< IGESDimen_Section > &ent, const IGESData_IGESDumper &dumper, const Handle< Message_Messenger > &S, const Standard_Integer own) const
 Dump of Specific Parameters. More...
 

Detailed Description

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

Constructor & Destructor Documentation

IGESDimen_ToolSection::IGESDimen_ToolSection ( )

Returns a ToolSection, ready to work.

Member Function Documentation

IGESData_DirChecker IGESDimen_ToolSection::DirChecker ( const Handle< IGESDimen_Section > &  ent) const

Returns specific DirChecker.

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

Performs Specific Semantic Check.

void IGESDimen_ToolSection::OwnCopy ( const Handle< IGESDimen_Section > &  entfrom,
const Handle< IGESDimen_Section > &  entto,
Interface_CopyTool TC 
) const

Copies Specific Parameters.

Standard_Boolean IGESDimen_ToolSection::OwnCorrect ( const Handle< IGESDimen_Section > &  ent) const

Sets automatic unambiguous Correction on a Section (LineFont forced to Rank = 1, DataType forced to 1)

void IGESDimen_ToolSection::OwnDump ( const Handle< IGESDimen_Section > &  ent,
const IGESData_IGESDumper dumper,
const Handle< Message_Messenger > &  S,
const Standard_Integer  own 
) const

Dump of Specific Parameters.

void IGESDimen_ToolSection::OwnShared ( const Handle< IGESDimen_Section > &  ent,
Interface_EntityIterator iter 
) const

Lists the Entities shared by a Section <ent>, from its specific (own) parameters.

void IGESDimen_ToolSection::ReadOwnParams ( const Handle< IGESDimen_Section > &  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 IGESDimen_ToolSection::WriteOwnParams ( const Handle< IGESDimen_Section > &  ent,
IGESData_IGESWriter IW 
) const

Writes own parameters to IGESWriter.


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