Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/import_plugins/xml.py SkeinFox(Download)
allExtrudateLoops = [] for loop in rotatedBoundaryLayer.loops: allExtrudateLoops += triangle_mesh.getBridgeLoops( self.layerThickness, loop ) rotatedBoundaryLayer.rotation = triangle_mesh.getBridgeDirection( self.belowLoops, allExtrudateLoops, self.layerThickness ) self.belowLoops = allExtrudateLoops
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/import_plugins/xml.py SkeinFox(Download)
allExtrudateLoops = [] for loop in rotatedBoundaryLayer.loops: allExtrudateLoops += triangle_mesh.getBridgeLoops( self.layerThickness, loop ) rotatedBoundaryLayer.rotation = triangle_mesh.getBridgeDirection( self.belowLoops, allExtrudateLoops, self.layerThickness ) self.belowLoops = allExtrudateLoops
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/import_plugins/xml.py SkeinFox(Download)
allExtrudateLoops = [] for loop in rotatedBoundaryLayer.loops: allExtrudateLoops += triangle_mesh.getBridgeLoops( self.layerThickness, loop ) rotatedBoundaryLayer.rotation = triangle_mesh.getBridgeDirection( self.belowLoops, allExtrudateLoops, self.layerThickness ) self.belowLoops = allExtrudateLoops