Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(8) | Call(8) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/raft.py SkeinFox(Download)
aroundPixelTable = {} 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 )
for aroundBoundaryLoop in aroundBoundaryLoops: euclidean.addLoopToPixelTable( aroundBoundaryLoop, aroundPixelTable, aroundWidth ) paths = euclidean.getPathsFromEndpoints( endpoints, layerFillInset, aroundPixelTable, aroundWidth ) self.addFlowRateValueIfDifferent( self.supportFlowRate ) for path in paths:
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/fill.py SkeinFox(Download)
self.addThreadsBridgeLayer( rotatedLayer, surroundingLoops ) return paths = euclidean.getPathsFromEndpoints( endpoints, self.layerExtrusionWidth, aroundPixelTable, aroundWidth ) if self.isGridToBeExtruded(): self.addGrid( arounds, fillLoops, gridPointInsetX, layerIndex, paths, aroundPixelTable, reverseZRotationAngle, surroundingCarves, aroundWidth )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/mill.py SkeinFox(Download)
if len( endpoints ) < 1: 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()
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/raft.py SkeinFox(Download)
for aroundBoundaryLoop in aroundBoundaryLoops: euclidean.addLoopToPixelTable( aroundBoundaryLoop, aroundPixelTable, aroundWidth ) paths = euclidean.getPathsFromEndpoints( endpoints, layerFillInset, aroundPixelTable, aroundWidth ) self.addFlowrateLineIfNecessary( self.supportFlowrateString ) for path in paths:
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/raft.py SkeinFox(Download)
for aroundBoundaryLoop in aroundBoundaryLoops: euclidean.addLoopToPixelTable( aroundBoundaryLoop, aroundPixelTable, aroundWidth ) paths = euclidean.getPathsFromEndpoints( endpoints, layerFillInset, aroundPixelTable, aroundWidth ) self.addFlowrateLineIfNecessary( self.supportFlowrateString ) for path in paths:
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/fill.py SkeinFox(Download)
euclidean.addToThreadsRemoveFromSurroundings( self.oldOrderedLocation, surroundingLoops, self ) return paths = euclidean.getPathsFromEndpoints( endpoints, layerFillInset, aroundPixelTable, aroundWidth ) if not self.fillPreferences.infillPatternLine.value: self.addGrid( alreadyFilledArounds, arounds, fillLoops, gridPointInsetX, layerIndex, paths, aroundPixelTable, aroundWidth, reverseZRotationAngle, rotatedExtruderLoops, surroundingCarves )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/fill.py SkeinFox(Download)
euclidean.addToThreadsRemoveFromSurroundings( self.oldOrderedLocation, surroundingLoops, self ) return paths = euclidean.getPathsFromEndpoints( endpoints, layerFillInset, aroundPixelTable, aroundWidth ) if not self.fillPreferences.infillPatternLine.value: self.addGrid( alreadyFilledArounds, arounds, fillLoops, gridPointInsetX, layerIndex, paths, aroundPixelTable, aroundWidth, reverseZRotationAngle, rotatedExtruderLoops, surroundingCarves )