geom/doc/salome/examples/whatis.py

10 lines
157 B
Python
Raw Normal View History

2013-02-12 17:35:16 +06:00
# What Is
import geompy
# create a box
box = geompy.MakeBoxDXDYDZ(100,30,100)
Descr = geompy.WhatIs(box)
print "\nBox 100x30x100 description:"
print Descr