コード例 #1
0
ファイル: viewbehaviors.py プロジェクト: tkoolen/director
 def onSegmentDrillAlignedWithTable():
     segmentation.segmentDrillAlignedWithTable(pickedPoint, pointCloudObj.polyData)
コード例 #2
0
ファイル: robottasks.py プロジェクト: zhouchangSJTU/director
 def run(self):
     point = self.getAnnotationInputPoint()
     polyData = self.getPointCloud()
     #segmentation.segmentDrillAuto(point, polyData)
     om.removeFromObjectModel(om.findObjectByName('drill'))
     segmentation.segmentDrillAlignedWithTable(point, polyData)
コード例 #3
0
 def onSegmentDrillAlignedWithTable():
     segmentation.segmentDrillAlignedWithTable(pickedPoint,
                                               pointCloudObj.polyData)
コード例 #4
0
ファイル: robottasks.py プロジェクト: patmarion/director
 def run(self):
     point = self.getAnnotationInputPoint()
     polyData = self.getPointCloud()
     #segmentation.segmentDrillAuto(point, polyData)
     om.removeFromObjectModel(om.findObjectByName('drill'))
     segmentation.segmentDrillAlignedWithTable(point, polyData)