Version: 6.5.0
Main Page
Related Pages
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Groups
Pages
What Is
import
geompy
# create a box
box = geompy.MakeBoxDXDYDZ(100,30,100)
Descr = geompy.WhatIs(box)
print
"\nBox 100x30x100 description:"
print Descr