How to perform TRIM operation using VBA?
How to perform TRIM operation using VBA?
14-02-2009 01:49 . am | View his/her posts only
Is there a way to programatically specify a trimming operation from VBA code between two ZwcadEntities (both declared in the VBA code)?
I have tried everything I could think of, searched the whole help and VBA object browser, but to no avail.
The only method I found so far to make use of the TRIM command is:
ZwcadApplication.RunCommand ("Trim")
But the problem is that ZWCad just waits for user input after this line of code...
What I'm trying to do is to TRIM a ZwcadEntity with another ZwcadEntity WITHOUT user interaction.
Any Help Would be Tremendously appreciated.
Willem Mahy
I have tried everything I could think of, searched the whole help and VBA object browser, but to no avail.
The only method I found so far to make use of the TRIM command is:
ZwcadApplication.RunCommand ("Trim")
But the problem is that ZWCad just waits for user input after this line of code...
What I'm trying to do is to TRIM a ZwcadEntity with another ZwcadEntity WITHOUT user interaction.
Any Help Would be Tremendously appreciated.
Willem Mahy
How to perform TRIM operation using VBA?
23-02-2009 02:25 . am | View his/her posts only
I think, you can try this:
http://discussion.autodesk.com/forums/thread.jspa?threadID=117263&tstart=12930
is for AutoCAD but in ZwCAD should work too...
http://discussion.autodesk.com/forums/thread.jspa?threadID=117263&tstart=12930
is for AutoCAD but in ZwCAD should work too...



