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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::MeshLoad::NamedMesh
None mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.MeshLoad.NamedMesh.__init__ | ( | self, | |
MeshLoad.NamedMesh | arg0 ) |
Implicit copy constructor.
None 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.
|
staticprotected |
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 ) |
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 ) |