Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MeshLoad.NamedMesh arg0) |
None | __init__ (self, str name, Mesh mesh, VertUVCoords 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) |
Generated from: MR::MeshLoad::NamedMesh
None meshlib.mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self, | |
MeshLoad.NamedMesh | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self, | |
str | name, | ||
Mesh | mesh, | ||
VertUVCoords | 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 meshlib.mrmeshpy.MeshLoad.NamedMesh.duplicatedVertexCount | ( | self | ) |
counter of duplicated vertices (that created for resolve non-manifold geometry)
None meshlib.mrmeshpy.MeshLoad.NamedMesh.duplicatedVertexCount | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.MeshLoad.NamedMesh.skippedFaceCount | ( | self | ) |
counter of skipped faces (faces than can't be created), not zero only if ObjLoadSettings.countSkippedFaces
None meshlib.mrmeshpy.MeshLoad.NamedMesh.skippedFaceCount | ( | self, | |
int | arg1 ) |
AffineXf3f meshlib.mrmeshpy.MeshLoad.NamedMesh.xf | ( | self | ) |
transform of the loaded mesh, not identity only if ObjLoadSettings.customXf
None meshlib.mrmeshpy.MeshLoad.NamedMesh.xf | ( | self, | |
AffineXf3f | arg1 ) |