Daylight v4.9 Release Date: 1 February 2008 Namedt_zerocoord - zero the coordinates of an objectGeneric Prototypedt_zerocoord(dt_Handle) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_zerocoord(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_zerocoord(object) integer*4 object DescriptionZeros all of the (x,y) or (x,y,z) coordinates of the depiction or conformation object, respectively.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_calcxy(3) dt_depict(3) dt_getcoord(3) dt_project(3) dt_rotate(3) dt_scale(3) dt_setcoord(3) dt_translate(3) |