Formation.ViewAsGroup Property

Top 

Description

Determines whether the Formation will be visualized as a group within the Mission View, or as individual Spacecrafts. This property should be set to 1 in order to draw each Spacecraft in the Formation as a point. The size of each point in the group is determined by the Formation.GroupPointSize property. Performance is significantly enhanced when the Formation is viewed as a group.

 

Set this property to 0 in order to draw each Spacecraft with its specified 3D model and tail history.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myFormation1.ViewAsGroup;

 

myFormation1.ViewAsGroup = myVariable1;

 

See also

Formation Object

Formations Guide