Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PreciseVertCoord arg0) |
None | __init__ (self, VertId id, int pt) |
VertId | id (self) |
None | id (self, VertId arg1) |
int | pt (self) |
None | pt (self, int arg1) |
Generated from: MR::PreciseVertCoord \\ingroup MathGroup \\{
None mrmeshpy.PreciseVertCoord.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PreciseVertCoord.__init__ | ( | self, | |
PreciseVertCoord | arg0 ) |
Implicit copy constructor.
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 ) |
int mrmeshpy.PreciseVertCoord.pt | ( | self | ) |
coordinate
None mrmeshpy.PreciseVertCoord.pt | ( | self, | |
int | arg1 ) |