Daylight v4.9 Release Date: 1 February 2008 Namedt_project - project the coordinates of an object into a depiction planeGeneric Prototypedt_project(dt_Handle, dt_Handle) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_project(dt_Handle depiction, dt_Handle conformation) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_project(depiction, conformation)
integer*4 depiction
DescriptionModifies the (x,y) coordinates of the depiction by projecting the atom coordinates of the conformation to the x/y plane.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_alloc_depiction(3) dt_calcxy(3) dt_depict(3) dt_rotate(3) dt_scale(3) dt_setcoord(3) dt_translate(3) dt_zerocoord(3) |