Path: AerospaceUtils/CAD
% Create a Spacecraft GUI plug in. This is a tab of the BuildCADModel GUI. -------------------------------------------------------------------------- Form: x = SpacecraftPlugIn( action, modifier, hFig, position, callback ) -------------------------------------------------------------------------- ------ Inputs ------ action (1,:) Action 'initialize', 'update' modifier (1,:) Modifier to the action or data structure if intialization hFig (1,1) Handle to the figure or if 'update' radio button handles position (1,4) [left bottom width height] callback (1,:) Callback string when something has changed in this gui ------- Outputs ------- x (1,1) The tag if action is 'initialize' -------------------------------------------------------------------------- See also Draw2DViewPlugIn, DrawSCPlanPlugIn, DrawSCPlugIn --------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: CAD/BHinge AerospaceUtils: CAD/BodyPlugIn AerospaceUtils: CAD/BuildCADModel AerospaceUtils: CAD/ComponentPlugIn AerospaceUtils: CAD/ComponentPopup AerospaceUtils: CAD/CreateBody AerospaceUtils: CAD/CreateCADTable AerospaceUtils: CAD/Dim AerospaceUtils: CAD/Draw2DViewPlugIn AerospaceUtils: CAD/DrawSCPlanPlugIn AerospaceUtils: CAD/DrawSpacecraftPatches AerospaceUtils: CAD/ExportCAD AerospaceUtils: CAD/GenericProperties AerospaceUtils: Coord/QLVLH FormationFlying: Help/HelpSystem SC: BasicOrbit/CP2I SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: Ephem/ECIToPlanet SC: Ephem/EOfE SC: Ephem/EarthNut SC: Ephem/EarthPre SC: Ephem/EarthRot SC: Ephem/Eclipse SC: Ephem/GMSTime SC: Ephem/MSidDay SC: Ephem/MoonRot SC: Ephem/Moons SC: Ephem/NutDelta SC: Ephem/ObOfE SC: Ephem/SunV1 SC: Ephem/TruEarth SC: GUIPlugIn/DrawSCPlugIn SC: SCData/sCTConstants SC: SCMat/EarthMR SC: SCModels/SCForImaging SC: SCModels/SimpleSat SC: SCModels/TwoArraySC SC: Visualization/PlotPlanet Common: CommonData/Constants Common: CommonData/Sosumi Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: GUIs/MessageQueue Common: GUIs/TabBox Common: General/CellToMat Common: General/CloseFigure Common: General/CloseIfHandle Common: General/CloseUIElement Common: General/DeBlankLT Common: General/DeleteCell Common: General/DispWithTitle Common: General/FSWClock Common: General/GetListString Common: General/IsValidField Common: General/IsVersionAfter Common: General/MatToCell Common: General/RadioButtons Common: General/SaveStructure Common: General/SetUIElement Common: General/StringMatch Common: General/StringToTokens Common: General/StructToCell2D Common: General/UIElement Common: General/Watermark Common: Graphics/DrawImage Common: Graphics/NPlot Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/Polygon Common: Graphics/PolygonProps Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Plugins/HierarchicalListPlugIn Common: Quaternion/AU2Q Common: Quaternion/Mat2Q Common: Quaternion/Q2Mat Common: Quaternion/QPose Common: Quaternion/QTForm Common: Quaternion/QZero Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Common: Time/JD2T Common: Time/JDToMidnight Common: Time/T2JD Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag Math: Linear/SkewSq Math: Linear/Unit Math: MathUtils/R2P5 Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the AerospaceUtils Module page