Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3d inCenter, Vector3d inDirectoin, float inRadius, float inLength) |
None | __init__ (self, Line3d inAxis, float inRadius, float inLength) |
None | __init__ (self, Cylinder3d arg0) |
Vector3d | center (self) |
Vector3d | center (self) |
Vector3d | direction (self) |
Vector3d | direction (self) |
Generated from: MR::Cylinder3d Aliases: Cylinder3_double A class describing a cylinder as a mathematical object.A cylinder is represented by a centerline, a radius, and a length.template <typename T> TODO: Cylinder3 could be infinite. For example for infinite Cylinder3 we could use negative length or length = -1
None meshlib.mrmeshpy.Cylinder3d.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Cylinder3d.__init__ | ( | self, | |
Vector3d | inCenter, | ||
Vector3d | inDirectoin, | ||
float | inRadius, | ||
float | inLength ) |
None meshlib.mrmeshpy.Cylinder3d.__init__ | ( | self, | |
Line3d | inAxis, | ||
float | inRadius, | ||
float | inLength ) |
None meshlib.mrmeshpy.Cylinder3d.__init__ | ( | self, | |
Cylinder3d | arg0 ) |
Implicit copy constructor.
Vector3d meshlib.mrmeshpy.Cylinder3d.center | ( | self | ) |
Vector3d meshlib.mrmeshpy.Cylinder3d.center | ( | self | ) |
Vector3d meshlib.mrmeshpy.Cylinder3d.direction | ( | self | ) |
Vector3d meshlib.mrmeshpy.Cylinder3d.direction | ( | self | ) |