PatternOperationItemKerf Property

Get/Set the side to which the kerf will accumulate along the path of travel. If None or Center, half of the Kerf will accumulate on each side.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
[JsonConverterAttribute(typeof(StringEnumConverter))]
[JsonPropertyAttribute(Order = 27)]
public DirectionLeftRightEnum Kerf { get; set; }

Property Value

DirectionLeftRightEnum

See Also