Odcl_Explode
(From ODCL_LM file)
<< Click to Display Table of Contents >> Odcl_Explode (From ODCL_LM file) |
|
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]))
|