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; }
Public Property Delta As Vector2
Get
Set
public:
property Vector2 Delta {
Vector2 get ();
void set (Vector2 value);
}
member Delta : Vector2 with get, set
PROPERTY Delta AS Vector2 GET SET
Property Value
Type:
Vector2Remarks
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