Page 1 of 1

Draw Torus / Donut

Posted: 17 Feb 2015, 18:46
by MikeD
Hi,

using CADVCL I can manage to create a solid plane or a circle for example.
But how would I create an object like a torus / donut?
Is there a way to create those slightly more complex objects programmatically?

-Mike

Re: Draw Torus / Donut

Posted: 17 Feb 2015, 20:01
by support
Hello Mike,

It is possible to build a 3D model by creating 3DFACE DXF entities or GLScene entities programmatically.

Note that GLScene entities can not be saved to a DXF file.


Mikhail