where entDim is the dimension of the entities, <objname> is the object name, and entities is an integer array containing the entity numbers.double vol = model.geom(<tag>).measure().getVolume();double bndVol = model.geom(<tag>).measure().getBoundaryVolume();double[] d = model.geom(<tag>).measure().getVtxDistance();double[] coord = model.geom(<tag>).measure().getVtxCoord();