Add surface representation to atoms
m_add_surface(
id,
type,
style = m_style_surface(),
atomsel = m_sel(),
allsel,
focus,
surfacecallback
)
R3dmol id
or a r3dmol
object (the output from
r3dmol()
)
Surface type ('VDW', 'MS', 'SAS', or 'SES')
Optional style specification for surface material (e.g. for different coloring scheme, etc).
Show surface for atoms in this selection.
Use atoms in this selection to calculate surface; may be larger
group than atomsel
.
Optionally begin rendering surface specified atoms.
function to be called after setting the surface.
R3dmol id
or a r3dmol
object (the output from
r3dmol()
)