addBody (Aero.Animation) - Add loaded body to animation object and generate its patches

Syntax

idx = addBody(h,b)
idx = h.addBody(b)

Description

idx = addBody(h,b) and idx = h.addBody(b) add a loaded body, b, to the animation object h and generates its patches. idx is the index of the body to be added.

Examples

Add a second body to the list that is a pointer to the first body. This means that if you change the properties of one body, the properties of the other body change correspondingly.

h = Aero.Animation;
idx1 = h.createBody('pa24-250_orange.ac','Ac3d');
b = h.Bodies{1};
idx2 = h.addBody(b);

See Also

createBody, moveBody, removeBody, updateBodies

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS