Path: AerospaceUtils/CAD
% Return a single set of vertices "v" and faces "f" for the CAD model. Type GetCADVF for a demo. Since version 11. -------------------------------------------------------------------------- Form: [v,f] = GetCADVF( g ); -------------------------------------------------------------------------- ------ Inputs ------ g (.) CAD model data structure with "component" field ------- Outputs ------- v (:,3) Vertices for all components f (:,3) Faces for all components --------------------------------------------------------------------------
SC: SCModels/ShuttleModel Common: General/DeBlankLT Common: Graphics/Axis3D Common: Graphics/Ellipsd Common: Graphics/Map Common: Graphics/NewFig Common: Graphics/PltStyle Common: Graphics/SliderBar Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/DupVect
Back to the AerospaceUtils Module page