Changeset 987 for trunk/src/set_object.m
- Timestamp:
- Jan 22, 2017, 11:19:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r977 r987 234 234 %% set the number of lines in the Coord table depending on object type 235 235 switch Type 236 case {'line'}236 case {'line'} 237 237 if size(Coord,1)<2 238 238 if isequal(size(Coord,2),3) … … 244 244 Coord=Coord(1:2,:); 245 245 end 246 case {'rectangle','ellipse','plane','volume'}246 case {'rectangle','ellipse','plane','volume'} 247 247 Coord=Coord(1,:); 248 248 end
Note: See TracChangeset
for help on using the changeset viewer.