PredictionType Enumeration
Defines the types of prediction mechanisms for a process or operation.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
Automatic | Indicates that the prediction mechanism should be determined automatically. The system will select the most appropriate prediction type based on the context. | |
UseTransform | Indicates that the prediction should be based on a transform, such as a mathematical or geometrical transformation. This is typically used for non-physical or abstract prediction scenarios. | |
UsePhysics | Indicates that the prediction should be based on physics. This is suitable for scenarios where physical properties and behaviors (like velocity, acceleration, etc.) need to be taken into account for the prediction. |