Click or drag to resize

HatchLineOffset Property

Get and sets this line's 2d offset for line repetitions. Offset.X is shift parallel to line. Offset.Y is spacing perpendicular to line.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Vector2d Offset { get; set; }

Property Value

Type: Vector2d
See Also