Changeset 1065 for trunk/src/plot_object.m
- Timestamp:
- Jun 10, 2019, 4:44:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_object.m
r1061 r1065 120 120 end 121 121 end 122 if isfield(ObjectData,'RangeInterp')&&~isempty(ObjectData.RangeInterp) 123 YMax=ObjectData.RangeInterp; 124 end 122 125 if isfield(ObjectData,'RangeZ')&&~isempty(ObjectData.RangeZ) 123 126 ZMax=max(ObjectData.RangeZ); … … 144 147 nbpoints=numel(xline); 145 148 switch ObjectData.Type 146 case 'line_x'147 xline=[xline; ObjectData.RangeX(2)];%creating the line148 yline=[yline; ObjectData.RangeY(2)];%creating the line149 149 case 'polygon' 150 150 xline=[xline; ObjectData.Coord(1,1)];%closing the line
Note: See TracChangeset
for help on using the changeset viewer.