usage | description
|
---|
ann insBmText <x y z> <r g b> <text> | inserts <text> at location <x y z> with color <r g b>
|
ann insLine <AnnName> <xb yb zb> <xe ye ze> <r g b> | inserts annotation line with name <AnnName> with endpoints <xb yb zb> <xe ye ze> and color <r g b>
|
ann insRuler <rulerName> <x1 y1 z1> <x2 y2 z2> | inserts a ruler with endpoints (x1,y1,z1) and (x2,y2,z2)
|
ann insRmsCalc <sScriptObjName> <sPdbChainI> <sPdbChainJ> | creates an annotation with name <scriptObject> which is RMS calculator for chains 'pdbI.chainId' and 'pdbJ.chainId'
|
ann insSphere <annName> <fRadius> <x y z> <r g b> | inserts a sphere with name, radius, position and color
|
ann trans <annName> <x y z> | translates named annotation by vector <x y z>
|
ann list | Lists names of all annotations in current document
|
ann show <name> [on|off|tog] | shows/hides/toggles annotation with name <name>
|
ann del <name> | delete annotation with name <name>
|