Skip to main content

Meta_Dimension

Module: Metanodes / Definitions

A Dimension references two Meta_MeasuringPoint nodes and calculates the distances between them. It also provides scene visuals depicting the dimensions.

#include <meta_measure.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_MeasuringPoint1, Idx_MeasuringPoint2, Idx_Length, Idx_MinLength, Idx_MaxLength, Idx_Labels, Idx_Bounds, Idx_Lock, Idx_Display }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enables the dimension display
Idx_MeasuringPoint1link - Link to the first measuring point
Idx_MeasuringPoint2link - Link to the second measuring point
Idx_Lengthvec4w - The calculated current distance between the two points (XYZ for each axis, W for diagonal, direct distance)
Idx_MinLengthvec4w - The calculated smallest distance the two points have ever been from each other
Idx_MaxLengthvec4w - The calculated largest distance the two points have ever been from each other
Idx_Labelsbool - Whether to display text labels showing the measurements in the scene
Idx_Boundsbool - Whether to draw lines depicting the bounds of the dimension
Idx_LockInternal.
Idx_DisplayInternal.

Property index.