Draw Torus / Donut

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
MikeD
Posts: 16
Joined: 27 Jan 2015, 17:45

Draw Torus / Donut

Post by MikeD » 17 Feb 2015, 18:46

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Draw Torus / Donut

Post by support » 17 Feb 2015, 20:01

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply