Open CASCADE Technology
7.0.0
|
Tool to work on a CurveOnSurface. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESGeom_ToolCurveOnSurface.hxx>
Public Member Functions | |
IGESGeom_ToolCurveOnSurface () | |
Returns a ToolCurveOnSurface, ready to work. More... | |
void | ReadOwnParams (const Handle< IGESGeom_CurveOnSurface > &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< IGESGeom_CurveOnSurface > &ent, IGESData_IGESWriter &IW) const |
Writes own parameters to IGESWriter. More... | |
void | OwnShared (const Handle< IGESGeom_CurveOnSurface > &ent, Interface_EntityIterator &iter) const |
Lists the Entities shared by a CurveOnSurface <ent>, from its specific (own) parameters. More... | |
Standard_Boolean | OwnCorrect (const Handle< IGESGeom_CurveOnSurface > &ent) const |
Sets automatic unambiguous Correction on a CurveOnSurface (its CurveUV must have UseFlag at 5) More... | |
IGESData_DirChecker | DirChecker (const Handle< IGESGeom_CurveOnSurface > &ent) const |
Returns specific DirChecker. More... | |
void | OwnCheck (const Handle< IGESGeom_CurveOnSurface > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const |
Performs Specific Semantic Check. More... | |
void | OwnCopy (const Handle< IGESGeom_CurveOnSurface > &entfrom, const Handle< IGESGeom_CurveOnSurface > &entto, Interface_CopyTool &TC) const |
Copies Specific Parameters. More... | |
void | OwnDump (const Handle< IGESGeom_CurveOnSurface > &ent, const IGESData_IGESDumper &dumper, const Handle< Message_Messenger > &S, const Standard_Integer own) const |
Dump of Specific Parameters. More... | |
Tool to work on a CurveOnSurface. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
IGESGeom_ToolCurveOnSurface::IGESGeom_ToolCurveOnSurface | ( | ) |
Returns a ToolCurveOnSurface, ready to work.
IGESData_DirChecker IGESGeom_ToolCurveOnSurface::DirChecker | ( | const Handle< IGESGeom_CurveOnSurface > & | ent | ) | const |
Returns specific DirChecker.
void IGESGeom_ToolCurveOnSurface::OwnCheck | ( | const Handle< IGESGeom_CurveOnSurface > & | ent, |
const Interface_ShareTool & | shares, | ||
Handle< Interface_Check > & | ach | ||
) | const |
Performs Specific Semantic Check.
void IGESGeom_ToolCurveOnSurface::OwnCopy | ( | const Handle< IGESGeom_CurveOnSurface > & | entfrom, |
const Handle< IGESGeom_CurveOnSurface > & | entto, | ||
Interface_CopyTool & | TC | ||
) | const |
Copies Specific Parameters.
Standard_Boolean IGESGeom_ToolCurveOnSurface::OwnCorrect | ( | const Handle< IGESGeom_CurveOnSurface > & | ent | ) | const |
Sets automatic unambiguous Correction on a CurveOnSurface (its CurveUV must have UseFlag at 5)
void IGESGeom_ToolCurveOnSurface::OwnDump | ( | const Handle< IGESGeom_CurveOnSurface > & | ent, |
const IGESData_IGESDumper & | dumper, | ||
const Handle< Message_Messenger > & | S, | ||
const Standard_Integer | own | ||
) | const |
Dump of Specific Parameters.
void IGESGeom_ToolCurveOnSurface::OwnShared | ( | const Handle< IGESGeom_CurveOnSurface > & | ent, |
Interface_EntityIterator & | iter | ||
) | const |
Lists the Entities shared by a CurveOnSurface <ent>, from its specific (own) parameters.
void IGESGeom_ToolCurveOnSurface::ReadOwnParams | ( | const Handle< IGESGeom_CurveOnSurface > & | 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 IGESGeom_ToolCurveOnSurface::WriteOwnParams | ( | const Handle< IGESGeom_CurveOnSurface > & | ent, |
IGESData_IGESWriter & | IW | ||
) | const |
Writes own parameters to IGESWriter.