Local reactions (API)

Local reactions (API)

Stephane.kapetanovic
Mentor Mentor
416 Views
2 Replies
Message 1 of 3

Local reactions (API)

Stephane.kapetanovic
Mentor
Mentor

A copy of a popular discussion thread from 2013

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature
0 Likes
417 Views
2 Replies
Replies (2)
Message 2 of 3

Stephane.kapetanovic
Mentor
Mentor

next

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature
0 Likes
Message 3 of 3

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 ..."
........

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature