PatternOperationItemEndOffsetY Property

Get/Set the distance along the Y axis into the material body at which to stop.

Definition

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

Property Value

String

Remarks

If neither this value nor EndOffsetYOrigin are supplied, no movement will take place. If EndOffsetY is supplied and EndOffsetYOrigin is Relative, the ending Y offset will be relative to the starting Y position.

See Also