PatternOperationItemStartOffsetX Property

Get/Set the distance along the X axis into the material body at which to start.

Definition

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

Property Value

String

Remarks

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

See Also