Functions | |
def | usage () |
def | ReadPoints (fileName) |
def | FindRadius (z, points) |
def | FindRange (inner, outer, step) |
def | SegmentIsOK (p1, p2, middle, thres) |
Variables | |
string | vectorName = "polyconeShape" |
float | boundaryStep = 0.3 |
float | precision = 0.3 |
float | minimumSegment = 0.5 |
innerPoints = ReadPoints(args[0]) | |
outerPoints = ReadPoints(args[1]) | |
list | boundary = [] |
z = boundaryStep*iZ | |
inner = FindRadius(z,innerPoints) | |
outer = FindRadius(z,outerPoints) | |
list | savedPoints = [boundary[0]] |
list | runningPoints = [] |
def makePolycone.FindRadius | ( | z, | |
points | |||
) |
Definition at line 84 of file makePolycone.py.
def makePolycone.FindRange | ( | inner, | |
outer, | |||
step | |||
) |
Definition at line 102 of file makePolycone.py.
def makePolycone.ReadPoints | ( | fileName | ) |
Definition at line 68 of file makePolycone.py.
def makePolycone.SegmentIsOK | ( | p1, | |
p2, | |||
middle, | |||
thres | |||
) |
Definition at line 114 of file makePolycone.py.
def makePolycone.usage | ( | ) |
Definition at line 7 of file makePolycone.py.
list makePolycone.boundary = [] |
Definition at line 151 of file makePolycone.py.
makePolycone.boundaryStep = 0.3 |
Definition at line 47 of file makePolycone.py.
makePolycone.inner = FindRadius(z,innerPoints) |
Definition at line 154 of file makePolycone.py.
makePolycone.innerPoints = ReadPoints(args[0]) |
Definition at line 144 of file makePolycone.py.
makePolycone.minimumSegment = 0.5 |
Definition at line 49 of file makePolycone.py.
makePolycone.outer = FindRadius(z,outerPoints) |
Definition at line 155 of file makePolycone.py.
makePolycone.outerPoints = ReadPoints(args[1]) |
Definition at line 146 of file makePolycone.py.
makePolycone.precision = 0.3 |
Definition at line 48 of file makePolycone.py.
list makePolycone.runningPoints = [] |
Definition at line 163 of file makePolycone.py.
list makePolycone.savedPoints = [boundary[0]] |
Definition at line 162 of file makePolycone.py.
makePolycone.vectorName = "polyconeShape" |
Definition at line 46 of file makePolycone.py.
makePolycone.z = boundaryStep*iZ |
Definition at line 153 of file makePolycone.py.