Can't use dynamic UCS on Blocks

Can't use dynamic UCS on Blocks

ynapeu
Advocate Advocate
521 Views
1 Reply
Message 1 of 2

Can't use dynamic UCS on Blocks

ynapeu
Advocate
Advocate

I canot use the dynamic ucs on blocks, is there a possibiltiy to do this?

If explode the block i can use the dynamic ucs.

0 Likes
522 Views
1 Reply
Reply (1)
Message 2 of 2

deepak.a.s.nadig
Alumni
Alumni

Unfortunately, It is a limitation to use dynamic UCS on Blocks.

 

As a workaround, you can use AcDbNonSubEntDynamicUCSPE class(as AcDbDynamicUCSPE does not
work for blocks) and explode the block in getCandidatePlane to iterate through the objects.

 

0 Likes