
Hello, I have been writing a plugin for ChimeraX. One feature it does now is read a PDB file, parse some info, and act on that data internally. I'd like to change it so that it can use information about a loaded PDB in ChimeraX. To this I have a couple questions: 1. Are there some basic docs on how someone could access a protein that is memory resident that was loaded from a PDB (i.e. just what data structures can I access programmatically related to a protein loaded with open(<pdbname>)). 1. How do I find the data structure(s) for the currently viewed or selected or ??? protein? I'd like someone to be viewing a protein and then launch my plugin which will use that protein and its data for the plugin's internal calculations. I'm sorry if this is noise. If there are good developer docs for these topics please feel free to point me in the right direction. Thanks.