/ . / _chimera / PseudoBond
Not instantiable from Python
constants:
attributes:
- atoms: tuple of Atom
- category: str
- color: Color
- display: int
- drawMode: int
- halfbond: bool
- hide: bool
- label: str
- labelColor: Color
- labelOffset: Vector
- pseudoBondGroup: PseudoBondGroup
- radius: float
Methods
|
|
|
count
|
count ( self )
count() -> int
|
|
oslTestAbbr
|
oslTestAbbr ( self, a )
oslTestAbbr(a: OSLAbbreviation) -> bool
|
|
shown
|
shown ( self )
shown() -> bool
|
|
oslParents
|
oslParents ( self )
oslParents() -> list of Selectable
|
|
oslChildren
|
oslChildren ( self )
oslChildren() -> list of Selectable
|
|
reuse
|
reuse (
self,
a0,
A1,
)
reuse(a0: Atom, A1: Atom)
|
|
otherAtom
|
otherAtom ( self, a )
otherAtom(a: Atom) -> Atom
|
|
contains
|
contains ( self, a )
contains(a: Atom) -> bool
|
|
oslIdent
|
oslIdent (
self,
start,
end,
)
oslIdent(start: int = SelDefault, end: int = SelDefault) -> str
|
|
length
|
length ( self )
length() -> float
|
|
findAtom
|
findAtom ( self, i )
findAtom(i: int) -> Atom
|
|
oslLevel
|
oslLevel ( self )
oslLevel() -> int
|
|
sqlength
|
sqlength ( self )
sqlength() -> float
|
|
|