Back to Parent

### Python Code For Retrieving Left and Right Hand Positions ###


import rhinoscriptsyntax as rs
import scriptcontext as sc

if refresh:
    leftHand = getLeftHand()
    rightHand = getRightHand()

def getRightHand():
    hand = input[11]
    return hand
    
def getLeftHand():
    hand = input[7]
    return hand
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0