MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MeshBuilder.VertDuplication Class Reference

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)
 

Detailed Description

Generated from:  MR::MeshBuilder::VertDuplication

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MeshBuilder.VertDuplication.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.MeshBuilder.VertDuplication.__init__ ( self,
MeshBuilder.VertDuplication arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.MeshBuilder.VertDuplication.__init__ ( self,
VertId srcVert,
VertId dupVert )
Implicit aggregate constructor.

Member Function Documentation

◆ dupVert() [1/2]

VertId meshlib.mrmeshpy.MeshBuilder.VertDuplication.dupVert ( self)
new vertex after duplication

◆ dupVert() [2/2]

None meshlib.mrmeshpy.MeshBuilder.VertDuplication.dupVert ( self,
VertId arg1 )

◆ srcVert() [1/2]

VertId meshlib.mrmeshpy.MeshBuilder.VertDuplication.srcVert ( self)
original vertex before duplication

◆ srcVert() [2/2]

None meshlib.mrmeshpy.MeshBuilder.VertDuplication.srcVert ( self,
VertId arg1 )

The documentation for this class was generated from the following file: