PatternOperationItemStartOffsetY Property

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

Definition

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

Property Value

String

Remarks

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

See Also