ignore dim's osnap

ignore dim's osnap

Anonymous
Not applicable
854 Views
2 Replies
Message 1 of 3

ignore dim's osnap

Anonymous
Not applicable

hello guys.


I have a dwg file. so many dimension.
and
there are two NODe in dimension.
how to ignore NODe at dimtxt.

 

osnapnodelegacy <1>   <-- it is not solution.

please see jpg file. I need help. 

thank you everyone

0 Likes
855 Views
2 Replies
Replies (2)
Message 2 of 3

cadffm
Consultant
Consultant

Stop your searching, the whole dimension-object are exclude from this variable, not only the points of a dimension object.

(for me it's a littele bug, but it was the simpliest way for the programmers to exclude the whole object)

The question here - https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimtxt-osnap/td-p/7660764

 

Sebastian

0 Likes
Message 3 of 3

Kent1Cooper
Consultant
Consultant

I don't think it will be possible to have Osnap-NODE access to the origin definition points but not to the other definition point(s) in a Dimension, since they're all part of the Dimension "object" -- same entity type, Layer, etc. -- and can't be differentiated in any way I know of while Osnapping.  [They could be differentiated outside of the process of Osnapping, by finding which of the Dimension's entity-data entries their locations correspond to, but I assume that won't help in your situation.]

Kent Cooper, AIA
0 Likes