AirFlow_Node : Helper

AirFlow_Node - superclass: helper; super-superclass:node - 26:0 - classID: #(1509449990L, 515064320L)
Note:

The AirFlow_Node helper is deprecated as of 3ds Max 2022 and may be removed in a future release.

The AirFlow_Node helper converts CFD Data to particle flow nodes for airflow simulations. Available in in 3ds Max 2018 and higher.

Note: this class is not creatable in the 3ds Max ParticleFlow UI. It can only be created via MAXScript.

Properties:

<AirFlow_Node>.Color     Color    default: (color 255 255 255)   --  RGB color

Gets or sets the node color.

<AirFlow_Node>.Color_Levels     Integer    default: 16   --  integer

Gets or sets the number of color levels.

<AirFlow_Node>.Color_RGB_To_Script_Vector     BooleanClass    default: false   --  boolean

Gets or sets the value of the Color RBG --> Script Vector check box.

<AirFlow_Node>.Color_Type     BooleanClass    default: true   --  boolean

Gets or sets the value of the Color Coordinated check box.

<AirFlow_Node>.Data_Display     Integer    default: 0   --  integer

Gets or sets the Color Data setting for the node, where:

<AirFlow_Node>.Data_Source_File     UndefinedClass    default: undefined   --  filename; !error setting value!

Gets or sets the .csv data source file.

<AirFlow_Node>.Display_Type     Integer    default: 0   --  integer

Gets or sets the display type where:

<AirFlow_Node>.Emit_Time     Integer    default: 0   --  integer

Gets or sets the Emit Time.

<AirFlow_Node>.Icon_Height     Float    default: 10.0   --  worldUnits
<AirFlow_Node>.Icon_Length     Float    default: 10.0   --  worldUnits
<AirFlow_Node>.Icon_Width     Float    default: 10.0   --  worldUnits

Gets or sets the Icon Size values for height, length, and width.

<AirFlow_Node>.Intensity_To_Script_Integer     BooleanClass    default: false   --  boolean; Intensity_To_Script_Vector

Gets or sets the value of the Intensity --> Script Integer check box.

<AirFlow_Node>.Load_For_Inside_Icon_Only     BooleanClass    default: false   --  boolean

Gets or sets the value of the Load For Inside Icon Only checkbox.

<AirFlow_Node>.Load_For_Visible_Only     BooleanClass    default: false   --  boolean

Gets or sets the value of the Load For Visible % Only checkbox.

<AirFlow_Node>.Random_Seed     Integer    default: 45921   --  integer

Gets or sets the Visibility Randomness random seed value.

<AirFlow_Node>.Rotation_Offset_X     Float    default: 0.0   --  angle
<AirFlow_Node>.Rotation_Offset_Y     Float    default: 0.0   --  angle
<AirFlow_Node>.Rotation_Offset_Z     Float    default: 0.0   --  angle

Gets or sets the Data Rotation Offset value for X, Y and Z axes. This is a Euler angle value.

<AirFlow_Node>.Save_Data_With_Max_File     BooleanClass    default: true   --  boolean

Gets or sets the value of the Save Data With .max File checkbox.

<AirFlow_Node>.Speed_Factor     Float    default: 1.0   --  float

Gets or sets the speed factor.

<AirFlow_Node>.Translation_Offset_X     Float    default: 0.0   --  worldUnits 
<AirFlow_Node>.Translation_Offset_Y     Float    default: 0.0   --  worldUnits 
<AirFlow_Node>.Translation_Offset_Z     Float    default: 0.0   --  worldUnits

Gets or sets the Data Translation Offset X, Y, and Z values.

<AirFlow_Node>.Upper_Limit     Integer    default: 1000000   --  integer

Gets or sets the Upper Limit for data statistics.

<AirFlow_Node>.Visible_Inside_Icon_Only     BooleanClass    default: false   --  boolean

Gets or sets the Visible Inside Icon Only checkbox value.

<AirFlow_Node>.Visible_Ratio     Float    default: 100.0   --  percent

Gets or sets the Visible % value.

AirFLow_Node interfaces:

The following common Particle Flow Interfaces are exposed by the AirFlow_Node Class:

Interface: action

Interface: operator

Interface: PViewItem