Author Topic: XEffectiveScaleFactor vs XScaleFactor ???  (Read 2376 times)

0 Members and 1 Guest are viewing this topic.

ribarm

  • Gator
  • Posts: 3272
  • Marko Ribar, architect
XEffectiveScaleFactor vs XScaleFactor ???
« on: October 11, 2012, 09:44:49 AM »
Does anyone know to answer on this question :

http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/XEffectiveScaleFactor/td-p/1538836

M.R. (no one answered yet)...
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

Jeff_M

  • King Gator
  • Posts: 4095
  • C3D user & customizer
Re: XEffectiveScaleFactor vs XScaleFactor ???
« Reply #1 on: October 11, 2012, 01:11:47 PM »
When you insert a drawing created with drawing units which differ from that of the current drawing (i.e. Insert an Architectural Imperial dwg which uses inches, into a Civil drawing which uses feet) and Insunits have been properly set, the drawing is automatically scaled to be in the target drawing units. The (XYZ)EffectiveScale value will normally be 1 whereas the (XYZ)ScaleValue would be the actual value needed to obtain the conversion (0.083333 in the case of the inches to feet scenario).

;   XEffectiveScaleFactor = 1.0
;   XScaleFactor = 0.0833333
;   YEffectiveScaleFactor = 1.0
;   YScaleFactor = 0.0833333
;   ZEffectiveScaleFactor = 1.0
;   ZScaleFactor = 0.0833333
T

ribarm

  • Gator
  • Posts: 3272
  • Marko Ribar, architect
Re: XEffectiveScaleFactor vs XScaleFactor ???
« Reply #2 on: October 11, 2012, 01:16:58 PM »
Thanks, Jeff, now I know...
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube