Skip to content

dos_proxyclean

Dale Fugier edited this page Dec 1, 2018 · 2 revisions

Removes all of the of proxy objects from the current drawing. This is done by iterating through the entire drawing, and swapping all proxy entities for anonymous blocks. The blocks contain the equivalent geometry of the proxy entities.

Syntax

(dos_proxyclean)

Returns

The number of proxies that were cleaned.

nil on error.

Example

Command: (dos_proxyclean)
2
Clone this wiki locally