Re: [PyMOL] loading two objects in same pymol window

2018-05-27 Thread Jared Sampson
Hi Amir - You can look at the `label` command (https://pymolwiki.org/index.php/Label) as well as related settings listed on that page.  For a label that is not tied to a specific atom or molecule selection (i.e. arbitrary placement), you can use a pseudoatom (https://pymolwiki.org/index.php/Pse

Re: [PyMOL] loading two objects in same pymol window

2018-05-25 Thread Jared Sampson
Hi Amir -  It looks like you're overwriting obj1 with obj2.  Try giving them different names, e.g. "segment1" and "segment2" and you should be able to display both objects. Hope that helps. Cheers, Jared On May 24, 2018 at 5:10:59 PM, Amir Hossein Sharifzadeh (amirsharifza...@gmail.com) wro

[PyMOL] loading two objects in same pymol window

2018-05-24 Thread Amir Hossein Sharifzadeh
Hello, I am not able to load two objects together in pymol. But I can either load obj1 or obj2. Both obj1 and obj2 are 3D geometry shapes, each shape contains several trainguels. cmd.load_cgo(obj1, 'segment', 0) cmd.load_cgo(obj2, 'segment', 0) Any suggestions? Thank you. Amir ---