Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, CurvePoint arg0) |
| None | __init__ (self, Vector3f pos, Vector3f dir, Vector3f snorm) |
| Vector3f | dir (self) |
| None | dir (self, Vector3f arg1) |
| Vector3f | pos (self) |
| None | pos (self, Vector3f arg1) |
| Vector3f | snorm (self) |
| None | snorm (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| CurvePoint | operator (*args, **kwargs) |
| CurvePoint | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_dir = 12 |
| typing | _offsetof_pos = 0 |
| typing | _offsetof_snorm = 24 |
Generated from: MR::CurvePoint
|
static |
| None mrmeshpy.CurvePoint.__init__ | ( | self | ) |
| None mrmeshpy.CurvePoint.__init__ | ( | self, | |
| CurvePoint | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
| Vector3f mrmeshpy.CurvePoint.dir | ( | self | ) |
direction along the curve
| None mrmeshpy.CurvePoint.dir | ( | self, | |
| Vector3f | arg1 ) |
|
static |
|
static |
| Vector3f mrmeshpy.CurvePoint.pos | ( | self | ) |
position on the curve
| None mrmeshpy.CurvePoint.pos | ( | self, | |
| Vector3f | arg1 ) |
| Vector3f mrmeshpy.CurvePoint.snorm | ( | self | ) |
the normal of the surface where the curve is located
| None mrmeshpy.CurvePoint.snorm | ( | self, | |
| Vector3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |