Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(13) | Call(13) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
rotatedOutset = euclidean.getPointsRoundZAxis( segmentYMirror, belowLoop ) euclidean.addXIntersectionIndexesFromLoopY( rotatedOutset, belowLoopIndex, solidXIntersectionList, y ) overhangingSegments = euclidean.getSegmentsFromXIntersectionIndexes( solidXIntersectionList, y ) overhangDirection = complex() for overhangingSegment in overhangingSegments:
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/fill.py SkeinFox(Download)
euclidean.addXIntersectionIndexesFromLoops( fillLoops, - 1, xIntersectionIndexList, y ) euclidean.addXIntersectionIndexesFromLoopLists( alreadyFilledArounds, xIntersectionIndexList, y ) return euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, y ) def getIntersectionOfXIntersectionIndexes( totalSolidSurfaceThickness, xIntersectionIndexList ):
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/fill.py SkeinFox(Download)
euclidean.addXIntersectionIndexesFromLoops( fillLoops, - 1, xIntersectionIndexList, y ) euclidean.addXIntersectionIndexesFromLoopLists( alreadyFilledArounds, xIntersectionIndexList, y ) return euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, y ) def getIntersectionOfXIntersectionIndexes( totalSolidSurfaceThickness, xIntersectionIndexList ):
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
rotatedOutset = euclidean.getPointsRoundZAxis( segmentYMirror, belowLoop ) euclidean.addXIntersectionIndexes( rotatedOutset, belowLoopIndex, solidXIntersectionList, y ) overhangingSegments = euclidean.getSegmentsFromXIntersectionIndexes( solidXIntersectionList, y ) overhangDirection = complex() for overhangingSegment in overhangingSegments:
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
rotatedOutset = euclidean.getPointsRoundZAxis( segmentYMirror, belowLoop ) euclidean.addXIntersectionIndexes( rotatedOutset, belowLoopIndex, solidXIntersectionList, y ) overhangingSegments = euclidean.getSegmentsFromXIntersectionIndexes( solidXIntersectionList, y ) overhangDirection = complex() for overhangingSegment in overhangingSegments:
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/inset.py SkeinFox(Download)
xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopLists( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag ) segments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, pointBeginRotated.imag ) insideSegments = [] for segment in segments:
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/inset.py SkeinFox(Download)
xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopLists( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag ) segments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, pointBeginRotated.imag ) insideSegments = [] for segment in segments:
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/inset.py SkeinFox(Download)
xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopListsY( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag ) segments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, pointBeginRotated.imag ) for segment in segments: for endpoint in segment:
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/raft.py SkeinFox(Download)
euclidean.addXIntersectionIndexesFromLoops( fillLoops, - 1, xIntersectionIndexList, y ) euclidean.addXIntersectionIndexesFromLoops( alreadyFilledArounds, 0, xIntersectionIndexList, y ) return euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, y ) def getJoinOfXIntersectionIndexes( xIntersectionIndexList ):
if supportSegmentLayerTableKey in fillXIntersectionIndexTable: addXIntersectionsFromSegments( 0, fillXIntersectionIndexTable[ supportSegmentLayerTableKey ], xIntersectionIndexList ) lineSegments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, supportSegmentLayerTableKey ) if len( lineSegments ) > 0: supportSegmentLayerTable[ supportSegmentLayerTableKey ] = lineSegments
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/raft.py SkeinFox(Download)
euclidean.addXIntersectionIndexesFromLoops( fillLoops, - 1, xIntersectionIndexList, y ) euclidean.addXIntersectionIndexesFromLoops( alreadyFilledArounds, 0, xIntersectionIndexList, y ) return euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, y ) def getJoinOfXIntersectionIndexes( xIntersectionIndexList ):
if supportSegmentLayerTableKey in fillXIntersectionIndexTable: addXIntersectionsFromSegments( 0, fillXIntersectionIndexTable[ supportSegmentLayerTableKey ], xIntersectionIndexList ) lineSegments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, supportSegmentLayerTableKey ) if len( lineSegments ) > 0: supportSegmentLayerTable[ supportSegmentLayerTableKey ] = lineSegments
1 | 2 Next