|
performAction(slicedModel)
Inset the slicedModel. |
source code
|
|
|
addAlreadyFilledArounds(alreadyFilledArounds,
loop,
radius)
Add already filled loops around loop to alreadyFilledArounds. |
source code
|
|
|
addSegmentOutline(isThick,
outlines,
pointBegin,
pointEnd,
width)
Add a diamond or hexagonal outline for a line segment. |
source code
|
|
|
getInteriorSegments(loops,
segments)
Get segments inside the loops. |
source code
|
|
|
getIsIntersectingWithinList(loop,
loopList)
Determine if the loop is intersecting or is within the loop list. |
source code
|
|
|
getSegmentsFromLoopListsPoints(loopLists,
pointBegin,
pointEnd)
Get endpoint segments from the beginning and end of a line segment. |
source code
|
|
|
isCloseToLast(paths,
point,
radius)
Determine if the point is close to the last point of the last path. |
source code
|
|
|
isIntersectingItself(loop,
width)
Determine if the loop is intersecting itself. |
source code
|
|
|
isIntersectingWithinLists(loop,
loopLists)
Determine if the loop is intersecting or is within the loop lists. |
source code
|
|