PatternOperationItemOffsetX Property

Get/Set the distance along the X axis into the material body.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
[JsonPropertyAttribute(Order = 13)]
public string OffsetX { get; set; }

Property Value

String

Remarks

Only used in cases where a single starting point is needed.

If neither this value nor OffsetXOrigin are supplied, no movement will take place. If OffsetX is supplied and OffsetXOrigin is Relative, the X offset will be relative to the previous router position.

See Also