GiD_Info Geometry
This command gives the user information about the geometry in the project. For each entity, there are two possibilities:
- [NumPoints] : Returns the total number of points in the model.
- [NumLines] : Returns the total number of lines.
- [NumSurfaces] : Returns the total number of surfaces.
- [NumVolumes] : Returns the total number of volumes.
- [NumDimensions] : Returns the total number of dimensions.
- [MaxNumPoints] : Returns the maximum point number used (can be higher than NumPoints).
- [MaxNumLines] : Returns the maximum line number used.
- [MaxNumSurfaces] : Returns the maximum surface number used.
- [MaxNumVolumes] : Returns the maximum volume number used.
- [MaxNumDimensions] : Returns the maximum dimension number used.