MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.OutputFlows Class Reference

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)
 

Detailed Description

Generated from:  MR::OutputFlows

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.OutputFlows.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.OutputFlows.__init__ ( self,
OutputFlows arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.OutputFlows.__init__ ( self,
Polyline3 pPolyline,
UndirectedEdgeScalars pFlowPerEdge,
float amountGreaterThan )
Implicit aggregate constructor.

Member Function Documentation

◆ amountGreaterThan() [1/2]

float meshlib.mrmeshpy.OutputFlows.amountGreaterThan ( self)
output in outPolyline only the flows with the amount greater than

◆ amountGreaterThan() [2/2]

None meshlib.mrmeshpy.OutputFlows.amountGreaterThan ( self,
float arg1 )

◆ pFlowPerEdge() [1/2]

UndirectedEdgeScalars meshlib.mrmeshpy.OutputFlows.pFlowPerEdge ( self)
optional output: flow in each line of outPolyline

◆ pFlowPerEdge() [2/2]

None meshlib.mrmeshpy.OutputFlows.pFlowPerEdge ( self,
UndirectedEdgeScalars arg1 )

◆ pPolyline() [1/2]

Polyline3 meshlib.mrmeshpy.OutputFlows.pPolyline ( self)
optional output: lines of all flows

◆ pPolyline() [2/2]

None meshlib.mrmeshpy.OutputFlows.pPolyline ( self,
Polyline3 arg1 )

The documentation for this class was generated from the following file: