Modeling3dReconstructConstants class abstract
Constants of 3D object reconstruction.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- faceLevel → const FaceLevel
- Mesh count level for a 3D object reconstruction task.
- modelFormat → const ModelFormat
- 3D model format.
- needRescan → const NeedRescan
- Extra scanning status of a 3D object reconstruction task.
- progressStatus → const ProgressStatus
- 3D object reconstruction status.
- reconstructFailCode → const ReconstructFailCode
- Reason for a failed 3D object reconstruction task.
- reconstructMode → const ReconstructMode
- Working mode for 3D object reconstruction.
- restrictStatus → const RestrictStatus
- Restriction status of a 3D object reconstruction task.
- taskType → const TaskType
- Type of a 3D object reconstruction task.
- textureMode → const TextureMode
- Texture map mode.