PatternOperationItemEndOffsetX Property

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

Definition

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

Property Value

String

Remarks

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

See Also