![]() |
v0.15.0 |
Public Member Functions | |
| __init__ (self, Xc, Yc, Zc, diameter, indentationDepth) | |
| sDF (self, x, y, z) | |
| gradSdf (self, x, y, z) | |
| hessSdf (self, x, y, z) | |
Public Attributes | |
| int | t = 0 |
| Xc = Xc | |
| Yc = Yc | |
| Zc = Zc | |
| xc = Xc | |
| yc = Yc | |
| zc = Zc | |
| int | radius = diameter/2 |
| depth = indentationDepth | |
Definition at line 60 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.__init__ | ( | self, | |
| Xc, | |||
| Yc, | |||
| Zc, | |||
| diameter, | |||
| indentationDepth ) |
Definition at line 61 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.gradSdf | ( | self, | |
| x, | |||
| y, | |||
| z ) |
Definition at line 82 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.hessSdf | ( | self, | |
| x, | |||
| y, | |||
| z ) |
Definition at line 91 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.sDF | ( | self, | |
| x, | |||
| y, | |||
| z ) |
Definition at line 79 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.depth = indentationDepth |
Definition at line 77 of file sdf_ydirection.py.
| int sdf_ydirection.CylinderZ.radius = diameter/2 |
Definition at line 76 of file sdf_ydirection.py.
| int sdf_ydirection.CylinderZ.t = 0 |
Definition at line 63 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.Xc = Xc |
Definition at line 66 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.xc = Xc |
Definition at line 71 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.Yc = Yc |
Definition at line 67 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.yc = Yc |
Definition at line 72 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.Zc = Zc |
Definition at line 68 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.zc = Zc |
Definition at line 73 of file sdf_ydirection.py.