Skip to main content

Meta_MeasuringPoint

Module: Metanodes / Definitions

A MeasuringPoint is a point in space, used by a Meta_Dimension to perform measurements.

#include <meta_measure.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_LocalPosition, Idx_InitialPosition, Idx_MinPosition, Idx_MaxPosition, Idx_CurrentPosition, Idx_Display, Idx_TrackDeformation, Idx_CollisionNodePath, Idx_PartIndex, Idx_TriangleIndex, Idx_TrianglePoint }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enables the measuring point
Idx_LocalPositionvec3w - Controls the position of the point relative to its parent
Idx_InitialPositionvec3w - Stores the starting position of the measuring point (for movement range tracking)
Idx_MinPositionvec3w - Stores the minimum position that this point has been placed at
Idx_MaxPositionvec3w - Stores the maximum position that this point has been placed at
Idx_CurrentPositionvec3w - Stores the current position of the point in world space (not editable)
Idx_DisplayInternal.
Idx_TrackDeformationbool - Whether the measuring point sticks to the surface of a deformable mesh
Idx_CollisionNodePathstring - The path from the MeasuringPoint's parent to the node that owns the physics body (this is not a link because Manikin's collision nodes aren't saved so the link would be lost when reloaded)
Idx_PartIndexint - The index of the part of the physics body that the measuring point is attached to
Idx_TriangleIndexint - The index of the triangle of the physics body's part that the measuring point is attached to
Idx_TrianglePointvec3f - The barycentric coordinates of the measuring point within the triangle

Property index.