__init__(*args, **kwargs) | mrmeshpy.RemeshSettings | static |
__init__(self) | mrmeshpy.RemeshSettings | |
__init__(self, float targetEdgeLen, int maxEdgeSplits, float maxAngleChangeAfterFlip, float maxBdShift, bool useCurvature, int finalRelaxIters, bool finalRelaxNoShrinkage, FaceBitSet region, UndirectedEdgeBitSet notFlippable, bool packMesh, bool projectOnOriginalMesh, func_void_from_Id_EdgeTag_Id_EdgeTag onEdgeSplit, func_void_from_Id_EdgeTag_Id_EdgeTag onEdgeDel, func_bool_from_Id_EdgeTag_Vector3_float preCollapse, func_bool_from_float progressCallback) | mrmeshpy.RemeshSettings | |
_offsetof_finalRelaxIters | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_finalRelaxNoShrinkage | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_maxAngleChangeAfterFlip | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_maxBdShift | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_maxEdgeSplits | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_notFlippable | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_onEdgeDel | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_onEdgeSplit | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_packMesh | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_preCollapse | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_progressCallback | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_projectOnOriginalMesh | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_region | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_targetEdgeLen | mrmeshpy.RemeshSettings | protectedstatic |
_offsetof_useCurvature | mrmeshpy.RemeshSettings | protectedstatic |
finalRelaxIters(self) | mrmeshpy.RemeshSettings | |
finalRelaxIters(self, int arg1) | mrmeshpy.RemeshSettings | |
finalRelaxNoShrinkage(self) | mrmeshpy.RemeshSettings | |
finalRelaxNoShrinkage(self, bool arg1) | mrmeshpy.RemeshSettings | |
maxAngleChangeAfterFlip(self) | mrmeshpy.RemeshSettings | |
maxAngleChangeAfterFlip(self, float arg1) | mrmeshpy.RemeshSettings | |
maxBdShift(self) | mrmeshpy.RemeshSettings | |
maxBdShift(self, float arg1) | mrmeshpy.RemeshSettings | |
maxEdgeSplits(self) | mrmeshpy.RemeshSettings | |
maxEdgeSplits(self, int arg1) | mrmeshpy.RemeshSettings | |
notFlippable(self) | mrmeshpy.RemeshSettings | |
notFlippable(self, UndirectedEdgeBitSet arg1) | mrmeshpy.RemeshSettings | |
onEdgeDel(self) | mrmeshpy.RemeshSettings | |
onEdgeDel(self, func_void_from_Id_EdgeTag_Id_EdgeTag arg1) | mrmeshpy.RemeshSettings | |
onEdgeSplit(self) | mrmeshpy.RemeshSettings | |
onEdgeSplit(self, func_void_from_Id_EdgeTag_Id_EdgeTag arg1) | mrmeshpy.RemeshSettings | |
operator(*args, **kwargs) | mrmeshpy.RemeshSettings | static |
operator(*args, **kwargs) | mrmeshpy.RemeshSettings | static |
packMesh(self) | mrmeshpy.RemeshSettings | |
packMesh(self, bool arg1) | mrmeshpy.RemeshSettings | |
preCollapse(self) | mrmeshpy.RemeshSettings | |
preCollapse(self, func_bool_from_Id_EdgeTag_Vector3_float arg1) | mrmeshpy.RemeshSettings | |
progressCallback(self) | mrmeshpy.RemeshSettings | |
progressCallback(self, func_bool_from_float arg1) | mrmeshpy.RemeshSettings | |
projectOnOriginalMesh(self) | mrmeshpy.RemeshSettings | |
projectOnOriginalMesh(self, bool arg1) | mrmeshpy.RemeshSettings | |
region(self) | mrmeshpy.RemeshSettings | |
region(self, FaceBitSet arg1) | mrmeshpy.RemeshSettings | |
targetEdgeLen(self) | mrmeshpy.RemeshSettings | |
targetEdgeLen(self, float arg1) | mrmeshpy.RemeshSettings | |
useCurvature(self) | mrmeshpy.RemeshSettings | |
useCurvature(self, bool arg1) | mrmeshpy.RemeshSettings | |