Path: AerospaceUtils/ComponentModels
% Generate CAD vertices for a Xenon Tank support based on the ETS VIII Tank.
Type XenonTankSupport for a demo.
--------------------------------------------------------------------------
Form:
[v, f, vol] = XenonTankSupport( l )
--------------------------------------------------------------------------
------
Inputs
------
l (1,:) Length of Strut
-------
Outputs
-------
v (:,3) Vertices
f (:,3) Faces
vol (1,1) Volume of material
--------------------------------------------------------------------------
Common: ComponentModels/Frustrum Common: ComponentModels/Strut Common: Graphics/DrawVertices
Back to the AerospaceUtils Module page