How to Explode a dynamic blockreference and clear the Geometric constraints?

How to Explode a dynamic blockreference and clear the Geometric constraints?

wuziweiFQHA2
Explorer Explorer
353 Views
2 Replies
Message 1 of 3

How to Explode a dynamic blockreference and clear the Geometric constraints?

wuziweiFQHA2
Explorer
Explorer

Hi,

I want to explode a dynamic blockreference by code.

But there are many Geometric constraints.

I do not know how to clear these.

S)DW7X@ZSC3%D(E)%EB19(5.png

0 Likes
Accepted solutions (1)
354 Views
2 Replies
Replies (2)
Message 2 of 3

wuziweiFQHA2
Explorer
Explorer
Accepted solution

i got it, use br.ConvertToStaticBlock(newname);

0 Likes
Message 3 of 3

Amriya_Exe
Advocate
Advocate
(defun C:prcl ()
(command "_DelConstraint" "all" "") ;
(command "_-PURGE" "All" "*" "No") ;
)


Save this as .lsp and run by command "prcl" after explode all blocks
0 Likes