PDA

View Full Version : Automatic general view generator


Giorgio L.
04-17-2001, 10:36 PM
II need to generate a general view of some parts/assemblies without the operator presence. I have tried the command am_create_general but I have to use the mouse to set the position of the view. Anybody knows an equivalent command to generate a general view without use the mouse? Thank a lot. Giorgio L.

Wolfgang Traetner
08-13-2001, 08:58 AM
Hi Giorgio, using SD 9.x and later you can use: <pre> (am_create_general :direction :vp_dir "Aux. VP" (set_vp_direction "Aux. VP" 0.8,-0.5,0.3) <b>:position -200,220</b> )</pre> HTH, Wolfgang