Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/s/k/skdb-HEAD/import_tools/surf.py skdb(Download)
#let's not reinvent the wheel from skdb import Point, Shape, Face, Wire #stuff that actually matters
display.DisplayShape(occ_shape) shape = Face(occ_shape) temp_points = list(set(shape.points)) #self.assertTrue(len(temp_points)>0)