Login  Register

Re: What is the purpose of the "dimensions layer"?

Posted by sand1024 on Dec 16, 2024; 4:47pm
URL: https://forum.librecad.org/What-is-the-purpose-of-the-dimensions-layer-tp5725787p5725826.html

Well, actually (as all other types of layers) "dimensional" layer is an ordinary layer.

However, additional child types of layers were added for the following pattern:

1) Major drawing is performed in normal layer. Extending further, single part on the drawing (if there are several parts) may be in own separate layer.

2) All dimensions for that part (s) are drawn in separate dimensional layer.

Such approach allows quick disabling dimensions (if needed) for specific parts of the drawing as well as dimensions of that part.  

Layer tree, different layers and their children are convenient for complex drawings, for example - if the user would like, say, to draw some device that includes several parts using single drawing (instead of having separate drawings for each part).

But you're right - this is rather an issue of filtering visibilities of entities.

So far LibreCAD does not support creation of automatic dimension, and the user would like to create dimensions - it's up to the user which layer to select for dimensions.

Potentially, indeed, it's possible to put all dimensions into some specific layer.

However, if there are several parts within the same drawing - it might be hard to determine target layer for dimensions.

However, re-thinking your question, I suppose it might be a good option - place dimensions automatically into dimension layer of currently active normal layer (if any). I'll take a look on this.