dos_proxyclean - dalefugier/DOSLib GitHub Wiki
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