www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregbdrydev/getdata.m

    function data = getdata( bdev, varargin )
%GETDATA Get the modeling data from boundary constraint model node.
%
%  DATA = GETDATA(BDEV) is the data that is valid for the boundary modeling
%  at the given model node.
%  

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

p = Parent(bdev);
data = getdata(p.info, varargin{:});