cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change default reference data settings in drawing views

Change default reference data settings in drawing views

Hi,

 

we use quite a few reference parts in our assemblies (they don't contribute to the BoM but are there as visual aids). By default, these parts are displayed as reference parts, with hidden lines shown on drawing views. However, we would like to display these parts differently, so each time we insert a drawing view, we change the display style and hidden line calculation on the model tab.

It would be great if there was a way to change the default setting.

 

Just to make it clear which settings I am talking about, here is a screenshot of the Drawing View dialog box that opens when a view is placed.

Default:

fdanecker_2-1772713294721.png

 

These are the settings we set for each drawing view.

fdanecker_1-1772713199207.png

 

5 Comments
RajSchmidt
Advisor

I remember a similar problem with threads in assemblies. (The setting is on the “Display Options” tab.) I found that the setting is stored in the drawing, so maybe you can change it in your template?

Let me know it works.

f.danecker
Contributor

Hi @RajSchmidt, I have already tried this, but unfortunately it is not stored in the template.

RajSchmidt
Advisor

Good morning @f.danecker, thank you for your research. It was just an idea...

marcin_otręba
Advisor

hi,  from 2024.2 it is accessible trough api..:

Dim drw As DrawingDocument = ThisDoc.Document
For Each osheet As Sheet In drw.Sheets
For Each odv As DrawingView In osheet.DrawingViews
	odv.ReferenceDataDisplayStyle = ReferenceDataDisplayStyleEnum.kEdgesAsReference
	odv.Margin=1
Next
Next

Hi, maybe you want to vote my:

Ideas

or check my apps:

DrawingTools   View&ColoringTools   MRUFolders

Yijiang.Cai
Autodesk
Status changed to: Future Consideration

Many thanks for posting the idea, and tracked as [INVGEN-595]

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea