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

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
 

Detailed Description

Generated from:  MR::MeshBuilder::VertDuplication

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MeshBuilder.VertDuplication.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.MeshBuilder.VertDuplication.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ dupVert() [1/2]

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

◆ dupVert() [2/2]

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

◆ operator() [1/2]

MeshBuilder.VertDuplication mrmeshpy.MeshBuilder.VertDuplication.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MeshBuilder.VertDuplication mrmeshpy.MeshBuilder.VertDuplication.operator ( * args,
** kwargs )
static

◆ srcVert() [1/2]

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

◆ srcVert() [2/2]

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

Member Data Documentation

◆ _offsetof_dupVert

typing mrmeshpy.MeshBuilder.VertDuplication._offsetof_dupVert = 4
staticprotected

◆ _offsetof_srcVert

typing mrmeshpy.MeshBuilder.VertDuplication._offsetof_srcVert = 0
staticprotected

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