Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Polyline3 pPolyline, UndirectedEdgeScalars pFlowPerEdge, float amountGreaterThan) |
float | amountGreaterThan (self) |
None | amountGreaterThan (self, float arg1) |
UndirectedEdgeScalars | pFlowPerEdge (self) |
None | pFlowPerEdge (self, UndirectedEdgeScalars arg1) |
Polyline3 | pPolyline (self) |
None | pPolyline (self, Polyline3 arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
OutputFlows | operator (*args, **kwargs) |
OutputFlows | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_amountGreaterThan = 16 |
typing | _offsetof_pFlowPerEdge = 8 |
typing | _offsetof_pPolyline = 0 |
Generated from: MR::OutputFlows
|
static |
None mrmeshpy.OutputFlows.__init__ | ( | self | ) |
None mrmeshpy.OutputFlows.__init__ | ( | self, | |
Polyline3 | pPolyline, | ||
UndirectedEdgeScalars | pFlowPerEdge, | ||
float | amountGreaterThan ) |
Implicit aggregate constructor.
float mrmeshpy.OutputFlows.amountGreaterThan | ( | self | ) |
output in outPolyline only the flows with the amount greater than
None mrmeshpy.OutputFlows.amountGreaterThan | ( | self, | |
float | arg1 ) |
|
static |
|
static |
UndirectedEdgeScalars mrmeshpy.OutputFlows.pFlowPerEdge | ( | self | ) |
optional output: flow in each line of outPolyline
None mrmeshpy.OutputFlows.pFlowPerEdge | ( | self, | |
UndirectedEdgeScalars | arg1 ) |
Polyline3 mrmeshpy.OutputFlows.pPolyline | ( | self | ) |
optional output: lines of all flows
None mrmeshpy.OutputFlows.pPolyline | ( | self, | |
Polyline3 | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |