Author Topic: AECDWGSETUP  (Read 3382 times)

0 Members and 1 Guest are viewing this topic.

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
AECDWGSETUP
« on: July 26, 2016, 11:42:18 PM »
Anyone have any idea how to insure the "Scale Objects Inserted From Other Drawings" remains turned off.

It seems like this is per drawing, and can get turned on.  It's located in two places. Under the drawing settings and under the command "AECDWGSETUP"




BlackBox

  • King Gator
  • Posts: 3770
Re: AECDWGSETUP
« Reply #1 on: July 27, 2016, 02:34:35 AM »
Try the SettingsUnitZone.ScaleObjectsFromOtherDrawings Property:

http://docs.autodesk.com/CIV3D/2016/ENU/API_Reference_Guide/html/e225aff1-3f1f-1973-3beb-971e2bb2278d.htm


Cheers
"How we think determines what we do, and what we do determines what we get."

huiz

  • Swamp Rat
  • Posts: 917
  • Certified Prof C3D
Re: AECDWGSETUP
« Reply #2 on: July 27, 2016, 03:10:40 AM »
It is a per drawing setting so you better turn it off in the template you use.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: AECDWGSETUP
« Reply #3 on: July 27, 2016, 08:45:04 AM »
Not sure why one would want it turned off, unless there is no control over units within the drawings/blocks one is inserting?

What blocks/drawings are being adversely affected?  If it is your own content fix the units, if it's from others you wont know that until they insert incorrectly anyway,
so it is just as easy to adjust them after you know their units setting(s).


And as stated above, set it in the template.  And verify INSUNITS setting is as desired as well.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

huiz

  • Swamp Rat
  • Posts: 917
  • Certified Prof C3D
Re: AECDWGSETUP
« Reply #4 on: July 27, 2016, 09:31:19 AM »
The best option is off because this setting will scale the objects first while keeping the scale factor 1. No you will never know the original size.

It is better to insert objects and manually scale them, if needed.

Turning on the Match AutoCAD variables is also the best option, imo. Else it is possible to have different drawing units for Civil 3D and for AutoCAD functions.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
Re: AECDWGSETUP
« Reply #5 on: July 27, 2016, 09:33:30 AM »
Thanks! Wanted to turn it off because the standard autocad variables are enough (insunits for example). This one keeps messing with things lol