Search results

  1. R

    How to develop a self-defined CAD file

    Hi, As for the title, are there any methods to make a CAD file by oneself, like one of the most popular offline programming software RoboDK? You can make a format of .robot file, which has all joint cad data information, and the size of the file is lighter. Is there any idea or direction can...
  2. R

    How to accelerate the update time

    Hi, I am testing the OCC 7.5.0 version for a project about robot simulation. I'm trying to simulate a series of motions of a robot. I use some basic classes ( gp_Trsf, gp_AX1, gp_Pnt ), AIS_Shape, and its public function SetLocalTransformation to calculate and set the transformation. All done...
  3. R

    C# WinForm raising error, FileNotFoundException: Could not find OCCTProxy.dll

    Hi, I try to rebuild and rewrite the C# sample which opencascade offerring, but I still face problem the even though I direct the linker to library and put the dll file in the same folder with exe file. But it’s still not working.Did anyone face the same problem?
Top