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) |
Generated from: MR::NoiseSettings
None meshlib.mrmeshpy.NoiseSettings.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.NoiseSettings.__init__ | ( | self, | |
NoiseSettings | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.NoiseSettings.__init__ | ( | self, | |
float | sigma, | ||
int | seed, | ||
func_bool_from_float | callback ) |
Implicit aggregate constructor.
int meshlib.mrmeshpy.NoiseSettings.seed | ( | self | ) |
start state of the generator engine
None meshlib.mrmeshpy.NoiseSettings.seed | ( | self, | |
int | arg1 ) |