Local reactions (API)

Stephane.kapetanovic
Mentor

Local reactions (API)

Stephane.kapetanovic
Mentor
Mentor

A copy of a popular discussion thread from 2013

0 Likes
Reply
203 Views
2 Replies
Replies (2)

Stephane.kapetanovic
Mentor
Mentor

next

0 Likes

next

.......    
    Dim case_sel As IRobotSelection
    Set case_sel = R.Project.Structure.Selections.CreatePredefined(I_PS_CASE_SIMPLE_CASES)
    
    Dim mancomb_sel As IRobotSelection
    Set mancomb_sel = R.Project.Structure.Selections.CreatePredefined(I_PS_CASE_COMBINATIONS)
    
    case_sel.Add mancomb_sel
    
    Log "Getting forces ..."
........