Changeset 3505 in Sophya for trunk/SophyaPI/PIext/pintup3d.cc


Ignore:
Timestamp:
Aug 7, 2008, 7:17:36 PM (17 years ago)
Author:
cmv
Message:

add option \"cpts\" for \"connectpoints\" rz+cmv 07/08/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pintup3d.cc

    r2615 r3505  
    305305    string opts = opt[k];
    306306    if (opts == "connectpoints") ConnectPoints(true);
     307    else if (opts == "cpts") ConnectPoints(true);
    307308    else if (opts == "noconnectpoints") ConnectPoints(false);
    308309    else if (opts == "colorscale") UseColorScale(true);
Note: See TracChangeset for help on using the changeset viewer.