ShowCAD:

Path: AerospaceUtils/CAD

% Display a stored CAD model in a plain 3D box using DrawSCPlanPlugIn.
 This will apply gouraud lighting for a more realistic image. Any
 rotations in the body hinges are accounted for. Components will be
 grouped by subsystem. This window will NOT be able to interact with
 BuildCADModel; for the interactive GUI, use the button on the Vehicle tab.

 Type ShowCAD for a demo.
--------------------------------------------------------------------------
   Form:
   tag = ShowCAD( g )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g      (.)   CAD model structure

   -------
   Outputs
   -------
   tag   (1,:)  The tag that identifies the display

--------------------------------------------------------------------------
   See also: DrawSCPlanPlugIn, DrawCAD
--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/DrawSCPlanPlugIn
SC: SCModels/SimpleSat

Back to the AerospaceUtils Module page