MeshLib Python Docs
Loading...
Searching...
No Matches
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::MeshVertPart

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 mrmeshpy.MeshVertPart.__init__ ( self,
Mesh m,
VertBitSet bs = None )

◆ __init__() [2/2]

None 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

◆ _pybind11_conduit_v1_()

mrmeshpy.MeshVertPart._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ mesh()

Mesh mrmeshpy.MeshVertPart.mesh ( self)

◆ operator()

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

◆ region() [1/2]

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

◆ region() [2/2]

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

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