MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.FlowOrigin Class Reference

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)
 

Detailed Description

Generated from:  MR::FlowOrigin

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.FlowOrigin.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.FlowOrigin.__init__ ( self,
MeshTriPoint point,
float amount )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.FlowOrigin._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ amount() [1/2]

float mrmeshpy.FlowOrigin.amount ( self)
amount of flow, e.g. can be proportional to the horizontal area associated with the start point

◆ amount() [2/2]

None mrmeshpy.FlowOrigin.amount ( self,
float arg1 )

◆ point() [1/2]

MeshTriPoint mrmeshpy.FlowOrigin.point ( self)
point on the mesh, where this flow starts

◆ point() [2/2]

None mrmeshpy.FlowOrigin.point ( self,
MeshTriPoint arg1 )

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