Changeset 534 for trunk/src/plot_object.m
- Timestamp:
- Aug 31, 2012, 4:20:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_object.m
r432 r534 41 41 hh=[];%default output 42 42 % object representation is canceled if the field is not projected on a plane or is the same as the represented object 43 if ~isfield(ObjectData,'Type')|| isequal(ProjObject,ObjectData)|| ~strcmp(ProjObject.Type,'plane')43 if ~isfield(ObjectData,'Type')|| isequal(ProjObject,ObjectData)||~isfield(ProjObject,'Type')|| ~strcmp(ProjObject.Type,'plane') 44 44 if ~isempty(hplot) && ishandle(hplot) && ~strcmp(get(hplot,'Type'),'axes') 45 45 ObjectPlotData=get(hplot,'UserData');
Note: See TracChangeset
for help on using the changeset viewer.