Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
petr.meduna
in reply to: L.Greft

Hello,

you have to pick your created orientations from collection. Only then you can activate them.

 

If SPLIT_AMOUNT = 1 Then
	smDef.FlatPattern.FlatPatternOrientations.Item("Left").Activate
ElseIf SPLIT_AMOUNT = 2 Then
	smDef.FlatPattern.FlatPatternOrientations.Item("Right").Activate
ElseIf SPLIT_AMOUNT = 3 Then
	smDef.FlatPattern.FlatPatternOrientations.Item("Middle").Activate
End If