Synopsis
get the node_uvw array in one cell_set within a Cells Grid
int FLDget_cell_node_uvw (
OMobj_id cell_set,
float **uvw);
Description
FLDget_cell_node_uvw returns a pointer to the node_uvw array in one cell_set array element within a Cells Grid.
Note: The uvw array is set automatically when the cell_set is created with FLDadd_cell_set or FLDset_cell_set.
Parameters
OMobj_id cell_set
The OMobj_id of one cell_set array element in a Cells Grid, as returned by the FLDget_cell_set routine.
float **uvw
The address of a pointer to floats. A pointer to the uvw array is returned into *uvw. See the individual Cell_Set reference pages for the uvw arrays defined for each cell type. Call ARRfree() on this pointer when you are done using it.
Example
None available.
Related routines