frmCutEditCreateFromTemplate Method

Create a cut profile from a blank template.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public void CreateFromTemplate(
	PatternTemplateItem template,
	FVector2 startLocation
)

Parameters

template  PatternTemplateItem
Reference to the pattern template serving as the basis of the new cut.
startLocation  FVector2
Reference to the starting router location for this cut, in absolute terms.

See Also