Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Update Tcl/Tk to 8.6.13 versionTcl HomeImage Removed

Image Added

  • New Tcl command GiD_Project detach_mesh_from_geometry ?is_attached?
  • New Tcl GiD_Geometry list -mesh_data sub-commands:
    • GiD_Geometry list -mesh_data element_type <element_type> line|surface|volume
    • GiD_Geometry list -mesh_data structured full|semi|center line|surface|volume
    • GiD_Geometry list -mesh_data meshing duplicate line|surface
    • GiD_Geometry list -mesh_data meshing tobemeshed_yes|tobemeshed_no point|line|surface|volume
    • GiD_Geometry list -mesh_data size point|line|surface|volume
    • GiD_Geometry list -mesh_data skip point|line
    • GiD_Geometry list -mesh_data boundary_layer line|surface
    • GiD_Geometry list -mesh_data mesher <mesher_id> surface|volume
    • GiD_Geometry list -mesh_data point_forced_to surface|volume point
  • New Tcl GiD_Raster subsample <raster> <increment_row> ?<increment_col>?
  • New Tcl GiD_Raster fillnodatavalue (to complete a raster with some nodata values, interpolating them from the existing values)
  • New Tcl GiD_Geometry -v2 create surface <num>|append nurbssurface <layer> -interpolate {line1...linen}
  • GiD_Geometry, GiD_Mesh and GiD_Dimension list allow -count flag to return the amount instead the ids
  • GiD_Geometry -v2 delete -also_lower_entities flag to delete also dependent geometrical entities, and in -v2 the syntax changes (the selected ids is a single item)
  • GiD_Geometry exists point|line|surface|volume <id>
  • GiD_Geometry get point <point_id> forced surface|volume
  • GiD_Mesh delete -also_lower_entities element flag to delete also dependent nodes
  • GiD_Mesh ?-pre|-post? exists node|element <id>
  • Fixed a bug in the order that are raised the dependencies (classic problemtype)
  • objarray Tcl package, new commands: swap,permute,new_structured_connectivities,new_structured_coordinates,new_n_from_increment,resize,remove,set  multiple,reverse with <blocksize>,search with -start <index>
  • customLib tree now allow assign a condition multiple times on the same group
  • proc GIS::CreateSurfaceParallelLines { raster {layer ""} }
  • Performance enhanced in several plugins that import mesh, using GiD_MeshPre and new objarray features

...