8,452
edits
Paradox-01 (talk | contribs) m (yes i'm hopelessly distributed ....) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 700: | Line 700: | ||
step 1: getting a starting point (in this case the pelvis) | step 1: getting a starting point (in this case the pelvis) | ||
'SelectNeighborObj | 'SelectNeighborObj [parameter1], [parameter2], [parameter3], [parameter4] | ||
'options of the second parameters | 'options of the second parameters | ||
'0 go one level up | '0 go one level up | ||
'1 go one level down | '1 go one level down | ||
Line 723: | Line 723: | ||
msgbox "Make sure that the pelvis object holds the word ""pelvis""." & vbCRLF & "It must be part of the name.", , "error" | msgbox "Make sure that the pelvis object holds the word ""pelvis""." & vbCRLF & "It must be part of the name.", , "error" | ||
else | else | ||
SelectNeighborObj | ' we work with selection here, so first parameter is optional and can be left out | ||
' the second parameter is 0 by default so we can also left it out | |||
' SelectNeighborObj [parameter1], [parameter2] | |||
SelectNeighborObj | |||
end if | end if | ||
loop | loop |
edits