wrap_id#
- objs.wrap_id(id: int) ENSOBJ #
Return the Python proxy object for a specific EnSight object id
The EnSight Python object interface uses proxy objects. This method creates a proxy object associated with a given object id. If the specified id does not exist, a RuntimeError exception is raised.
- Args:
- id:
An object id number.
- Returns:
The ENSOBJ proxy object associated with the specified id.