Path: AerospaceUtils/ComponentModels
% Get CAD vertices and properties for a specific RWA model.
Dimensions are in meters. If no outputs are given it will draw the
wheel. Available types are:
'dynacon1000'
'hr02'
'hr04'
'hr01'
'hr15S'
'hr17'
'hm07'
'hr20m'
'hr20x'
'hr15m'
'hm55'
'hr60' (default)
'hm45'
'hr150'
'hr195'
'hm1800'
--------------------------------------------------------------------------
Form:
[v, f, p] = RWAModel( type, u )
[v, f, p] = RWAModel( r, u )
--------------------------------------------------------------------------
------
Inputs
------
r (1,:) Type string or struct with following fields:
('r','rTop','rBottom','hTop','hCenter','hBottom', 'u')
u (3,1) Unit vector if r is a string.
-------
Outputs
-------
v (:,3) Vertices
f (:,3) Faces
p (.) Properties data structure
mass (.)
power (.)
--------------------------------------------------------------------------
AerospaceUtils: CAD/GenericProperties Common: ComponentModels/Frustrum Common: Graphics/DrawVertices Math: Linear/Cross Math: Linear/Unit
Back to the AerospaceUtils Module page