OOML icon indicating copy to clipboard operation
OOML copied to clipboard

C++ Object Oriented Mechanis Language

Results 9 OOML issues
Sort by recently updated
recently updated
newest added

Hi, I recently 'discovered' OOML and am now trying to design some things with it. So far, I really like the way it is organised. There is just one catch:...

Setting the colour of a component seems to reset its reference system. Consider the following example: ``` Component a(Cube(3,250,20)); a.color(1,0,0); a.relRotate(0.0,0.0,40.0); //a.color(1,0,0); //

I'm trying to write a Gentoo ebuild to package this library, but when it gets to the install phase, it's trying to write .so files to /usr/lib. This is incorrect...

I think being able to place components relative to other components coordinates would be simplified greatly by this and the amount of literal double/int values in the design would decrease...

The idea here is simple. If you only change the code for a single part, you would only wish to output the polygon (STL or collada) for that part of...

I see that WIN32 ifdef is in the code, so any chances on a windows 32 or 64 bit installer ? It would make testing easier here..

is there a possibility with the current architecture to allow custom splines to be extruded into 3d objects, and than be used with boolean operations ?

When a mirror operation is performed on some object with some links, they do not get updated, they remain in the same position as they where. If you then make...

Complete and Document Attachment functionality.

enhancement