Calculates the volume, area or the quotient volume/area for a given 3D dataset.
Parameters
DatasetName is the dataset name.
Format is a format string to format the output, e.g. %.1lf. See printf.
Type is the string area or v/a.
Example
Eingabe:
@f{xyzvolume(Data1, Volume=%g)}
@f{xyzvolume(Data1, Area=%.1lf, area)}
@f{xyzvolume(Data1, v/a=%.1lf, v/a)}
id-756759