TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: VGon on December 06, 2022, 03:05:00 PM

Title: Edit SECTIONVIEWSTYLE dictionary
Post by: VGon on December 06, 2022, 03:05:00 PM
Hi

I would like to edit the way the section view is tagged. Currently it is tagged as Section B-B \n Scale 1:30. I would like it presented as B-B(1:30). Overwriting the view does not help because after a ViewUpdate the tag gets reset back to the default. So I have learnt that it needs to be done using LISP. Sadly this is stored somewhere in the dictionary and I have never worked with dictionaries before.

So here's hoping someone is able to help with this code. I am working on BricsCAD but I think it might be the same for AutoCAD Mechanical too.

Regards,
Title: Re: Edit SECTIONVIEWSTYLE dictionary
Post by: PKENEWELL on December 07, 2022, 01:14:57 PM
I don't know what it is in BriycsCAD, but in AutoCAD Mechanical - Look in "Options" > "AM:Standards" > "Section View (in list)" > "<double click current Style>"

(http://ScreenShot 12-07-22 at 01.10.40 PM.jpg)
Title: Re: Edit SECTIONVIEWSTYLE dictionary
Post by: VGon on December 08, 2022, 06:19:25 AM
Thanks for the response. Interesting to note the label options are amiable in AutoCAD, they seem to be missing in BricsCAD

Any suggestion on how to do this programatically