FLDFget_cell_nprops, FLDFset_cell_nprops
Synopsis
get/set the number of user defined properties for a cell set
INTEGER FLDFget_cell_nprops (cell_set, nprops)
INTEGER cell_set(OIDSIZ)
INTEGER nprops
INTEGER FLDFset_cell_nprops (cell_set, nprops)
INTEGER cell_set(OIDSIZ)
INTEGER npropsDescription
These routines get/set the number of user defined properties (nprops) in a cell set. The properties can be cell material id, cell thickness etc.
The integer id of cell set, such as that returned by the FLDFget_cell_set routine.
In FLDFget_cell_nprops, nprops is an integer in which the nprops is returned.
In FLDFset_cell_nprops, nprops is an integer that sets the number of user defined properties to create.
Parameters
In FLDFset_cell_nprops, nprops is an integer that sets the number of user defined properties to create.
Examples
Files
See Also