Daylight v4.9
Release Date: 1 February 2008

Name

dt_project - project the coordinates of an object into a depiction plane

Generic Prototype

dt_project(dt_Handle, dt_Handle) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_project(dt_Handle depiction, dt_Handle conformation)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_project(depiction, conformation)

integer*4 depiction
integer*4 conformation

Description

Modifies the (x,y) coordinates of the depiction by projecting the atom coordinates of the conformation to the x/y plane.

Return Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_alloc_depiction(3) dt_calcxy(3) dt_depict(3) dt_rotate(3) dt_scale(3) dt_setcoord(3) dt_translate(3) dt_zerocoord(3)