Plate.ConfigureCircularShape(Variable, Variable, Array, Array) Method

Top 

Description

Configures this Plate with a circular shape. The Plate will be a circle with the specified radius. The center of the plate will be located at the specified centerPosition in the Spacecraft's body coordinate system. The plate's orientation is specified using the normal argument. The numberOfSegments argument controls how many triangles are used to approximate the circular shape.

 

You must set the Spacecraft's ForceModel.SRPForceGeometry to "PlateModel" for this to have an effect.

 

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.ConfigureCircularShape(

Variable radius,


Variable numberOfSegments,


Array centerPosition,


Array normal)

 

 

Arguments

radius


Description:

The radius of the generated shape.

Units:

m

Valid Range:

radius > 0

 

 

numberOfSegments


Description:

The number of segments used to generate the shape.

Valid Range:

numberOfSegments ≥ 5

 

 

centerPosition


Description:

The center position of the generated circular plate in the Spacecraft BCS.

Required Size:

3

 

 

normal


Description:

The normal of the circular plate in the Spacecraft BCS.

Required Size:

3

 

 

 

Syntax

myPlate1.ConfigureCircularShape(myVariable1, myVariable2, myArray1, myArray2);

 

 

See also

Plate Object

Plate.ConfigureCircularShape