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 --------------------------------------------------------------------------
AerospaceUtils: CAD/BuildCADModel AerospaceUtils: CAD/Draw2DViewPlugIn AerospaceUtils: CAD/DrawSCPlanPlugIn Common: General/CloseUIElement Common: General/RadioButtons Common: General/SetUIElement Common: General/UIElement Common: Plugins/HierarchicalListPlugIn Common: Quaternion/Q2Mat Common: Quaternion/QPose Common: Time/JD2000 SC: GUIPlugIn/DrawSCPlugIn
Back to the AerospaceUtils Module page