Skip to main content

Meta_DynamicSection

Module: Metanodes / Definitions

A DynamicSection is a cutting plane that can be placed in the scene.

#include <meta_sections.hpp>

Public Types

TypeName
enumAXISALIGNMODE { AxisAlignMode_xy, AxisAlignMode_xz, AxisAlignMode_yz, AxisAlignMode_custom }
Values for Idx_AlignMode.
enumIDX { Idx_Enabled, Idx_EnableCaps, Idx_Visible, Idx_Inverted, Idx_Selected, Idx_AlignMode, Idx_SectionLink, Idx_AssemblyLink, Idx_CornerBotLeft, Idx_CornerBotRight, Idx_CornerTopRight, Idx_CornerTopLeft, Idx_Plane, Idx_Opacity }
Property index.

Public Types Documentation

enum AXISALIGNMODE

EnumeratorValueDescription
AxisAlignMode_xyAlign along the XY axis.
AxisAlignMode_xzAlign along the XZ axis.
AxisAlignMode_yzAlign along the YZ axis.
AxisAlignMode_customAlign according to the parent assembly transform.

Values for Idx_AlignMode.

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enable the dynamic section.
Idx_EnableCapsbool - Enable the capped sections.
Idx_Visiblebool - Enable the visibility of the section plane.
Idx_Invertedbool - Invert the direction of the clipping.
Idx_Selectedbool - The dynamic section is selected
Idx_AlignModeAXISALIGNMODE (int) - Change the orientation of the clip plane.
Idx_SectionLinklink - A link to the parent of the graph to be clipped.
Idx_AssemblyLinklink - A link to the sections parent assembly.
Idx_CornerBotLeft(internal) The bottom left corner of the plane (used to save the size and position on exit).
Idx_CornerBotRight(internal)
Idx_CornerTopRight(internal)
Idx_CornerTopLeft(internal)
Idx_Plane(internal) The plane equation in world space.
Idx_Opacityfloat - The opacity of the plane.

Property index.