Synopsis
get/set the number of Polyline, Polytri, or Polyhedron (polygon) cells (npolys) within a specified cell set
INTEGER FLDFget_npolys (cell_set, npolys)
INTEGER cell_set(OIDSIZ)
INTEGER npolys
INTEGER FLDFset_npolys (cel_set, npolys)
INTEGER cell_set(OIDSIZ)
INTEGER npolys
Description
These routines get/set the number of Poly cells (npolys) within one element of a specified cell set
Note that calling FLDFget_ncells() on a Poly cell set returns the number of primitive (triangular) cells in the cell set, while FLDFget_npolys() returns the number of lines, triangles, or polygons, respectively.
Parameters
cell_set
The integer id of a cell set, as returned by the FLDFget_cell_set routine.
npolys
In FLDFget_npolys, npolys is the number of cells (npolys) that will be returned.
In FLDFset_ncells, npolys is an integer specifying the number of cells (npolys).