Path: Common/Graphics
% Draw a CAD model stored in the toolbox CAD format. Can be loaded from LoadCAD or made from BuildCADModel. This function draws the components only without applying any body rotations. Phong lighting is used. Black is used for all edges. Type DrawCAD for a demo loading a dxf file. -------------------------------------------------------------------------- Form: h = DrawCAD( g ) -------------------------------------------------------------------------- ------ Inputs ------ g (.) CAD model data structure ------- Outputs ------- h (1,:) Handles to patch objects -------------------------------------------------------------------------- See also LoadCAD, patch --------------------------------------------------------------------------
AerospaceUtils: CAD/LoadCAD Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS
Back to the Common Module page