Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PreciseVertCoords arg0) |
None | __init__ (self, VertId id, Vector3i pt) |
VertId | id (self) |
None | id (self, VertId arg1) |
Vector3i | pt (self) |
None | pt (self, Vector3i arg1) |
Generated from: MR::PreciseVertCoords
None meshlib.mrmeshpy.PreciseVertCoords.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PreciseVertCoords.__init__ | ( | self, | |
PreciseVertCoords | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
VertId meshlib.mrmeshpy.PreciseVertCoords.id | ( | self | ) |
unique id of the vertex (in both meshes)
None meshlib.mrmeshpy.PreciseVertCoords.id | ( | self, | |
VertId | arg1 ) |
Vector3i meshlib.mrmeshpy.PreciseVertCoords.pt | ( | self | ) |
integer coordinates of the vertex
None meshlib.mrmeshpy.PreciseVertCoords.pt | ( | self, | |
Vector3i | arg1 ) |