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/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/raft.py SkeinFox(Download)
aroundWidth = 0.25 * layerLayerThickness paths = euclidean.getPathsFromEndpoints( endpoints, layerLayerThickness, aroundPixelTable, aroundWidth ) paths = euclidean.getConnectedPaths( paths, aroundPixelTable, aroundWidth ) # this is probably unnecesary self.addFlowRateValueIfDifferent( flowRateMultiplier * self.oldFlowRateInput ) self.addLayerLine( z )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/fill.py SkeinFox(Download)
oldRemovedEndpointLength = len( removedEndpoints ) removeEndpoints( aroundPixelTable, self.layerExtrusionWidth, paths, removedEndpoints, aroundWidth ) paths = euclidean.getConnectedPaths( paths, aroundPixelTable, aroundWidth ) for path in paths: addPath( self.layerExtrusionWidth, infillPaths, path, layerRotationAroundZAngle )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/mill.py SkeinFox(Download)
return paths = euclidean.getPathsFromEndpoints( endpoints, self.millWidth, self.aroundPixelTable, self.aroundWidth ) paths = euclidean.getConnectedPaths( paths, self.aroundPixelTable, self.aroundWidth ) # this is probably unnecesary averageZ = self.average.getAverage() if self.repository.addInnerLoops.value: