Skip to main content

Meta_Annotation

Module: Metanodes / Definitions

An Annotation node is a method of associating information with an object in the scene. More...

#include <meta_annotation.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_TargetAssembly, Idx_DefaultViewpoint, Idx_CommentsVisible, Idx_CreatedBy, Idx_Position, Idx_Rotation, Idx_EnterSnapShot, Idx_LeaveSnapShot }

Detailed Description

struct Meta_Annotation;

An Annotation node is a method of associating information with an object in the scene.

It can contain multiple viewpoints, comments, and object states, all of which are applied when the annotation becomes active. Generally created by using the Review user interface, annotations can also be data driven, automatically documenting scene objects according to the requirements of the script or plugin writer.

Annotations can also be controlled by the vrAnnotation* family of Lua functions.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enabled state of this annotation.
Idx_TargetAssemblylink - Assembly that is being annotated. The annotation is positioned relative to this assembly.
Idx_DefaultViewpointlink - Assembly (viewpoint) to fly to by default when the annotation is activated.
Idx_CommentsVisiblebool - Whether or not to display the comments associated with this annotation.
Idx_CreatedBystring - Name of the user who created this annotation. This defaults to the value of the Tools/Annotation/Comments/Author setting, which itself defaults to the user's system username.
Idx_Positionvec3 - The position of the annotation relative to the TargetAssembly transform.
Idx_Rotationvec3 - The rotation of the annotation relative to the TargetAssembly transform.
Idx_EnterSnapShot
Idx_LeaveSnapShot