Click or drag to resize

HatchPatternAlwaysModelDistances Property

Hatchpattern patterns are typically interpreted as distances on the printed output when printing. In this case AlwaysModelDistances is false (default). When set to true, the hatch pattern will be interpreted as being in world distances.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool AlwaysModelDistances { get; set; }

Property Value

Type: Boolean
See Also