Mirror the drawing
![]() 9/21/2006 7:36 PM
|
---|
Hi, Thanks |
![]() 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 |
![]() 9/21/2006 8:35 PM
|
---|
Could you please give me example? DXFInsert has just rotation property which is angle. Thanks. |
![]() 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 |
![]() 9/21/2006 11:29 PM
|
---|
It worked ! Thanks. |