How to develop a self-defined CAD file

Rubiofm7

CAD practitioner
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 discuss for research?

Regards, Rubio
 

Quaoar

Administrator
Staff member
Do you mean to communicate CAD geometries as B-rep in a somewhat binary format? That's clearly doable if you employ the binary serialization/deserialization tools from the BinTools package: BinTools::Read() and BinTools::Write().
 
Top