Plate.GetUpdatedVertices() Method

Top 

Description

Returns the updated locations of the plate's vertices as it points to track the sun according to the plate's ArticulationModel. The vertex locations are given in the Spacecraft's body coordinate system.

 

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.

 

Method Signature

Plate.GetUpdatedVertices(

)

 

 

Return Value

Type:

Matrix of number

Units:

m

 

 

The updated locations of the plate's vertices.

 

Syntax

myMatrix1 = myPlate1.GetUpdatedVertices();

 

 

See also

Plate Object