36 lines
No EOL
2.3 KiB
HTML
36 lines
No EOL
2.3 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PC-StereoSquarePlanar</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-StereoSquarePlanar</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPC__StereoSquarePlanar.html">CPC_StereoSquarePlanar</a>
|
|
|
|
|
|
PC-StereoSquarePlanar ::= SEQUENCE {
|
|
center INTEGER, -- <a href="Atom.html">Atom</a> ID of <a href="Atom.html">Atom</a> Center
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
lbelow INTEGER, -- <a href="Atom.html">Atom</a> ID of Left Below Plane <a href="Atom.html">Atom</a>
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
rbelow INTEGER, -- <a href="Atom.html">Atom</a> ID of Right Below Plane <a href="Atom.html">Atom</a>
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
labove INTEGER, -- <a href="Atom.html">Atom</a> ID of Left Above Plane <a href="Atom.html">Atom</a>
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
rabove INTEGER, -- <a href="Atom.html">Atom</a> ID of Right Above Plane <a href="Atom.html">Atom</a>
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
parity INTEGER { -- StereoCenter Type
|
|
u-shape (1), -- U shaped isomer (labove-lbelow-rbelow-rabove)
|
|
z-shape (2), -- Z shaped isomer (labove-rabove-lbelow-rbelow)
|
|
x-shape (3), -- X shaped isomer (labove-rbelow-rabove-lbelow)
|
|
any (4), -- Nonspecific mixture of isomers
|
|
unknown (255)
|
|
} OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |