コード例 #1
0
ファイル: robottasks.py プロジェクト: liutaotao369/director
 def run(self):
     point = self.getAnnotationInputPoint()
     polyData = self.getPointCloud()
     #segmentation.segmentDrillAuto(point, polyData)
     om.removeFromObjectModel(om.findObjectByName('drill'))
     segmentation.segmentDrillAlignedWithTable(point, polyData)
コード例 #2
0
ファイル: robottasks.py プロジェクト: simalpha/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
ファイル: viewbehaviors.py プロジェクト: edowson/director
 def onSegmentDrillAlignedWithTable():
     segmentation.segmentDrillAlignedWithTable(pickedPoint, pointCloudObj.polyData)