コード例 #1
0
ファイル: edge.py プロジェクト: tpaviot/pythonocc-utils
 def closest(self, other):
     return minimum_distance(self, other)
コード例 #2
0
 def closest(self, other):
     return minimum_distance(self, other)