Public Member Functions | |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
bool | __ne__ (self, typing.Any other) |
str | __repr__ (self) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | AnyRigidXf .ClassVar[ICPMode] |
typing | FixedAxis .ClassVar[ICPMode] |
typing | OrthogonalAxis .ClassVar[ICPMode] |
typing | RigidScale .ClassVar[ICPMode] |
typing | TranslationOnly .ClassVar[ICPMode] |
Members: RigidScale : rigid body transformation with uniform scaling (7 degrees of freedom) AnyRigidXf : rigid body transformation (6 degrees of freedom) OrthogonalAxis : rigid body transformation with rotation except argument axis (5 degrees of freedom) FixedAxis : rigid body transformation with rotation around given axis only (4 degrees of freedom) TranslationOnly : only translation (3 degrees of freedom)
None meshlib.mrmeshpy.ICPMode.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.ICPMode.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.ICPMode.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.ICPMode.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.ICPMode.__index__ | ( | self | ) |
int meshlib.mrmeshpy.ICPMode.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.ICPMode.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.ICPMode.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.ICPMode.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.ICPMode.__str__ | ( | self | ) |
str meshlib.mrmeshpy.ICPMode.name | ( | self | ) |
int meshlib.mrmeshpy.ICPMode.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |