GarsGridGenerator.LineWidth Property
Gets or sets the line width for the meridians and parallels.
Syntax
public AttributeVariable< System.Double > LineWidth { get; set; }
Property Value
Default: 0.0
The line width for the meridians and parallels.
Remarks
If the result is zero (the default), the generator will use a sensible line width based on the lineWeight attribute, which is calculated from the View scale and the type of line (cell border, quadrant border or key border). Technically, the default line width would look like this if it were defined in Carmenta Studio:
![]() |
So if you want larger or smaller differences between the various line widths, you can let LineWidth be a similar lineWeight-dependent attribute variable that you specify yourself.
Platforms
Windows, Linux, Android