ptspawn Posted February 29, 2008 Posted February 29, 2008 Hi guys, I need to know if its possible to use the loft command in a vba script without any user input (no window showing up), and if so, how, cause i've looked all over the help resources and cant find anything helpful. I'm using autocad 2008 by the way. Thanks in advance Quote
Anna151 Posted September 4, 2009 Posted September 4, 2009 Hi there, just wondering if you found out how to do this in the end? I am wanting to use the loft command in vba script myself. Cheers Quote
SEANT Posted September 4, 2009 Posted September 4, 2009 Apparently there is no direct way to do this with VBA . . . . from the Developers Help file: You can use ActiveX to query and edit LoftedSurface entities in AutoCAD drawings. You cannot create a LoftedSurface object with ActiveX. Although there may be some workaround (.SendCommand, perhaps), Loft creation would probably be more manageable via the .NET api (VB.NET, C#.NET, etc) 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.