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

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]
 

Detailed Description

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)

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.ICPMode.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.ICPMode.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.ICPMode.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.ICPMode.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.ICPMode.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.ICPMode.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.ICPMode.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.ICPMode.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.ICPMode.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.ICPMode.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.ICPMode.name ( self)

◆ value()

int meshlib.mrmeshpy.ICPMode.value ( self)

Member Data Documentation

◆ AnyRigidXf

typing meshlib.mrmeshpy.ICPMode.AnyRigidXf .ClassVar[ICPMode]
static

◆ FixedAxis

typing meshlib.mrmeshpy.ICPMode.FixedAxis .ClassVar[ICPMode]
static

◆ OrthogonalAxis

typing meshlib.mrmeshpy.ICPMode.OrthogonalAxis .ClassVar[ICPMode]
static

◆ RigidScale

typing meshlib.mrmeshpy.ICPMode.RigidScale .ClassVar[ICPMode]
static

◆ TranslationOnly

typing meshlib.mrmeshpy.ICPMode.TranslationOnly .ClassVar[ICPMode]
static

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