__init__(*args, **kwargs) | mrmeshpy.MeshLoadSettings | static |
__init__(self) | mrmeshpy.MeshLoadSettings | |
__init__(self, VertColors colors, VertCoords2 uvCoords, VertCoords normals, MeshTexture texture, int_output skippedFaceCount, int_output duplicatedVertexCount, AffineXf3f xf, func_bool_from_float callback) | mrmeshpy.MeshLoadSettings | |
_offsetof_callback | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_colors | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_duplicatedVertexCount | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_normals | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_skippedFaceCount | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_texture | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_uvCoords | mrmeshpy.MeshLoadSettings | protectedstatic |
_offsetof_xf | mrmeshpy.MeshLoadSettings | protectedstatic |
callback(self) | mrmeshpy.MeshLoadSettings | |
callback(self, func_bool_from_float arg1) | mrmeshpy.MeshLoadSettings | |
colors(self) | mrmeshpy.MeshLoadSettings | |
colors(self, VertColors arg1) | mrmeshpy.MeshLoadSettings | |
duplicatedVertexCount(self) | mrmeshpy.MeshLoadSettings | |
duplicatedVertexCount(self, int_output arg1) | mrmeshpy.MeshLoadSettings | |
normals(self) | mrmeshpy.MeshLoadSettings | |
normals(self, VertCoords arg1) | mrmeshpy.MeshLoadSettings | |
operator(*args, **kwargs) | mrmeshpy.MeshLoadSettings | static |
operator(*args, **kwargs) | mrmeshpy.MeshLoadSettings | static |
skippedFaceCount(self) | mrmeshpy.MeshLoadSettings | |
skippedFaceCount(self, int_output arg1) | mrmeshpy.MeshLoadSettings | |
texture(self) | mrmeshpy.MeshLoadSettings | |
texture(self, MeshTexture arg1) | mrmeshpy.MeshLoadSettings | |
uvCoords(self) | mrmeshpy.MeshLoadSettings | |
uvCoords(self, VertCoords2 arg1) | mrmeshpy.MeshLoadSettings | |
xf(self) | mrmeshpy.MeshLoadSettings | |
xf(self, AffineXf3f arg1) | mrmeshpy.MeshLoadSettings | |