VMD-L Mailing List
From: Sourav Ray (souravray90_at_gmail.com)
Date: Wed Nov 04 2015 - 04:33:58 CST
- Next message: sunyeping: "Re: Problems with vmd plugin namdenergy output"
- Previous message: Tristan Croll: "Re: Tracing on color by properties"
- Next in thread: Tristan Croll: "Re: Shifting the Geometric Center of entire set of molecules to origin"
- Reply: Tristan Croll: "Re: Shifting the Geometric Center of entire set of molecules to origin"
- Reply: Joaquim Rui de Castro Rodrigues: "RE: Shifting the Geometric Center of entire set of molecules to origin"
- Reply: Tim Lo: "Re: Shifting the Geometric Center of entire set of molecules to origin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Greetings
I tried using geom_center to do that, but running the tcl or even proc
directly with the selection of atoms (as input) is not working. " invalid
command name 'geom_center'.
Also tried to shift the geometric center using the code below, but move
command is displaying error as "invalid command name <current geometric
center>"
set sel [atomselect top all]
set gec [measure center $sel]
$gec moveto {0 0 0}
$sel moveby [vecscale -1.0 $gec]
$sel moveby $gec
Thanks and regards
Sourav Ray
- Next message: sunyeping: "Re: Problems with vmd plugin namdenergy output"
- Previous message: Tristan Croll: "Re: Tracing on color by properties"
- Next in thread: Tristan Croll: "Re: Shifting the Geometric Center of entire set of molecules to origin"
- Reply: Tristan Croll: "Re: Shifting the Geometric Center of entire set of molecules to origin"
- Reply: Joaquim Rui de Castro Rodrigues: "RE: Shifting the Geometric Center of entire set of molecules to origin"
- Reply: Tim Lo: "Re: Shifting the Geometric Center of entire set of molecules to origin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]