Package com.agisoft.metashape
Class Model.Mesh
java.lang.Object
com.agisoft.metashape.Model.Mesh
- Enclosing class:
- Model
public static class Model.Mesh extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Mesh()Mesh(long cPtr, boolean cMemoryOwn)Mesh(Model.Mesh mesh) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()static longgetCPtr(Model.Mesh obj)Model.FacegetFace(int index)Mesh face.intgetFaceCount()Mesh face count.Model.VertexgetVertex(int index)Mesh vertex.Vector3ucgetVertexColor(int index)Mesh vertex color.intgetVertexCount()Mesh vertex count.voidsetFace(int index, Model.Face f)Mesh face.voidsetFaceCount(int count)Mesh face count.voidsetVertex(int index, Model.Vertex v)Mesh vertex.voidsetVertexColor(int index, Vector3uc color)Mesh vertex color.voidsetVertexCount(int count)Mesh vertex count.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Mesh
public Mesh(long cPtr, boolean cMemoryOwn) -
Mesh
public Mesh() -
Mesh
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setFaceCount
public void setFaceCount(int count)Mesh face count. -
getFaceCount
public int getFaceCount()Mesh face count. -
setVertexCount
public void setVertexCount(int count)Mesh vertex count. -
getVertexCount
public int getVertexCount()Mesh vertex count. -
setFace
Mesh face. -
getFace
Mesh face. -
setVertex
Mesh vertex. -
getVertex
Mesh vertex. -
setVertexColor
Mesh vertex color. -
getVertexColor
Mesh vertex color.
-