Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, FlowOrigin arg0) |
None | __init__ (self, MeshTriPoint point, float amount) |
float | amount (self) |
None | amount (self, float arg1) |
MeshTriPoint | point (self) |
None | point (self, MeshTriPoint arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::FlowOrigin
None mrmeshpy.FlowOrigin.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.FlowOrigin.__init__ | ( | self, | |
FlowOrigin | arg0 ) |
Implicit copy constructor.
None mrmeshpy.FlowOrigin.__init__ | ( | self, | |
MeshTriPoint | point, | ||
float | amount ) |
Implicit aggregate constructor.
|
staticprotected |
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 ) |
MeshTriPoint mrmeshpy.FlowOrigin.point | ( | self | ) |
point on the mesh, where this flow starts
None mrmeshpy.FlowOrigin.point | ( | self, | |
MeshTriPoint | arg1 ) |