Message 1 of 4
WCS movement?

Not applicable
01-23-2003
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm new to VBA, but have spent about one year creating solids in AutoCAD
using AutoLISP. I've only got that much AutoCAD experience also, so I'm a
relative newbie here. I'm rewriting an application in VBA (from AutoLISP)
and I have a question.
It seems to me that the VBA routines that create solids only create them in
relation to the WCS, not to the UCS. In AutoLISP, I used to create, move and
rotate the UCS all over the place when I created all the parts I did. I
can't do that now, because no matter where I move the UCS to, the part is
created in relation to the WCS, and in the same orientation. I belive that I
can rotate the object, but I'd like to keep things as close to the old
AutoLISP code as possible.
Am I beating my head against a wall trying to find a way to create the
solids in relation to the UCS?
Is there anyway to rotate or move the WCS?
Should I just put away my "we've always done it this way" glasses and pick
up a new set of "I've got to look at this a new way" specs?
Any help is greatly appreciated.
Eric Schultz
using AutoLISP. I've only got that much AutoCAD experience also, so I'm a
relative newbie here. I'm rewriting an application in VBA (from AutoLISP)
and I have a question.
It seems to me that the VBA routines that create solids only create them in
relation to the WCS, not to the UCS. In AutoLISP, I used to create, move and
rotate the UCS all over the place when I created all the parts I did. I
can't do that now, because no matter where I move the UCS to, the part is
created in relation to the WCS, and in the same orientation. I belive that I
can rotate the object, but I'd like to keep things as close to the old
AutoLISP code as possible.
Am I beating my head against a wall trying to find a way to create the
solids in relation to the UCS?
Is there anyway to rotate or move the WCS?
Should I just put away my "we've always done it this way" glasses and pick
up a new set of "I've got to look at this a new way" specs?
Any help is greatly appreciated.
Eric Schultz