Uses of Class
com.agisoft.metashape.FaceCount
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of FaceCount in com.agisoft.metashape
Methods in com.agisoft.metashape that return FaceCount Modifier and Type Method Description static FaceCountFaceCount. valueOf(String name)Returns the enum constant of this type with the specified name.static FaceCount[]FaceCount. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FaceCount in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return FaceCount Modifier and Type Method Description FaceCountBuildModel. getFaceCount()Target face count.Methods in com.agisoft.metashape.tasks with parameters of type FaceCount Modifier and Type Method Description voidBuildModel. setFaceCount(FaceCount value)Target face count.