removeBody - Class: Aero.Animation
Package: Aero
Remove one body from animation
Syntax
h = removeBody(h,idx)
h =
h.removeBody(idx)
Description
h = removeBody(h,idx) and h =
h.removeBody(idx) remove the body specified by the index idx from
the animation object h.
Inputs
| h | Animation object. |
| idx | Body specified with this index. |
Examples
Remove the body identified by the index, 1.
h = Aero.Animation;
idx1 = h.createBody('pa24-250_orange.ac','Ac3d');
h = removeBody(h,1)
 | read (Aero.Geometry) | | removeNode (Aero.VirtualRealityAnimation) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit