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