ProximityZone.SetOrientation(CoordinateSystem) Method

Top 

Description

Sets the orientation of the calling ProximityZone using the specified CoordinateSystem object. The sensor boresight will be aligned with the z-axis of the specified CoordinateSystem object. Note, the AttitudeRefFrame property of the parent Vehicle must be set to "ICRF".

 

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

ProximityZone.SetOrientation(

CoordinateSystem coordinateSystem)

 

 

Arguments

coordinateSystem


Description:

CoordinateSystem object to use to define the orientation of the calling ProximityZone.

 

 

 

Return Value

Type:

number

 

 

Returns a 1 if the calling ProximityZone's orientation is set successfully.

 

Syntax

myVariable1 = myProximityZone1.SetOrientation(myCoordinateSystem1);

 

 

See also

ProximityZone Object

Coverage and Contact Analysis Guide

ProximityZones Guide