documentation

Visometry.VisionLib.SDK.Core.API.ModelProperties Class Reference

ModelProperties stores the internal states of the model which is used for model based tracking. Such an object is usually passed, when subscribing to the OnGetModelProperties event. More...

Data Fields

bool enabled
 States if the model is currently enabled.
 
string name
 The internal id or name used for addressing the model (e.g. SetModelProperty) A name for setting the property should always carry an uri prefix scheme: 'name:'
 
bool occluder
 States if the model is used for occlusion.
 
string uri
 The uri that has been used to load the model.
 

Detailed Description

ModelProperties stores the internal states of the model which is used for model based tracking. Such an object is usually passed, when subscribing to the OnGetModelProperties event.