nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/PC-StereoPlanar.html

41 lines
No EOL
2.8 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PC-StereoPlanar</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>PC-StereoPlanar</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
C++ class: <a href="../doxyhtml/classCPC__StereoPlanar.html">CPC_StereoPlanar</a>
PC-StereoPlanar ::= SEQUENCE {
left INTEGER, -- <a href="Atom.html">Atom</a> ID of Left Double Bond <a href="Atom.html">Atom</a>
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
ltop INTEGER, -- <a href="Atom.html">Atom</a> ID of Top <a href="Atom.html">Atom</a> attached to the Left Double Bond <a href="Atom.html">Atom</a>
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
lbottom INTEGER, -- <a href="Atom.html">Atom</a> ID of Bottom <a href="Atom.html">Atom</a> attached to the Left Double Bond <a href="Atom.html">Atom</a>
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
right INTEGER, -- <a href="Atom.html">Atom</a> ID of Right Double Bond <a href="Atom.html">Atom</a>
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
rtop INTEGER, -- <a href="Atom.html">Atom</a> ID of Top <a href="Atom.html">Atom</a> attached to the Right Double Bond <a href="Atom.html">Atom</a>
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
rbottom INTEGER, -- <a href="Atom.html">Atom</a> ID of Bottom <a href="Atom.html">Atom</a> attached to the Right Double Bond <a href="Atom.html">Atom</a>
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
parity INTEGER { -- StereoCenter Designation
same (1),
opposite (2),
any (3),
unknown (255)
} OPTIONAL,
type INTEGER { -- Type of StereoCenter, SP2 Planar, if not specified
planar (1), -- SP2 Planar StereoCenter
cumulenic (2) -- Cumulenic StereoCenter
} OPTIONAL
}</pre>
</body>
</html>