Exemplo n.º 1
0
 int
 BrepHandler::extractLine(const Pointer& ptr)
 {
   DirectoryEntry* de = _iges->getDirectoryEntry(ptr);
   ParameterData params;
   _iges->getParameter(de->paramData(), params);
   return extractLine(de, params);
 }
Exemplo n.º 2
0
 PSpaceCurve(IGES* _iges, BrepHandler* _brep, Logical& iso, Pointer& c)
 {
   DirectoryEntry* curveDE = _iges->getDirectoryEntry(c);
   ParameterData param;
   _iges->getParameter(curveDE->paramData(), param);
 }