Need help with access to property override of dimension in LISP

Need help with access to property override of dimension in LISP

CADdaddy.com
Collaborator Collaborator
784 Views
1 Reply
Message 1 of 2

Need help with access to property override of dimension in LISP

CADdaddy.com
Collaborator
Collaborator

Hi All,

 

I've encountered a drawing file that has an overridden dimension property that I am trying to access problematically.  When I select dimension object you can see in Properties that the Text Style is set to "Carducci-nrw" but that is not the style that is defined in the Dim Style in "DIM 48" as you can see in the second screen shot.  How can I access this override and change the text style to something else?

 

Regards,

James

 

dim.PNGdim2.PNG

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

Moshe-A
Mentor
Mentor

@CADdaddy.com hi,

 

you are confuzing between dimension style "DIM 48" and text style "CARDUCCI-NRW"

(entget (car (entsel)) of dimension entity dxf code 3 is dimension style name.

dimension style overrides are stored in xdata

 

to access dimension style xdata see << this link >> 

 

moshe

 

0 Likes