From b202e3d760b1ea6c168f13b6da356e924e7f0744 Mon Sep 17 00:00:00 2001 From: GSStnb <44550894+GSStnb@users.noreply.github.com> Date: Thu, 28 Mar 2019 08:48:17 -0600 Subject: [PATCH 1/4] Fix icon size --- guides/drawingsetup.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/guides/drawingsetup.rst b/guides/drawingsetup.rst index 34d61192..d1c80df6 100644 --- a/guides/drawingsetup.rst +++ b/guides/drawingsetup.rst @@ -218,18 +218,18 @@ As an alternative to the LibreCAD provided template, a user-specified template c .. |icon01| image:: /images/icons/add.svg - :height: 24 - :width: 24 + :height: 18 + :width: 18 .. |icon02| image:: /images/icons/attributes.svg - :height: 24 - :width: 24 + :height: 18 + :width: 18 .. |icon03| image:: /images/icons/rename_active_block.svg - :height: 24 - :width: 24 + :height: 18 + :width: 18 .. |icon04| image:: /images/icons/construction_layer.svg - :height: 24 - :width: 24 + :height: 18 + :width: 18 .. |icon05| image:: /images/icons/noconstruction.svg - :height: 24 - :width: 24 + :height: 18 + :width: 18 From d2ed1331122a3ce31ee217bb534a33efa04ed7a5 Mon Sep 17 00:00:00 2001 From: GSStnb <44550894+GSStnb@users.noreply.github.com> Date: Fri, 29 Mar 2019 08:20:23 -0600 Subject: [PATCH 2/4] Updated pen size table --- guides/drawingsetup.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guides/drawingsetup.rst b/guides/drawingsetup.rst index d1c80df6..4e681415 100644 --- a/guides/drawingsetup.rst +++ b/guides/drawingsetup.rst @@ -166,29 +166,29 @@ Line Type & Thickness Line thickness should also be addressed when creating a new drawing. The default line thickness is 0.00mm and results in a hairline on a printed page. General practices may vary by drawing type; technical, arcitectural, etc, and by drawing size; larger drawings utilize thicker lines. A variety of sources can be found on the internet by searching for "CAD standards". The following table provides suggested line widths for ISO A4/A3/A2 or ANSI A/B/C paper sizes: .. csv-table:: - :header: "Line Weights", "Width Range", "Purpose", "Width" + :header: "Line Weights", "Pen Size (mm)", "Purpose", "Recommended" :widths: 15, 20, 40, 25 - "Extra Thin", "0.00 to 0.10 mm", "- Hidden lines", "0.00 mm" + "Extra Thin", "0.00, 0.05, 0.09", "- Hidden lines", "0.00 mm" "", "", "- Hatching", "" "", "", "- Reference line", "" - "Thin", "0.15 to 0.25 mm", "- Outlines", "0.18 mm" + "Thin", "*0.13*, 0.15, *0.18*, 0.20, *0.25*", "- Outlines", "0.18 mm" "", "", "- Centre lines", "" "", "", "- Dimension lines", "" "", "", "- Leader and extension", "" "", "", "- Phantom lines", "" "", "", "- Grid lines", "" "", "", "- Text", "" - "Medium", "0.30 mm to 0.50 mm", "- Hidden lines", "0.35 mm" - "", "", "- Text normal (0.3 mm)", "" - "", "", "- Text - sub-headings (0.5 mm)", "" + "Medium", "0.30, *0.35*, 0.40, *0.50*", "- Hidden lines", "0.35 mm" + "", "", "- Text normal (0.30 mm)", "" + "", "", "- Text - sub-headings (0.50 mm)", "" "", "", "- Visible object outlines", "" - "Thick", "0.70 mm", "- Cutting lines", "0.70 mm" + "Thick", "*0.70*", "- Cutting lines", "0.70 mm" "", "", "- Match lines", "" "", "", "- Section lines", "" "", "", "- Text - titles/major headings", "" "", "", "- Viewing planes", "" - "Extra Thick", "1.00 mm", "- Title sheet border", "1.00 mm" + "Extra Thick", "*1.00*", "- Title sheet border", "" .. _templates: From 14c7d7f853214d1fc771dcd161021b8e9435e32a Mon Sep 17 00:00:00 2001 From: GSStnb <44550894+GSStnb@users.noreply.github.com> Date: Fri, 29 Mar 2019 08:31:36 -0600 Subject: [PATCH 3/4] Added ISO pens sizes --- guides/drawingsetup.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/guides/drawingsetup.rst b/guides/drawingsetup.rst index 4e681415..e0f3634b 100644 --- a/guides/drawingsetup.rst +++ b/guides/drawingsetup.rst @@ -172,23 +172,26 @@ Line thickness should also be addressed when creating a new drawing. The defaul "Extra Thin", "0.00, 0.05, 0.09", "- Hidden lines", "0.00 mm" "", "", "- Hatching", "" "", "", "- Reference line", "" - "Thin", "*0.13*, 0.15, *0.18*, 0.20, *0.25*", "- Outlines", "0.18 mm" + "Thin", "**0.13**, 0.15, **0.18**, 0.20, **0.25**", "- Outlines", "0.18 mm" "", "", "- Centre lines", "" "", "", "- Dimension lines", "" "", "", "- Leader and extension", "" "", "", "- Phantom lines", "" "", "", "- Grid lines", "" "", "", "- Text", "" - "Medium", "0.30, *0.35*, 0.40, *0.50*", "- Hidden lines", "0.35 mm" + "Medium", "0.30, **0.35**, 0.40, **0.50**", "- Hidden lines", "0.35 mm" "", "", "- Text normal (0.30 mm)", "" "", "", "- Text - sub-headings (0.50 mm)", "" "", "", "- Visible object outlines", "" - "Thick", "*0.70*", "- Cutting lines", "0.70 mm" + "Thick", "**0.70**", "- Cutting lines", "0.70 mm" "", "", "- Match lines", "" "", "", "- Section lines", "" "", "", "- Text - titles/major headings", "" "", "", "- Viewing planes", "" - "Extra Thick", "*1.00*", "- Title sheet border", "" + "Extra Thick", "**1.00**", "- Title sheet border", "" + + +Note: Pen sizes shown in *bold* are ISO standard sizes. .. _templates: From dee3af815fae8f948dd1817a6b3bf90a4092309b Mon Sep 17 00:00:00 2001 From: GSStnb <44550894+GSStnb@users.noreply.github.com> Date: Fri, 29 Mar 2019 08:34:47 -0600 Subject: [PATCH 4/4] Added ISO note --- guides/drawingsetup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/drawingsetup.rst b/guides/drawingsetup.rst index e0f3634b..a65f0be8 100644 --- a/guides/drawingsetup.rst +++ b/guides/drawingsetup.rst @@ -191,7 +191,7 @@ Line thickness should also be addressed when creating a new drawing. The defaul "Extra Thick", "**1.00**", "- Title sheet border", "" -Note: Pen sizes shown in *bold* are ISO standard sizes. +Note: Pen sizes shown in **bold** are ISO standard sizes. .. _templates: