Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, VertId id, int pt) |
VertId | id (self) |
None | id (self, VertId arg1) |
int | pt (self) |
None | pt (self, int arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
PreciseVertCoord | operator (*args, **kwargs) |
PreciseVertCoord | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_id = 0 |
typing | _offsetof_pt = 4 |
Generated from: MR::PreciseVertCoord \\ingroup MathGroup \\{
|
static |
None mrmeshpy.PreciseVertCoord.__init__ | ( | self | ) |
None mrmeshpy.PreciseVertCoord.__init__ | ( | self, | |
VertId | id, | ||
int | pt ) |
Implicit aggregate constructor.
VertId mrmeshpy.PreciseVertCoord.id | ( | self | ) |
unique id of the vertex (in both contours)
None mrmeshpy.PreciseVertCoord.id | ( | self, | |
VertId | arg1 ) |
|
static |
|
static |
int mrmeshpy.PreciseVertCoord.pt | ( | self | ) |
coordinate
None mrmeshpy.PreciseVertCoord.pt | ( | self, | |
int | arg1 ) |
|
staticprotected |
|
staticprotected |