Creating extrusion from polyline

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

Moderators: SDS, support, admin

Post Reply
alberto88
Posts: 1
Joined: 22 Jun 2015, 11:42

Creating extrusion from polyline

Post by alberto88 » 22 Jun 2015, 11:46

Hello,

I´m trying to build a 3d object from polyline but I cannot get it. Initially, I create a closed polyline, and then how can I convert this polyline into a 3d object or it is not possible?

I really appreciate any help you can provide.
Best regards,
Alberto

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

Re: Creating extrusion from polyline

Post by support » 22 Jun 2015, 20:53

Hello Alberto,

CAD VCL doesn't support solid 3D modeling, you should try the surface modeling approach: build the surfaces from 3DFACE entities that can be created programmatically through the TsgDXF3dFace class.


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply