Modeling3dReconstructSetting class

Settings for 3D object reconstruction.

Constructors

Modeling3dReconstructSetting({int faceLevel = 0, String needRescan = 'true', int reconstructMode = 0, String taskId = '0', int taskType = 0, int textureMode = 0})
const

Properties

faceLevel int
Mesh count level for a 3D object reconstruction task. Check Modeling3dReconstructConstants.faceLevel for more.
final
hashCode int
The hash code for this object.
no setterinherited
needRescan String
Extra scanning status for a 3D object reconstruction task. Check Modeling3dReconstructConstants.needRescan for more.
final
reconstructMode int
Working mode for 3D object reconstruction. Check Modeling3dReconstructConstants.reconstructMode for more.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String
ID of the task on which an extra scanning task is based.
final
taskType int
Type of a 3D object reconstruction task. Check Modeling3dReconstructConstants.taskType for more.
final
textureMode int
Texture map mode. Check Modeling3dReconstructConstants.textureMode for more.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited