carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | Ellipsoid |
Generate a mesh of an ellipsoidal shell. More... | |
Functions | |
def | ellipse_t (ax_a, ax_b, theta) |
Transform the central angle theta in an ellipse of semimajor axis a and semiminor axis b into the parameteric coordinate t. More... | |
def | ellipse_arc_length (ax_a, ax_b, theta1, theta2) |
Calculate the length of an ellipse arc between two angles. More... | |
Variables | |
xrange = range | |
geom = Ellipsoid.with_resolution(50, 5, tetrahedrise=False) | |
faces | |
def carputils.mesh.ellipsoid.ellipse_arc_length | ( | ax_a, | |
ax_b, | |||
theta1, | |||
theta2 | |||
) |
Calculate the length of an ellipse arc between two angles.
ax_a | float Semimajor axis length |
ax_b | float Semiminor axis length |
theta1 | float Start of arc angle |
theta2 | float End of arc angle |
def carputils.mesh.ellipsoid.ellipse_t | ( | ax_a, | |
ax_b, | |||
theta | |||
) |
Transform the central angle theta in an ellipse of semimajor axis a and semiminor axis b into the parameteric coordinate t.
Valid on [-pi,pi].
ax_a | float Semimajor axis length |
ax_b | float Semiminor axis length |
theta | float Central angle, must be on [-pi, pi] |
carputils.mesh.ellipsoid.faces |
carputils.mesh.ellipsoid.geom = Ellipsoid.with_resolution(50, 5, tetrahedrise=False) |
carputils.mesh.ellipsoid.xrange = range |