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

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshTriPoint point, float amount)
 
float amount (self)
 
None amount (self, float arg1)
 
MeshTriPoint point (self)
 
None point (self, MeshTriPoint arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
FlowOrigin operator (*args, **kwargs)
 
FlowOrigin operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_amount = 12
 
typing _offsetof_point = 0
 

Detailed Description

Generated from:  MR::FlowOrigin

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.FlowOrigin.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.FlowOrigin.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ 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 )

◆ operator() [1/2]

FlowOrigin mrmeshpy.FlowOrigin.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

FlowOrigin mrmeshpy.FlowOrigin.operator ( * args,
** kwargs )
static

◆ 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 )

Member Data Documentation

◆ _offsetof_amount

typing mrmeshpy.FlowOrigin._offsetof_amount = 12
staticprotected

◆ _offsetof_point

typing mrmeshpy.FlowOrigin._offsetof_point = 0
staticprotected

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