Space Filling
class SpaceFilling(mol: Molecule, selector: MoleculeSelector) : MoleculeRenderView
Content copied to clipboard
views a molecule using the space-filling sphere convention
Constructors
Link copied to clipboard
fun SpaceFilling(mol: Molecule, selector: MoleculeSelector = MoleculeSelectors.all)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Call to update the render view after making changes to the molecule. If the original molecule was updated, but the molecule stack has overrides, then the changes will not be visible. If the top molecule on the stack was updated, then the changes will be visible.