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