ExplodeToOwnerSpace problem

ExplodeToOwnerSpace problem

Anonymous
Not applicable
755 Views
4 Replies
Message 1 of 5

ExplodeToOwnerSpace problem

Anonymous
Not applicable

Hello. I have a block with some lines and Dimension. When I using explodetoownerspace() , a  Dimension seems wrong.

This problem also appear in Autocad Command In-Place Block Editing. How can I solve it? Thanks.

after.jpgbefore.png

0 Likes
756 Views
4 Replies
Replies (4)
Message 2 of 5

_gile
Consultant
Consultant

Hi,

 

Try to redefine your block:

  • open the block in the block editor,
  • erase the wrong dimension
  • recreate it properly using osnaps
  • save the changes


Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes
Message 3 of 5

Anonymous
Not applicable

Thanks for you reply.

but What do you mean by "recreate it properly using osnaps"

Can I do It by .net code?

0 Likes
Message 4 of 5

_gile
Consultant
Consultant

908252663 a écrit :

Thanks for you reply.

but What do you mean by "recreate it properly using osnaps"

Can I do It by .net code?


Recreate the dimension by code may be not so trivial.

 

But was this block created by .NET code?

If not and the code just uses a predefined block, why can't you simply "manually" redefine the block?



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes
Message 5 of 5

Anonymous
Not applicable

I want to get these demition properties in .net code. But thanks all the same.

0 Likes