PlateModel.AddBoxOfPlates(String, Array, Array) Method |
Top |
DescriptionAdds six plates to the Spacecraft in a cube or rectangular prism shape. The box is defined by x, y, and z dimensions in the Spacecraft body coordinate system, and centered at centerPosition. The plates will be automatically named using boxName as the prefix, and the face orientation as the suffix.
You must set the Spacecraft's ForceModel.SRPForceGeometry to "PlateModel" for this to have an effect.
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
Arguments
Return Value
Returns the indices of the added plates within the PlateModel.Plates array
Syntax
See also
|