Dimensions SVG ============== Functionality ------------- Creates SVG Dimensions objects. Inputs ------ - Location A: Start point of the measure. - Location B: End point of the measure. - Dimensions Offset: Distance from the dimension mark to the location points. - Text Size: Font size. - Text Offset: Distance from the line to text. - Text Fill / Stroke: Dimensions Text Fill and Stroke attributes. - Line Fill / Stroke: Dimensions Lines Fill and Stroke attributes. - Text Multiplyer: Multiplier for dimensions. For example, you need meters or millimeters or decimeters, so multiply 1000 100 10 etc. Options ------- - Line Extension: Lines extensions distance. - Decimals: Numerical precision displayed. - Units: String to be added to the dimension number (like 'm', 'Km'...) - Font Family: Offers 'serif', 'sans-serif', 'monospace', 'cursive', 'fantasy', 'user' - User Font: User defined font name like "Georgia", "Impact".. Outputs ------- - SVG Objects Examples -------- .. image:: https://raw.githubusercontent.com/vicdoval/sverchok/docs_images/images_for_docs/svg/dimensions_svg/blender_sverchok_dimensions_svg_example.png