Plate.ActiveFace Property

Top 

Description

Specifies which side of the Plate is active. The active side of the plate generates an SRP (solar radiation pressure) force when the Spacecraft's ForceModel is configured with ForceModel.SRP = 1 and ForceModel.SRPForceGeometry = 1. The inactive side of the plate is transparent to SRP, and therefore generates no SRP force.

 

The nominally active face is determined by the order that the vertices are specified: the right-hand rule is applied to the first three vertices to determine the direction of the normal vector for the plate. You can reverse the normal vector direction and change the active face for the plate by setting ActiveFace to 1, or by changing the order that the vertices are specified.

 

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:

integer

Access:

read/write

Default Value:

0 ( nominal )

Valid Values:

Value

Label

0

nominal

1

reversed

 

Syntax

myVariable1 = myPlate1.ActiveFace;

 

myPlate1.ActiveFace = myVariable1;

 

See also

Plate Object