John the frog 发表于 2022-7-6 11:33:10

[VBA] How to do a 3Dface by ex

Hello all
 
I'm trying to extrude a polyline with round corners along a vector with VBA. As I would do with the command SURFEXTR.
The only explanations I found is add3Dface method but to do a cube but nothing about extrusion !
 
Someone can help me ?
 
Thank you
 
John

Lee Mac 发表于 2022-7-6 12:21:43

Perhaps look into the AddExtrudedSolid and AddExtrudedSolidAlongPath methods

John the frog 发表于 2022-7-6 13:02:32

I know these methods but the result is a solid object. And I would like to obtain just a 3d surface !
 
John
页: [1]
查看完整版本: [VBA] How to do a 3Dface by ex