Ignore:
Timestamp:
Jun 10, 2019, 4:44:18 PM (5 years ago)
Author:
sommeria
Message:

extract rdvision made parallel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r1061 r1065  
    120120        end
    121121end
     122if isfield(ObjectData,'RangeInterp')&&~isempty(ObjectData.RangeInterp)
     123    YMax=ObjectData.RangeInterp;
     124end
    122125if isfield(ObjectData,'RangeZ')&&~isempty(ObjectData.RangeZ)
    123126    ZMax=max(ObjectData.RangeZ);
     
    144147    nbpoints=numel(xline);
    145148    switch ObjectData.Type
    146         case 'line_x'
    147             xline=[xline; ObjectData.RangeX(2)];%creating the line
    148             yline=[yline; ObjectData.RangeY(2)];%creating the line
    149149        case 'polygon'
    150150            xline=[xline; ObjectData.Coord(1,1)];%closing the line
Note: See TracChangeset for help on using the changeset viewer.