Open CASCADE Technology 7.8.0
|
Tool to work on a CurveOnSurface. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESGeom_ToolCurveOnSurface.hxx>
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, | ||
Standard_OStream & | 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.