Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MeshTriPoint point, float amount) |
float | amount (self) |
None | amount (self, float arg1) |
MeshTriPoint | point (self) |
None | point (self, MeshTriPoint arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
FlowOrigin | operator (*args, **kwargs) |
FlowOrigin | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_amount = 12 |
typing | _offsetof_point = 0 |
Generated from: MR::FlowOrigin
|
static |
None mrmeshpy.FlowOrigin.__init__ | ( | self | ) |
None mrmeshpy.FlowOrigin.__init__ | ( | self, | |
MeshTriPoint | point, | ||
float | amount ) |
Implicit aggregate constructor.
float mrmeshpy.FlowOrigin.amount | ( | self | ) |
amount of flow, e.g. can be proportional to the horizontal area associated with the start point
None mrmeshpy.FlowOrigin.amount | ( | self, | |
float | arg1 ) |
|
static |
|
static |
MeshTriPoint mrmeshpy.FlowOrigin.point | ( | self | ) |
point on the mesh, where this flow starts
None mrmeshpy.FlowOrigin.point | ( | self, | |
MeshTriPoint | arg1 ) |
|
staticprotected |
|
staticprotected |