DataViewGroup : ReferenceTarget

DataViewGroup : ReferenceTarget {64995986,661d41f2} 
 

   

Particle Flow - Quick Navigation

Description:

The DataViewGroup ReferenceTarget implements the group object in the Particle Data View.

The grouping can be performed only through the Particle Data View's menu and is not accessible to MAXScript.

Available in 3ds Max 2014 and higher.

   

NOTE:At time of writing, none of these properties were accessible to MAXScript and would cause an error when attempting to get or set.

   

Constructor:

Class instances not creatable by MAXScript

Aliases:

DataViewGroup
Data_View_Group

   

Properties:

<DataViewGroup>.Position_X : integer

Get/set the X Position of the upper left corner of the Group.

<DataViewGroup>.Position_Y : integer

Get/set the Y Position of the upper left corner of the Group.

   

<DataViewGroup>.Width : integer

Get/set the Width of the Group.

<DataViewGroup>.Height : integer

Get/set the Height of the Group.

   

<DataViewGroup>.Z_Order : integer

Get/set the Z-Order value used to determine whether to draw the Group over other Groups and operators or behind them.

   

<DataViewGroup>.Selected : boolean

Get/set the Selected state of the Group.

   

<DataViewGroup>.Is_Flipped : boolean

Get/set the Flipped state of the group.

When set to True, the title bar of the group will be drawn at the bottom.

Equivalent to checking/unchecking the Flip menu items in the right-click context menu.

   

<DataViewGroup>.Tighten : boolean

Get/set the Tighten state of the group.

When set to True, the group will be tighten around the grouped sub-operators.

Equivalent to checking/unchecking the Tighten menu items in the right-click context menu.

   

<DataViewGroup>.Open : boolean

Get/set the Open state of the Group.

Equivalent to using the Open/Close menu items in the Group menu or in the right-click context menu.

   

<DataViewGroup>.In_Group_Items : maxObject array

Get/set the sub-operators included in the Group.

   

<DataViewGroup>.In_Group : boolean

Contains True if the group is inside another group.

   

<DataViewGroup>.Transparency : percent

Get/set the transparency of the group as percentage.

   

<DataViewGroup>.Bookmark : boolean

   

<DataViewGroup>.Color : integer

   

   

DataViewGroup interfaces:

The following common interface is exposed by the DataViewGroup Particle Data View sub-operator:

Interface: DataViewItem