Skip to content

ACadSharp.IO.SvgConfiguration

Albert Domenech edited this page Jul 25, 2025 · 2 revisions

SvgConfiguration Class

Configuration for writing SVG files.

Definition

Namespace: ACadSharp.IO

C#

public class SvgConfiguration

Properties

Returns Name Summary
Double DefaultLineWeight Weight value for the .
Double LineWeightRatio The will be divided by this value to process the stroke-width in the svg when the units are .
Double PointRadius Radius applied for the points.

Methods

Returns Name Summary
Double GetLineWeightValue(ACadSharp.LineweightType, ACadSharp.Types.Units.UnitsType) Get the value of the stroke-width in mm.
Clone this wiki locally