FLDFget_ncells, FLDFset_ncells
Synopsis
get/set the number of cells (ncells) within a cel set
INTEGER FLDFget_ncells (cell_set, ncells)
INTEGER cell_set(OIDSIZ)
INTEGER ncells
INTEGER FLDFset_ncells (
INTEGER cell_set(OIDSIZ)
INTEGER ncellsDescription
These routines get/set the number of cells (ncells) within a cell set
Note that calling FLDFget_ncells() on a Poly cell set (Polyline, Polytri, or Polyhedron (for polygons)) 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