Author Topic: Viewport scale  (Read 2563 times)

0 Members and 1 Guest are viewing this topic.

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Viewport scale
« on: September 23, 2013, 01:04:52 PM »
1) create viewport in new dwg made with orginal acad.dwt
> there are all metric and imperial scales:




2) create viewport in new dwg made with orginal acadiso.dwt
> only metric scales

Questions:

a) why?

b) how can I change scale list example from imperial to metric?

c) measurement and measureinit?

I tryed with measurement and measureinit =1 with my template but I have only imperial scales.

ChrisCarlson

  • Guest
Re: Viewport scale
« Reply #1 on: September 24, 2013, 09:30:46 AM »
Those are not metric scales, they are engineering scales.

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Re: Viewport scale
« Reply #2 on: September 25, 2013, 02:19:06 AM »
Those are not metric scales, they are engineering scales.
Ok my apologies for my english... in Italy we use only 1:1 - 1:2 ...
not 1/128" = 1' -0" and similar.

About questions?

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: Viewport scale
« Reply #3 on: September 25, 2013, 02:53:46 AM »
use command UNITS


kruuger

  • Swamp Rat
  • Posts: 637
Re: Viewport scale
« Reply #4 on: September 25, 2013, 03:22:10 AM »
Those are not metric scales, they are engineering scales.
Ok my apologies for my english... in Italy we use only 1:1 - 1:2 ...
not 1/128" = 1' -0" and similar.

About questions?
not sure if understand. found lsp somewhere.
Code: [Select]
(InstallScaleList (StdISOScaleList))
(ScaleListRemImperial)
kruuger

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Re: Viewport scale
« Reply #5 on: September 26, 2013, 05:52:32 AM »
use command UNITS
Tthanks for the reply, Units are metric in my DWGs...

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Re: Viewport scale
« Reply #6 on: September 26, 2013, 05:54:30 AM »
not sure if understand. found lsp somewhere.
Code: [Select]
(InstallScaleList (StdISOScaleList))
(ScaleListRemImperial)
kruuger
Yes! Scalelistedit is the rigth way.
Thanks.