| Contents | Index |
Remove one body from animation
h = removeBody(h,idx)
h =
h.removeBody(idx)
h = removeBody(h,idx) and h = h.removeBody(idx) remove the body specified by the index idx from the animation object h.
| h | Animation object. |
| idx | Body specified with this index. |
Remove the body identified by the index, 1.
h = Aero.Animation;
idx1 = h.createBody('pa24-250_orange.ac','Ac3d');
h = removeBody(h,1)

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |