| |
- addLoop(endMultiplier, extrudeDerivation, loopLists, path, portionDirectionIndex, portionDirections, vertexes)
- Add an indexed loop to the vertexes.
- addNegativesPositives(extrudeDerivation, negatives, paths, positives)
- Add pillars output to negatives and positives.
- addOffsetAddToLists(loop, offset, vector3Index, vertexes)
- Add an indexed loop to the vertexes.
- addSpacedPortionDirection(portionDirection, spacedPortionDirections)
- Add spaced portion directions.
- addTwistPortions(interpolationTwist, remainderPortionDirection, twistPrecision)
- Add twist portions.
- comparePortionDirection(portionDirection, otherPortionDirection)
- Comparison in order to sort portion directions in ascending order of portion then direction.
- getGeometryOutput(xmlElement)
- Get triangle mesh from attribute dictionary.
- getGeometryOutputByArguments(arguments, xmlElement)
- Get triangle mesh from attribute dictionary by arguments.
- getGeometryOutputByExtrudePaths(extrudeDerivation, paths, xmlElement)
- Get triangle mesh from extrudeDerivation, paths and xmlElement.
- getGeometryOutputByNegativesPositives(extrudeDerivation, negatives, positives, xmlElement)
- Get triangle mesh from extrudeDerivation, negatives, positives and xmlElement.
- getGeometryOutputByPath(endMultiplier, extrudeDerivation, path, portionDirections)
- Get vector3 vertexes from attribute dictionary.
- getGeometryOutputWithConnection(geometryOutput, interpolationOffset, xmlElement)
- Get solid output with connection attributes.
- getNormalAverage(normals)
- Get normal.
- getNormals(interpolationOffset, offset, portionDirection)
- Get normals.
- getSpacedPortionDirections(interpolationDictionary)
- Get sorted portion directions.
- insertTwistPortions(extrudeDerivation, xmlElement)
- Insert twist portions and radian the twist.
- processXMLElement(xmlElement)
- Process the xml element.
- setOffsetByMultiplier(begin, end, multiplier, offset)
- Set the offset by the multiplier.
|