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

    function int= interiorPoints(c,NewPts);
%INTERIORPOINTS

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



if nargin>1
   c.InteriorPoints= NewPts;
   int =c;
else
   int= c.InteriorPoints;
end