A loop that surrounds paths.
|
|
|
|
|
addToBoundary(self,
vector3)
Add vector3 to boundary. |
source code
|
|
|
addToLoop(self,
vector3)
Add vector3 to loop. |
source code
|
|
|
addPerimeterInner(self,
extrusionHalfWidth,
oldOrderedLocation,
skein,
threadSequence)
Add to the perimeter and the inner island. |
source code
|
|
|
addToThreads(self,
extrusionHalfWidth,
oldOrderedLocation,
skein,
threadSequence)
Add to paths from the last location. |
source code
|
|
|
getFillLoops(self,
penultimateFillLoops)
Get last fill loops from the outside loop and the loops inside the
inside loops. |
source code
|
|
|
getLoopsToBeFilled(self)
Get last fill loops from the outside loop and the loops inside the
inside loops. |
source code
|
|
|
getSurroundingBoundaries(self)
Get the boundary of the surronding loop plus any boundaries of the
innerNestedRings. |
source code
|
|
|
transferClosestFillLoops(self,
extrusionHalfWidth,
oldOrderedLocation,
skein,
threadSequence)
Transfer closest fill loops. |
source code
|
|
|
transferInfillPaths(self,
extrusionHalfWidth,
oldOrderedLocation,
skein,
threadSequence)
Transfer the infill paths. |
source code
|
|
|
|
Inherited from NestedRing :
addFlattenedNestedRings ,
getFromInsideSurroundings
|