Print Page | Close Window

Scale polyline Z

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14702
Printed Date: 25.May.2026 at 20:16


Topic: Scale polyline Z
Posted By: PSkala
Subject: Scale polyline Z
Date Posted: 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?



Replies:
Posted By: Vladimir Michl
Date 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" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Cfytr
Date Posted: 22.May.2025 at 15:38
Originally posted by PSkala PSkala wrote:

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?

Create a block from the 3d polyline, reduce it in the scaleZ block by 10 times, break the block and get the desired result


Posted By: julecave
Date 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.


  https://1921681001.id" rel="nofollow - - 192.168.1.1



Print Page | Close Window