|
interface_surfnet
|
interface_surfnet (
aList1,
aList2,
xformed,
threshold,
cutoff,
)
interface_surfnet(aList1: list of chimera.Atom, aList2: list of chimera.Atom, xformed: bool, threshold: float = 1.0, cutoff: float = 10) -> chimera.Molecule
|
|
compute_surface
|
compute_surface (
mol,
interval,
xformed,
quadratic,
compact,
color,
)
compute_surface(mol: chimera.Molecule, interval: float, xformed: bool, quadratic: bool, compact: bool, color: (chimera.MaterialColor|None) = None) -> str
|
|
compute_mesh
|
compute_mesh (
mol,
interval,
xformed,
quadratic,
compact,
color,
)
compute_mesh(mol: chimera.Molecule, interval: float, xformed: bool, quadratic: bool, compact: bool, color: (chimera.MaterialColor|None) = None) -> str
|
|
model_surfnet
|
model_surfnet (
mol,
threshold,
cutoff,
)
model_surfnet(mol: chimera.Molecule, threshold: float = 1.0, cutoff: float = 10) -> chimera.Molecule
|
|
atoms_surfnet
|
atoms_surfnet (
atomList,
xformed,
threshold,
cutoff,
)
atoms_surfnet(atomList: list of chimera.Atom, xformed: bool, threshold: float = 1.0, cutoff: float = 10) -> chimera.Molecule
|
|