Over 1.104.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and sys.variables and env.variables,.
Discussion forum
?CAD discussions, advices, exchange of experience
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
Scale polyline Z |
Post Reply
|
| Author | |
PSkala
Newbie
Joined: 08.Feb.2012 Location: Austria Using: AutoCAD Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: Scale polyline ZPosted: 21.May.2025 at 14:56 |
|
I have a DWG file with 3D polylines containing Z-coordinates with exaggerated elevation, Z is 10x higher than it should be. Is it possible to scale those polylines 10x smaller, but just in Z?
|
|
![]() |
|
Vladimir Michl
Moderator Group
Arkance Systems CZ Joined: 26.Jul.2007 Location: Czech Republic Using: Autodesk software Status: Offline Points: 2143 |
Post Options
Thanks(1)
Quote Reply
Posted: 21.May.2025 at 15:00 |
|
You probably won't be able to use SCALE for this. But you can process the individual vertices. Use the ModDXF utility and process the DXF group 10 (vertex), multiplying it with the vector:
1,1,0.1 similarly to the tip https://www.cadforum.cz/en/how-to-move-vertices-of-a-multiline-in-z-axis-tip14539
|
|
|
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner |
|
![]() |
|
Cfytr
Senior Member
Joined: 16.Jun.2016 Location: Russian Federation Using: AutoCAD2013 Status: Offline Points: 142 |
Post Options
Thanks(0)
Quote Reply
Posted: 22.May.2025 at 15:38 |
Create a block from the 3d polyline, reduce it in the scaleZ block by 10 times, break the block and get the desired result
|
|
![]() |
|
julecave
Groupie
Joined: 17.Jul.2022 Location: Palestine Using: audocad 2015 Status: Offline Points: 65 |
Post Options
Thanks(0)
Quote Reply
Posted: 20.Aug.2025 at 22:10 |
|
Can you just move them all in the z-axis? Select move, highlight them all and type @0,0,-366 <enter> This will lower everything by 366'. Sorry if I misunderstood your dilemma. I don't know your skill level.
Edited by julecave - 20.Aug.2025 at 22:12 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,391 seconds.
![CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](/common/arkance_186.png)




Topic Options
Post Options
Thanks(0)


PSkala wrote:
