Main Content

show

Class: Aero.Animation
Namespace: Aero

Show animation object figure

Syntax

show(h)

Description

show(h) creates the figure graphics object for the animation object h. Use the hide function to close the figure.

Input Arguments

expand all

Aerospace animation object, specified as an Aero.Animation object.

Examples

expand all

h = Aero.Animation;
idx1 = createBody(h,'pa24-250_orange.ac','Ac3d');
show(h);

Version History

Introduced in R2007a