WindowOverlayShape.SetOrigin(Array) Method

Top 

Description

Sets the origin to a Cartesian position in the ICRF projected to the view plane.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

WindowOverlayShape.SetOrigin(

Array positionICRF)

 

 

Arguments

positionICRF


Description:

3-element array specifying X/Y/Z Cartesian coordinates of a location in the ICRF.

Required Size:

3

 

 

 

Syntax

myWindowOverlayShape1.SetOrigin(myArray1);

 

 

See also

WindowOverlayShape Object

WindowOverlayShape.SetOrigin