Patches item #1830352, was opened at 2007-11-12 05:08
Message generated for change (Comment added) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379135&aid=1830352&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: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Won Kyu Park (wkpark)
Assigned to: Nobody/Anonymous (nobody)
Summary: molecular editting

Initial Comment:
I made some very basic functionality to edit a molecular.
(idea from the nonocad)

With this patch you can change position of atoms
with a ALT_LEFT + left mouse press/drag action.

and I add a getXYZfile() method to Viewer.java, maybe some similar feature 
already implemented in the Jmol :>



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

>Comment By: Bob Hanson (hansonr)
Date: 2008-08-14 13:43

Message:
Logged In: YES 
user_id=1082841
Originator: NO

not going there yet....

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

Comment By: Won Kyu Park (wkpark)
Date: 2007-11-12 17:51

Message:
Logged In: YES 
user_id=76597
Originator: YES

Please change the last patch like as following:
---------
-       scrn.x = x;
-       scrn.y = y;
+       scrn.x += deltaX;
+       scrn.y += deltaY;
---------


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

Comment By: Won Kyu Park (wkpark)
Date: 2007-11-12 16:46

Message:
Logged In: YES 
user_id=76597
Originator: YES

oops!

I found the Viewer.untransformPoint() and I made a new patch.

for more smooth editing "selectedAtomIndex" variabled needed instead of
call findNearestAtomIndex() dynamically.


File Added: jmol-edit3.patch

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379135&aid=1830352&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