It is common practice in CAD that the line-art attributes are controlled by the layer on which they live.
The attributes Color, Lineweight and Linetype are then set 'By Layer'.
Also see tutorial
Working with Layers.
The first line of text is already the most important one.
This allows for changing the appearance of all the entities on a specific layer at once.
But you are not limited to that.
You can assign specific attributes for each entity.
A dashed red and thin line is thus perfectly possible on a layer intended for continuous thick lines in green.
Screen-based Linetypes (and weights) (
NL) is typically active in design mode.
This is a pixel based hybrid mode that ensures that things look somewhat thicker/thinner and or dashed/dotted in any zoom state.
Only on screen ... The drawing is never printed or exported this way.
When not active you could zoom in so far that:
- The weight of a line fills the entire screen.
- You zoom in on the space between dots or dashes and see no line at all.
Or zoom out so that dashes and dots are displayed as (almost) continuous.
Screen-based Linetypes are typically turned OFF for printing or exporting to PDF ... When in Print Preview Mode.
And typically turned ON when switching to design mode by preference.
See menu Edit .. Application Preferences .. Graphics View .. Appearance .. Linetypes and Lineweights
You might want to deactivate this preference and/or
NL to always see the actual size on screen in Model view.
You also might want to investigate the use of polylines with custom
widths (The term 'weight' is wrong here).
See tutorial
Custom Lineweights.
Remark that they use a flat pen for a custom width instead of the round pen for default CAD weights.
Rendering at corners and/or discontinuities may be off, especially when exploded to outlines.
These outlines are used for the SVG export as filled paths.
In your drawing I see the use of a custom Grid for a drawing in inch what is configured to use a decimal format.
Grid points every 0.05 unit and the Meta Grid (lines) spacing is the same but then without the leading zero.
See menu Edit .. Drawing Preferences .. General .. Grid
Also meaning that the
minimal Grid and Meta Grid spacing is set to these values.
At the bottom right of the graphics panel you see the current spacing:
'2.5 < 0' on open and auto zoomed.
What stands for: Grid points every 2.5 unit and no Meta Grid.
Depending a set of application preferences this may be:
'0 < 0' on open and auto zoomed.
See menu Edit .. Application Preferences .. Graphics View .. Grid .. Automatically scale grid/meta grid.
When these preferences are active, the minimal spacing when zooming in far is:
'0.05 < 0.05'.
Because of an
unattended bug the next step on zooming out is sqr(5)=25 based:
'0.25 < 0.05'.
Instead of increasing in a decimal manner or in 10 based steps.
Zooming out a little further it becomes:
'0.25 < 0' -
'2.5 < 0' -
'25 < 0' and so on (10 based of sqr(5)) .
At this point a user defined grid/meta grid spacing is only possible when automatically scaling is turned OFF.
Also see this
related topic.
Regards,
CVH