OEGetFPBondType
OEGetFPBondType(value: int) -> str
Returns the string representation of a value that is from the
OEFPBondType namespace.
For example, the string representation of
OEFPBondType_BondOrder |
OEFPBondType_Chiral value is the:
"Order|Chiral" string.
Bond type |
String representation |
|---|---|
“Order” |
|
“Chiral” |
|
“InRing” |
OEGetFPBondType(expression: str) -> int
This function is the inverse of the previous
OEGetFPBondType function i.e. it converts
the string representation into a value from the
OEFPBondType namespace.