Daylight v4.9
Release Date: 1 February 2008

Name

dt_depict - draw a two-dimensional rendition of a molecule or reaction

Generic Prototype

dt_depict(dt_Handle) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_depict(dt_Handle depiction)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_depict(depiction)

integer*4 depiction

Description

Draws a two-dimensional rendition of the underlying molecule or reaction using calls to the Drawing Library. The drawing uses the current coordinates and attributes of the given depiction and its base molecule or reaction.

Return Value

Returns TRUE if no errors are detected.

Related Topics

dt_alloc_conformation(3) dt_alloc_depiction(3) dt_bondstyle(3) dt_calcxy(3) dt_compressed(3) dt_frame(3) dt_framega(3) dt_ga(3) dt_getcoord(3) dt_isomeric(3) dt_label1(3) dt_label2(3) dt_label1ga(3) dt_label2ga(3) dt_orient(3) dt_project(3) dt_rotate(3) dt_scale(3) dt_schematic(3) dt_setbondstyles(3) dt_setcompressed(3) dt_setcoord(3) dt_setframe(3) dt_setframega(3) dt_setga(3) dt_setisomeric(3) dt_setlabel1(3) dt_setlabel2(3) dt_setlabel1ga(3) dt_setlabel2ga(3) dt_setorient(3) dt_setschematic(3) dt_translate(3) dt_zerocoord(3)