Wednesday, May 11, 2016

How to Remove Proxy Objects From DWG File

What is Proxy Object in AutoCAD i'm wrote in previouse post. For remooving proxy objects from DWG file i'm using script ExplodeProxy. How to load script in autocad.

Command: APPLOAD

Img. 1 Load Upplication ExplodeProxy
Choose file for your current vertion of the AutoCAD. For example, if you use AutoCAD 2014 you load ExplodeProxy2013x32 (x64).

Run command

Command: EXPLODEALLPROXY
Удалено Proxy: 0 Новых объектов: 0

Img. 2 EXPLODEALLPROXY
  1.  Total quantity of exploded proxy objects
  2.  Total quantity of the new objects in dwg file.  
After exploding proxy objects they are stell contained in the database of the dwg file.  For remooving proxy objects from file run command

Command: REMOVEALLPROXY
Первая метка объекта: <1>, последняя метка объекта: <25E>
Всего найдено proxy-объектов: 0. Из них proxy-примитивов: 0.
Очистить список масштабов? [Да/Нет] <Да>:

Всего удалено proxy-объектов: 0. Из них proxy-примитивов: 0.
Для проверки ошибок выполните команду _AUDIT

When all proxy ojects will be removed from drawing run command for fixing errors

Command: AUDIT

Thursday, March 24, 2016

How to load script in AutoCAD

In AutoCAD we can use custom programs that help us do many routine work.

You can load your own apps (script) in AutoCAD.
Script is an text document that written on programming language LISP or VBA, and has extension *.LSP, *.ARX, *.DVB and others.

Friday, February 26, 2016

All About Proxy Objects

Proxy objects appears in dwg file when file was created by not available program, such as  ARCHICAD, SPDS extension or other programs, that creates their own custom objects.