www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgmodelnode/hide.m

    function [View,OK] = hide(node,cgh,View)
%HIDE

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


cgsurfaceviewer('hide');
OK = 1;
return