Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, OutputFlows arg0) |
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) |
Generated from: MR::OutputFlows
None meshlib.mrmeshpy.OutputFlows.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.OutputFlows.__init__ | ( | self, | |
OutputFlows | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.OutputFlows.__init__ | ( | self, | |
Polyline3 | pPolyline, | ||
UndirectedEdgeScalars | pFlowPerEdge, | ||
float | amountGreaterThan ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.OutputFlows.amountGreaterThan | ( | self | ) |
output in outPolyline only the flows with the amount greater than
None meshlib.mrmeshpy.OutputFlows.amountGreaterThan | ( | self, | |
float | arg1 ) |
UndirectedEdgeScalars meshlib.mrmeshpy.OutputFlows.pFlowPerEdge | ( | self | ) |
optional output: flow in each line of outPolyline
None meshlib.mrmeshpy.OutputFlows.pFlowPerEdge | ( | self, | |
UndirectedEdgeScalars | arg1 ) |
Polyline3 meshlib.mrmeshpy.OutputFlows.pPolyline | ( | self | ) |
optional output: lines of all flows
None meshlib.mrmeshpy.OutputFlows.pPolyline | ( | self, | |
Polyline3 | arg1 ) |