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...

Public Member Functions

 ModelProperties (string name, string uri, bool enabled, bool occluder)
 

Data Fields

bool enabled
 States if the model is currently enabled. More...
 
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:' More...
 
bool occluder
 States if the model is used for occlusion. More...
 
string uri
 The uri that has been used to load the model. More...
 

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.

Field Documentation

◆ enabled

bool Visometry.VisionLib.SDK.Core.API.ModelProperties.enabled

States if the model is currently enabled.

◆ name

string Visometry.VisionLib.SDK.Core.API.ModelProperties.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:'

◆ occluder

bool Visometry.VisionLib.SDK.Core.API.ModelProperties.occluder

States if the model is used for occlusion.

◆ uri

string Visometry.VisionLib.SDK.Core.API.ModelProperties.uri

The uri that has been used to load the model.