Feature Requests item #2147005, was opened at 2008-10-05 01:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=2147005&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface Improvements
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Angel Herraez (aherraez)
Assigned to: Nobody/Anonymous (nobody)
Summary: draw straight-segment polylines

Initial Comment:
It would be nice to have the ability to draw a polyline with straight segments 
as a single object: something like
   draw myID line {point1} {point2} {point3} {etc.}

similarly to what can be done for smoothed curve polylines:
   draw myID curve {point1} {point2} {point3} {etc.}

Right now, the only way is to create several 2-point lines as separate objects.
   draw myID {point1} {point2}
   draw myID2 {point2} {point3}
   draw myID3 {point3} {point4}

A single object would be managed in one go (e.g. hidden, colored, etc.).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=2147005&group_id=23629

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to