GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.
  • No labels