NAME

cxGeoConesDefine - define a cone set object

C SPECIFICATION

#include <cx/Geometry.h>

cxGeo cxGeoConesDefine( int n, float *point0, float *point1, float *radius)

FORTRAN SPECIFICATION

integer function cxGeoConesDefine(n,point0,point1,radius)
integer n
real point0(3, n)
real point1(3, n)
real radius(n)

PARAMETERS

n
Number of cones.
point0
Array of base locations.
point1
Array of vertex locations.
radius
Array of base radii.

DESCRIPTION

This function creates a set of cones. The axes of the cones are specified in point0 and point1, with point0 being the base end and point1 the vertex end. The radii of the bases are specified by radius.

The return value is a tag for this object that may be used to reference it at a later time with cxGeoFocus(3E).

Valid attributes are colors and transparencies. Attribute distribution may be CX_GEO_PER_OBJECT or CX_GEO_PER_PART.

SEE ALSO

cxGeoFocus(3E)
Last modified: Mon Nov 18 13:48:47 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996