CoordinateSystem.BuildCoordinateSystem(CoordinateSystem) Method

Top 

Description

Defines a new CoordinateSystem object by chaining together multiple other CoordinateSystem objects.

 

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

CoordinateSystem.BuildCoordinateSystem(

CoordinateSystem coordinateSystem)

 

 

Arguments

coordinateSystem


Description:

Coordinate system to use in the chain to build up a new CoordinateSystem.

Repeatable:

2 to 15 times

 

 

 

Return Value

Type:

boolean

 

 

Returns a 1 if the Coordinate System was built successfully. Returns a 0 if there was an error with the build.

 

Syntax

myVariable1 = myCoordinateSystem1.BuildCoordinateSystem(myCoordinateSystem2);

 

 

See also

CoordinateSystem Object

CoordinateSystem.BuildCoordinateSystem

Vectors and Coordinate Systems Guide

Orbit Reference Frames Guide

Attitude Reference Frames Guide

Matrix, Array, and Variable Math Guide