cart: empty [ Login ]

Mirror the drawing

1 
oleg
9/21/2006 7:36 PM
Hi, Is there any way I can mirror the drawing (block), left->right? Thanks
Wout
9/21/2006 8:00 PM
Hi Oleg, Not yet! In 2D there's a trick you can apply though, you can 3D rotate the insert by 180 degrees around x or y-axis. But depending on your requirements that might be good enough or not. I have these operations on the wish list though... note that you can also hire me to add specific functionality to CadLib! Kind regards, Wout
oleg
9/21/2006 8:35 PM
Could you please give me example? DXFInsert has just rotation property which is angle. Thanks.
Wout
9/21/2006 9:04 PM
Hi Oleg, Oh, turn the z-axis upside down (default it's (0, 0, 1), or Vector3D.ZAxis), try setting it to -Vector3D.ZAxis. Maybe apply some rotation as well... can't tell just of the top of my head. Kind regards, Wout
oleg
9/21/2006 11:29 PM
It worked ! Thanks.
1