Odcl_PutExplodeMode

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_PutExplodeMode

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_PutExplodeMode

This function will change the "Allow Exploding" block option of the specified block name.

First Parameter

Block Name as String.

 

Second Parameter

0 = Allow Exolode.

1 = Do Not Allow Explode.

 

Example

(Odcl_PutExplodeMode "Valve" 0)

 

Result

Nii if Block Name not found

T if completed.

 

AutoLisp Syntax:

(setq rValue (Odcl_PutExplodeMode BlockName [as string] ExplodingMode [as integer 1 or  ])