__init__(*args, **kwargs) | mrmeshpy.SubdivideSettings | static |
__init__(self) | mrmeshpy.SubdivideSettings | |
__init__(self, SubdivideSettings arg0) | mrmeshpy.SubdivideSettings | |
__init__(self, float maxEdgeLen, int maxEdgeSplits, float maxDeviationAfterFlip, float maxAngleChangeAfterFlip, float criticalAspectRatioFlip, FaceBitSet region, FaceBitSet maintainRegion, UndirectedEdgeBitSet notFlippable, VertBitSet newVerts, bool subdivideBorder, float maxTriAspectRatio, float maxSplittableTriAspectRatio, bool smoothMode, float minSharpDihedralAngle, bool projectOnOriginalMesh, func_bool_from_Id_EdgeTag beforeEdgeSplit, func_void_from_Id_VertTag onVertCreated, func_void_from_Id_EdgeTag_Id_EdgeTag onEdgeSplit, func_bool_from_float progressCallback) | mrmeshpy.SubdivideSettings | |
_offsetof_beforeEdgeSplit | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_criticalAspectRatioFlip | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maintainRegion | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maxAngleChangeAfterFlip | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maxDeviationAfterFlip | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maxEdgeLen | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maxEdgeSplits | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maxSplittableTriAspectRatio | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_maxTriAspectRatio | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_minSharpDihedralAngle | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_newVerts | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_notFlippable | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_onEdgeSplit | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_onVertCreated | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_progressCallback | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_projectOnOriginalMesh | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_region | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_smoothMode | mrmeshpy.SubdivideSettings | protectedstatic |
_offsetof_subdivideBorder | mrmeshpy.SubdivideSettings | protectedstatic |
beforeEdgeSplit(self) | mrmeshpy.SubdivideSettings | |
beforeEdgeSplit(self, func_bool_from_Id_EdgeTag arg1) | mrmeshpy.SubdivideSettings | |
criticalAspectRatioFlip(self) | mrmeshpy.SubdivideSettings | |
criticalAspectRatioFlip(self, float arg1) | mrmeshpy.SubdivideSettings | |
maintainRegion(self) | mrmeshpy.SubdivideSettings | |
maintainRegion(self, FaceBitSet arg1) | mrmeshpy.SubdivideSettings | |
maxAngleChangeAfterFlip(self) | mrmeshpy.SubdivideSettings | |
maxAngleChangeAfterFlip(self, float arg1) | mrmeshpy.SubdivideSettings | |
maxDeviationAfterFlip(self) | mrmeshpy.SubdivideSettings | |
maxDeviationAfterFlip(self, float arg1) | mrmeshpy.SubdivideSettings | |
maxEdgeLen(self) | mrmeshpy.SubdivideSettings | |
maxEdgeLen(self, float arg1) | mrmeshpy.SubdivideSettings | |
maxEdgeSplits(self) | mrmeshpy.SubdivideSettings | |
maxEdgeSplits(self, int arg1) | mrmeshpy.SubdivideSettings | |
maxSplittableTriAspectRatio(self) | mrmeshpy.SubdivideSettings | |
maxSplittableTriAspectRatio(self, float arg1) | mrmeshpy.SubdivideSettings | |
maxTriAspectRatio(self) | mrmeshpy.SubdivideSettings | |
maxTriAspectRatio(self, float arg1) | mrmeshpy.SubdivideSettings | |
minSharpDihedralAngle(self) | mrmeshpy.SubdivideSettings | |
minSharpDihedralAngle(self, float arg1) | mrmeshpy.SubdivideSettings | |
newVerts(self) | mrmeshpy.SubdivideSettings | |
newVerts(self, VertBitSet arg1) | mrmeshpy.SubdivideSettings | |
notFlippable(self) | mrmeshpy.SubdivideSettings | |
notFlippable(self, UndirectedEdgeBitSet arg1) | mrmeshpy.SubdivideSettings | |
onEdgeSplit(self) | mrmeshpy.SubdivideSettings | |
onEdgeSplit(self, func_void_from_Id_EdgeTag_Id_EdgeTag arg1) | mrmeshpy.SubdivideSettings | |
onVertCreated(self) | mrmeshpy.SubdivideSettings | |
onVertCreated(self, func_void_from_Id_VertTag arg1) | mrmeshpy.SubdivideSettings | |
operator(*args, **kwargs) | mrmeshpy.SubdivideSettings | static |
operator(*args, **kwargs) | mrmeshpy.SubdivideSettings | static |
progressCallback(self) | mrmeshpy.SubdivideSettings | |
progressCallback(self, func_bool_from_float arg1) | mrmeshpy.SubdivideSettings | |
projectOnOriginalMesh(self) | mrmeshpy.SubdivideSettings | |
projectOnOriginalMesh(self, bool arg1) | mrmeshpy.SubdivideSettings | |
region(self) | mrmeshpy.SubdivideSettings | |
region(self, FaceBitSet arg1) | mrmeshpy.SubdivideSettings | |
smoothMode(self) | mrmeshpy.SubdivideSettings | |
smoothMode(self, bool arg1) | mrmeshpy.SubdivideSettings | |
subdivideBorder(self) | mrmeshpy.SubdivideSettings | |
subdivideBorder(self, bool arg1) | mrmeshpy.SubdivideSettings | |