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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PreciseVertCoords
None mrmeshpy.PreciseVertCoords.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PreciseVertCoords.__init__ | ( | self, | |
PreciseVertCoords | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
|
staticprotected |
VertId mrmeshpy.PreciseVertCoords.id | ( | self | ) |
unique id of the vertex (in both meshes)
None mrmeshpy.PreciseVertCoords.id | ( | self, | |
VertId | arg1 ) |
Vector3i mrmeshpy.PreciseVertCoords.pt | ( | self | ) |
integer coordinates of the vertex
None mrmeshpy.PreciseVertCoords.pt | ( | self, | |
Vector3i | arg1 ) |