Version: 6.5.0
Main Page
Related Pages
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Groups
Pages
Minimal Distance
import
geompy
# create boxes
box1 = geompy.MakeBoxDXDYDZ(100,30,100)
box2 = geompy.MakeBox(105,0,0,200,30,100)
min_dist = geompy.MinDistance(box1,box2)
print
"\nMinimal distance between box1 and box2 = "
, min_dist