Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MeshLoad.NamedMesh arg0) |
| None | __init__ (self, str name, Mesh mesh, VertCoords2 uvCoords, VertColors colors, Vector_std_filesystem_path_TextureId textureFiles, TexturePerFace texturePerFace, std_optional_Color diffuseColor, AffineXf3f xf, int skippedFaceCount, int duplicatedVertexCount) |
| int | duplicatedVertexCount (self) |
| None | duplicatedVertexCount (self, int arg1) |
| int | skippedFaceCount (self) |
| None | skippedFaceCount (self, int arg1) |
| AffineXf3f | xf (self) |
| None | xf (self, AffineXf3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshLoad.NamedMesh | operator (*args, **kwargs) |
| MeshLoad.NamedMesh | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_colors = 328 |
| typing | _offsetof_diffuseColor = 400 |
| typing | _offsetof_duplicatedVertexCount = 460 |
| typing | _offsetof_mesh = 32 |
| typing | _offsetof_name = 0 |
| typing | _offsetof_skippedFaceCount = 456 |
| typing | _offsetof_textureFiles = 352 |
| typing | _offsetof_texturePerFace = 376 |
| typing | _offsetof_uvCoords = 304 |
| typing | _offsetof_xf = 408 |
Generated from: MR::MeshLoad::NamedMesh
|
static |
| None mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self | ) |
| None mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self, | |
| MeshLoad.NamedMesh | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self, | |
| str | name, | ||
| Mesh | mesh, | ||
| VertCoords2 | uvCoords, | ||
| VertColors | colors, | ||
| Vector_std_filesystem_path_TextureId | textureFiles, | ||
| TexturePerFace | texturePerFace, | ||
| std_optional_Color | diffuseColor, | ||
| AffineXf3f | xf, | ||
| int | skippedFaceCount, | ||
| int | duplicatedVertexCount ) |
Implicit aggregate constructor.
| int mrmeshpy.MeshLoad.NamedMesh.duplicatedVertexCount | ( | self | ) |
counter of duplicated vertices (that created for resolve non-manifold geometry)
| None mrmeshpy.MeshLoad.NamedMesh.duplicatedVertexCount | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| int mrmeshpy.MeshLoad.NamedMesh.skippedFaceCount | ( | self | ) |
counter of skipped faces (faces than can't be created), not zero only if ObjLoadSettings.countSkippedFaces
| None mrmeshpy.MeshLoad.NamedMesh.skippedFaceCount | ( | self, | |
| int | arg1 ) |
| AffineXf3f mrmeshpy.MeshLoad.NamedMesh.xf | ( | self | ) |
transform of the loaded mesh, not identity only if ObjLoadSettings.customXf
| None mrmeshpy.MeshLoad.NamedMesh.xf | ( | self, | |
| AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |