Message 1 of 3
Scalling drawing with transformBy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone
I'm trying to scalling my drawing which combined by 2D entities et 3D entities (3d points), if i use command
acEnt.TransformBy(Matrix3d.Scaling(param_k,Point3d.Origin));
it will change the Z valeur of these 3D entities.
Do you have a solution for this problem please?
Thanks a lots