Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, VertId srcVert, VertId dupVert) |
VertId | dupVert (self) |
None | dupVert (self, VertId arg1) |
VertId | srcVert (self) |
None | srcVert (self, VertId arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
MeshBuilder.VertDuplication | operator (*args, **kwargs) |
MeshBuilder.VertDuplication | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_dupVert = 4 |
typing | _offsetof_srcVert = 0 |
Generated from: MR::MeshBuilder::VertDuplication
|
static |
None mrmeshpy.MeshBuilder.VertDuplication.__init__ | ( | self | ) |
Implicit aggregate constructor.
VertId mrmeshpy.MeshBuilder.VertDuplication.dupVert | ( | self | ) |
new vertex after duplication
None mrmeshpy.MeshBuilder.VertDuplication.dupVert | ( | self, | |
VertId | arg1 ) |
|
static |
|
static |
VertId mrmeshpy.MeshBuilder.VertDuplication.srcVert | ( | self | ) |
original vertex before duplication
None mrmeshpy.MeshBuilder.VertDuplication.srcVert | ( | self, | |
VertId | arg1 ) |
|
staticprotected |
|
staticprotected |