__init__(*args, **kwargs) | mrmeshpy.FindOverhangsSettings | static |
__init__(self) | mrmeshpy.FindOverhangsSettings | |
__init__(self, Vector3f axis, float layerHeight, float maxOverhangDistance, int hops, AffineXf3f xf, func_bool_from_float progressCb) | mrmeshpy.FindOverhangsSettings | |
_offsetof_axis | mrmeshpy.FindOverhangsSettings | protectedstatic |
_offsetof_hops | mrmeshpy.FindOverhangsSettings | protectedstatic |
_offsetof_layerHeight | mrmeshpy.FindOverhangsSettings | protectedstatic |
_offsetof_maxOverhangDistance | mrmeshpy.FindOverhangsSettings | protectedstatic |
_offsetof_progressCb | mrmeshpy.FindOverhangsSettings | protectedstatic |
_offsetof_xf | mrmeshpy.FindOverhangsSettings | protectedstatic |
axis(self) | mrmeshpy.FindOverhangsSettings | |
axis(self, Vector3f arg1) | mrmeshpy.FindOverhangsSettings | |
hops(self) | mrmeshpy.FindOverhangsSettings | |
hops(self, int arg1) | mrmeshpy.FindOverhangsSettings | |
layerHeight(self) | mrmeshpy.FindOverhangsSettings | |
layerHeight(self, float arg1) | mrmeshpy.FindOverhangsSettings | |
maxOverhangDistance(self) | mrmeshpy.FindOverhangsSettings | |
maxOverhangDistance(self, float arg1) | mrmeshpy.FindOverhangsSettings | |
operator(*args, **kwargs) | mrmeshpy.FindOverhangsSettings | static |
operator(*args, **kwargs) | mrmeshpy.FindOverhangsSettings | static |
xf(self) | mrmeshpy.FindOverhangsSettings | |
xf(self, AffineXf3f arg1) | mrmeshpy.FindOverhangsSettings | |