Odcl_Explode

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG utilities >

Odcl_Explode

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_Explode

This function will explode all Non-explodable, Protected and Minsert entities.

Parameter

Selection Set Filter

ex: (setq ss (ssget))

or: (setq ss (ssget "X" '((0 . "INSERT"))))

 

Return Values

T if xdata Exploded.

Nil if no block or not exploded.

 

Example

(Setq rValue (Odcl_Explode ss))

 

Result

T

 

AutoLisy Syntax:

(Setq rValue (Odcl_Explode PickSet [Filter lelection]))