40 lines
No EOL
2.5 KiB
HTML
40 lines
No EOL
2.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PC-StereoTetrahedral</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-StereoTetrahedral</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPC__StereoTetrahedral.html">CPC_StereoTetrahedral</a>
|
|
|
|
|
|
PC-StereoTetrahedral ::= SEQUENCE {
|
|
center INTEGER, -- <a href="Atom.html">Atom</a> Identifier of <a href="Atom.html">Atom</a> Center
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
above INTEGER, -- <a href="Atom.html">Atom</a> Identifier of <a href="Atom.html">Atom</a> Above the Plane
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
top INTEGER, -- <a href="Atom.html">Atom</a> Identifier of <a href="Atom.html">Atom</a> In-Plane and at the Top
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
bottom INTEGER, -- <a href="Atom.html">Atom</a> Identifier of <a href="Atom.html">Atom</a> In-Plane and at the Bottom
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
below INTEGER, -- <a href="Atom.html">Atom</a> Identifier of <a href="Atom.html">Atom</a> Below the Plane
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
parity INTEGER { -- StereoCenter Designation
|
|
clockwise (1),
|
|
counterclockwise (2),
|
|
any (3),
|
|
unknown (255)
|
|
} OPTIONAL,
|
|
type INTEGER { -- Type of StereoCenter, Tetrahedral, if not specified
|
|
tetrahedral (1), -- Tetrahedral StereoCenter
|
|
cumulenic (2), -- Cumulenic StereoCenter
|
|
biaryl (3) -- Biaryl StereoCenter
|
|
} OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |