Click or drag to resize

HatchPatternLineDefinitionDelta Property

Gets or sets the local displacements between lines of the same family.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector2 Delta { get; set; }

Property Value

Type: Vector2
Remarks
The Delta.X value indicates the displacement between members of the family in the direction of the line. It is used only for dashed lines. The Delta.Y value indicates the spacing between members of the family; that is, it is measured perpendicular to the lines.
See Also