Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Line3d inAxis, float inAngle, float inHeight) |
| None | __init__ (self, Cone3d arg0) |
| Vector3d | apex (self) |
| Vector3d | apex (self) |
| Vector3d | center (self) |
| Vector3d | center (self) |
| Vector3d | direction (self) |
| Vector3d | direction (self) |
| Vector3d | projectPoint (self, Vector3d point) |
| float | angle (self) |
| None | angle (self, float arg1) |
| Line3d | axis (self) |
| None | axis (self, Line3d arg1) |
| float | height (self) |
| None | height (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Cone3d | operator (*args, **kwargs) |
| Cone3d | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_angle = 48 |
| typing | _offsetof_axis = 0 |
| typing | _offsetof_height = 56 |
Generated from: MR::Cone3d Base class for cone parameterization
|
static |
| None mrmeshpy.Cone3d.__init__ | ( | self | ) |
| None mrmeshpy.Cone3d.__init__ | ( | self, | |
| Line3d | inAxis, | ||
| float | inAngle, | ||
| float | inHeight ) |
inAxis -- apex position and main axis direction. For any cone point dot( point , direction ) >=0 inAngle -- cone angle, main axis vs side inHeight -- cone inHeight main axis direction could be non normalized.
| None mrmeshpy.Cone3d.__init__ | ( | self, | |
| Cone3d | arg0 ) |
Implicit copy constructor.
| float mrmeshpy.Cone3d.angle | ( | self | ) |
cone angle, main axis vs side
| None mrmeshpy.Cone3d.angle | ( | self, | |
| float | arg1 ) |
| Vector3d mrmeshpy.Cone3d.apex | ( | self | ) |
return cone apex position
| Vector3d mrmeshpy.Cone3d.apex | ( | self | ) |
return cone apex position
| Line3d mrmeshpy.Cone3d.axis | ( | self | ) |
the combination of the apex of the cone and the direction of its main axis in space.
| None mrmeshpy.Cone3d.axis | ( | self, | |
| Line3d | arg1 ) |
| Vector3d mrmeshpy.Cone3d.center | ( | self | ) |
now we use an apex as center of the cone.
| Vector3d mrmeshpy.Cone3d.center | ( | self | ) |
now we use an apex as center of the cone.
| Vector3d mrmeshpy.Cone3d.direction | ( | self | ) |
main axis direction. It could be non normalized. For any cone point dot( point , direction ) >=0
| Vector3d mrmeshpy.Cone3d.direction | ( | self | ) |
main axis direction. It could be non normalized. For any cone point dot( point , direction ) >=0
| float mrmeshpy.Cone3d.height | ( | self | ) |
cone height
| None mrmeshpy.Cone3d.height | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |