RenameMesh()
Rename a mesh extrusion model entity.
Usage
RenameMex( oldModel, newModel )
Parameters
- oldModel (string)
- The old name of the mesh extrusion model entity.
- newModel (string)
- The new name of the mesh extrusion model entity.
Return Value
None
Error
The oldModel and newModel must not be None.
Description
This routine renames a mesh extrusion model entity. The oldModel will be replaced by newModel. For example,
RenameMex( oldName, newName )
In this example RenameMex was called in the definition of a function and oldName and newName are the function's arguments.