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

Public Member Functions

None __init__ (self, Mesh m, VertBitSet bs=None)
 
None __init__ (self, MeshVertPart other)
 
MeshVertPart operator (self, MeshVertPart other)
 
Mesh mesh (self)
 
VertBitSet region (self)
 
None region (self, VertBitSet arg1)
 

Detailed Description

Generated from:  MR::MeshVertPart
Aliases:  MeshRegion_VertTag

stores reference on whole mesh (if region is nullptr) or on its part (if region pointer is valid)
\\ingroup MeshAlgorithmGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.MeshVertPart.__init__ ( self,
Mesh m,
VertBitSet bs = None )

◆ __init__() [2/2]

None meshlib.mrmeshpy.MeshVertPart.__init__ ( self,
MeshVertPart other )
Make this assignable. A better idea would be to rewrite the class to not use references, but doing this instead preserves API compatibility.

Member Function Documentation

◆ mesh()

Mesh meshlib.mrmeshpy.MeshVertPart.mesh ( self)

◆ operator()

MeshVertPart meshlib.mrmeshpy.MeshVertPart.operator ( self,
MeshVertPart other )

◆ region() [1/2]

VertBitSet meshlib.mrmeshpy.MeshVertPart.region ( self)
nullptr here means whole mesh

◆ region() [2/2]

None meshlib.mrmeshpy.MeshVertPart.region ( self,
VertBitSet arg1 )

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