Go to the source code of this file.
Namespaces | |
| makePolycone | |
Functions | |
| def | makePolycone.usage () |
| def | makePolycone.ReadPoints (fileName) |
| def | makePolycone.FindRadius (z, points) |
| def | makePolycone.FindRange (inner, outer, step) |
| def | makePolycone.SegmentIsOK (p1, p2, middle, thres) |
Variables | |
| string | makePolycone.vectorName = "polyconeShape" |
| float | makePolycone.boundaryStep = 0.3 |
| float | makePolycone.precision = 0.3 |
| float | makePolycone.minimumSegment = 0.5 |
| makePolycone.innerPoints = ReadPoints(args[0]) | |
| makePolycone.outerPoints = ReadPoints(args[1]) | |
| list | makePolycone.boundary = [] |
| makePolycone.z = boundaryStep*iZ | |
| makePolycone.inner = FindRadius(z,innerPoints) | |
| makePolycone.outer = FindRadius(z,outerPoints) | |
| list | makePolycone.savedPoints = [boundary[0]] |
| list | makePolycone.runningPoints = [] |
1.8.11