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

Public Member Functions

None __init__ (self)
 
None __init__ (self, NoiseSettings arg0)
 
None __init__ (self, float sigma, int seed, func_bool_from_float callback)
 
int seed (self)
 
None seed (self, int arg1)
 

Detailed Description

Generated from:  MR::NoiseSettings

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.NoiseSettings.__init__ ( self,
float sigma,
int seed,
func_bool_from_float callback )
Implicit aggregate constructor.

Member Function Documentation

◆ seed() [1/2]

int meshlib.mrmeshpy.NoiseSettings.seed ( self)
start state of the generator engine

◆ seed() [2/2]

None meshlib.mrmeshpy.NoiseSettings.seed ( self,
int arg1 )

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