Click or drag to resize

ConstructionPlaneThickLineFrequency Property

Gets or sets the recurrence of a wider line on the grid.

0: No lines are thick, all are drawn thin.

1: All lines are thick.

2: Every other line is thick.

3: One line in three lines is thick (and two are thin).

4: ...

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int ThickLineFrequency { get; set; }

Property Value

Type: Int32
See Also