PatternOperationItemOffsetY 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 = 15)]
public string OffsetY { get; set; }

Property Value

String

Remarks

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

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

See Also