示例#1
0
 def setLocalPosition(self, nodePosition):
   """ Set the local position in the coordinate system with origin nodePosition
   nodePoistion: position of the node, e.g. [12,56]
   """
   self.localPosition = Geometry.localPosition(self.position, nodePosition)