C# Класс Tango.AreaDescription.Metadata

Easy access to the metadata fields for an Area Description. If you want to look at a specific Area Description's metadata, get it with AreaDescription.GetMetadata and save it with AreaDescription.SaveMetadata. If you want to create a metadata for a not yet saved Area Description, use the default constructor to construct an empty metadata and save it after saving the Area Description.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
m_dateTime System.DateTime
m_name string
m_transformationPosition double[]
m_transformationRotation double[]

Описание свойств

m_dateTime публичное свойство

The creation date of this Area Description. Corresponds to the "date_ms_since_epoch" metadata.
public DateTime,System m_dateTime
Результат System.DateTime

m_name публичное свойство

The human-readable name for this Area Description. Corresponds to the "name" metadata.
public string m_name
Результат string

m_transformationPosition публичное свойство

The global coordinate system position of this Area Description. Corresponds to the X, Y, Z part of the "transformation" metadata.
public double[] m_transformationPosition
Результат double[]

m_transformationRotation публичное свойство

The global coordinate system rotation of this Area Description. Corresponds to the QX, QY, QZ, QW part of the "transformation" metadata.
public double[] m_transformationRotation
Результат double[]