Page 1 of 1

Creating extrusion from polyline

Posted: 22 Jun 2015, 11:46
by alberto88
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

Re: Creating extrusion from polyline

Posted: 22 Jun 2015, 20:53
by support
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