www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@constar/getBoundaryPointOptions.m

    function [om, ok] = getBoundaryPointOptions(con)
%GETBOUNDARYPOINTOPTIONS Get the options for finding boundary points
%
%  [OM, OK] = GETBOUNDARYPOINTOPTIONS(CON)
%
%  See also CONSTAR, CONBASE/GETBOUNDARYPOINTOPTIONS.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.

ok = true;
om = optmgr_interior( con );

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|