FLDFget_npolys, FLDFset_npolys
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 npolysDescription
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
Examples
Files
See Also