fabrizio
04-11-2003, 03:05 AM
Hi all.
I have the need to automatically position the annotation views of a 3D Model via lisp program. In other words, I need to write a command that, without asking any input to the user, generates some views of a model in a position calculated by the program itself, and updates 'em, all in one click. The problem is that none of the commands that create Annotation views AM_CREATE_DWG, AM_CREATE_STANDARD, etc...) accepts also a position to place the views themselves.
The way the views are positioned is somehow different from all other OSD and AM commands because :
1- The user can't type into the command line the cohordinates of where the view should be positioned (he has to pick a point with the mouse)
2- You can't tell such position to Annotation via lisp program in the "standard" way.
Is there a way to tell to Annotation the position where a view should be placed when you use the commands AM_CREATE_DWG, AM_CREATE_STANDARD, ecc...) in a lisp program?
Thanx a lot in advance.
Fabrizio
I have the need to automatically position the annotation views of a 3D Model via lisp program. In other words, I need to write a command that, without asking any input to the user, generates some views of a model in a position calculated by the program itself, and updates 'em, all in one click. The problem is that none of the commands that create Annotation views AM_CREATE_DWG, AM_CREATE_STANDARD, etc...) accepts also a position to place the views themselves.
The way the views are positioned is somehow different from all other OSD and AM commands because :
1- The user can't type into the command line the cohordinates of where the view should be positioned (he has to pick a point with the mouse)
2- You can't tell such position to Annotation via lisp program in the "standard" way.
Is there a way to tell to Annotation the position where a view should be placed when you use the commands AM_CREATE_DWG, AM_CREATE_STANDARD, ecc...) in a lisp program?
Thanx a lot in advance.
Fabrizio