Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MeshBuilder.VertDuplication arg0) |
None | __init__ (self, VertId srcVert, VertId dupVert) |
VertId | dupVert (self) |
None | dupVert (self, VertId arg1) |
VertId | srcVert (self) |
None | srcVert (self, VertId arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::MeshBuilder::VertDuplication
None mrmeshpy.MeshBuilder.VertDuplication.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.MeshBuilder.VertDuplication.__init__ | ( | self, | |
MeshBuilder.VertDuplication | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
|
staticprotected |
VertId mrmeshpy.MeshBuilder.VertDuplication.dupVert | ( | self | ) |
new vertex after duplication
None mrmeshpy.MeshBuilder.VertDuplication.dupVert | ( | self, | |
VertId | arg1 ) |
VertId mrmeshpy.MeshBuilder.VertDuplication.srcVert | ( | self | ) |
original vertex before duplication
None mrmeshpy.MeshBuilder.VertDuplication.srcVert | ( | self, | |
VertId | arg1 ) |