neunew Posted April 11, 2010 Posted April 11, 2010 I use VBA to write programm. I want to convert closed 3dface to 3dsolid using vba.Thanks for help. Quote
SEANT Posted April 11, 2010 Posted April 11, 2010 Are you attempting to convert a 3D entity comprised of joined 3DFaces into a 3DSolid? While that task may be technically feasible with VBA, it would not be easy. I suspect such a routine would require several hundred lines of code . . . . possibly 30 - 50 hours to write and debug. At this point – where VBA is slated for removal as of AutoCAD 2012 – I’d recommend using one of the other language options. It would be a shame if that effort required a re-write within a year or two. Quote
neunew Posted April 12, 2010 Author Posted April 12, 2010 Yes ,I want to convert a 3D entity comprised of joined 3DFaces into a 3DSolid. Could give me any idea to write this programm with VBA, or not use ObjectARX to complete it? Thanks very much! Quote
SEANT Posted April 13, 2010 Posted April 13, 2010 Neunew, You and srikanthkamuju seem to have a common goal, perhaps the two of you should collaborate. See if the sample I posted here offers any help towards your goal. http://www.cadtutor.net/forum/showthread.php?t=46738 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.