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

Public Member Functions

None __init__ (self)
 
None __init__ (self, MergeVolumePartSettings arg0)
 
None __init__ (self, func_void_from_Mesh_float_float preCut, func_void_from_Mesh postCut, func_void_from_Mesh_PartMapping postMerge, PartMapping mapping, Vector3f origin)
 
PartMapping mapping (self)
 
None mapping (self, PartMapping arg1)
 
Vector3f origin (self)
 
None origin (self, Vector3f arg1)
 

Detailed Description

Generated from:  MR::MergeVolumePartSettings


 \\struct MR::MergeVolumePartSettings
 \\brief Parameters' structure for MR::mergeVolumePart
 \\ingroup VoxelGroup

 \\sa \\ref mergeVolumePart

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MergeVolumePartSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.MergeVolumePartSettings.__init__ ( self,
func_void_from_Mesh_float_float preCut,
func_void_from_Mesh postCut,
func_void_from_Mesh_PartMapping postMerge,
PartMapping mapping,
Vector3f origin )
Implicit aggregate constructor.

Member Function Documentation

◆ mapping() [1/2]

PartMapping meshlib.mrmeshpy.MergeVolumePartSettings.mapping ( self)
mapping with initialized maps required for the `postMerge` callback

◆ mapping() [2/2]

None meshlib.mrmeshpy.MergeVolumePartSettings.mapping ( self,
PartMapping arg1 )

◆ origin() [1/2]

Vector3f meshlib.mrmeshpy.MergeVolumePartSettings.origin ( self)
origin (position of the (0;0;0) voxel) of the voxel volume part, usually specified for SimpleVolume

◆ origin() [2/2]

None meshlib.mrmeshpy.MergeVolumePartSettings.origin ( self,
Vector3f arg1 )

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