Daylight v4.9 Release Date: 1 February 2008 Namedt_bondstyle - retrieve the style of a bond in a depictionGeneric Prototypedt_bondstyle(dt_Handle, dt_Handle, dt_Handle) => dt_IntegerC Prototype#include "dt_depict.h"dt_Integer dt_bondstyle(dt_Handle depiction, dt_Handle atom, dt_Handle bond) FORTRAN Prototypeinclude 'dt_f_depict.inc'integer*4 dt_f_bondstyle(depiction, atom, bond)
integer*4 depiction
DescriptionGets the style of the bond in the depiction, relative to the atom.Return ValueReturns a symbolic constant from the "bond-rendition attributes" defined in the dt_depict.h header file, such as a wedge (DX_EDGE_IS_TRI_OUT) or a hash (DX_EDGE_IS_HASH_OUT). In the case of a bond between a chiral center and an atom in a double bond, the value may be a bitwise OR that includes cis or trans information (e.g., DX_EDGE_IS_TRI_OUT | DX_EDGE_IS_TEE_IN).Related Topicsdt_setbondstyle(3) dt_setbondstyles(3)
|