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

    function [con, src] = getAllBoundaries(bdev)
%GETALLBOUNDARIES Get all boundary consrtaints from a boundary node
%
%   [CON, SRC] = GETALLBOUNDARIES(TP)
%
%   CON will be a cell array of constraint objects
%   SRC will a cell-string of names of the locations in the tree of the
%   boundary constraints.
%
%   See also: MDEVTESTPLAN/GETALLBOUNDARIES,
%             MDEVPROJECT/GETALLBOUNDARIES.
%             XREGBDRYROOT/GETALLBOUNDARIES.
%             XREGBDRYDEV/GETALLBOUNDARIES.

%   Copyright 2005 The MathWorks, Inc.

con = {};
src = {};