| Aerospace Toolbox | ![]() |
read(h, source)
read(h, source) reads the geometry data of the geometry object h. source can be:
'Auto'
Selects default reader.
'Variable'
Selects MATLAB® variable of type structure structures that contains the fieldsname, faces, vertices, and cdata that define the geometry in the Handle Graphics® patches.
'MatFile'
Selects M-file reader.
'Ac3dFile'
Selects Ac3d file reader.
'Custom'
Selects a custom reader.
Read geometry data from Ac3d file, pa24-250_orange.ac.
g = Aero.Geometry;
g.Source = 'Ac3d';
g.read('pa24-250_orange.ac');
![]() | quatrotate | removeBody (Aero.Animation) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |