ENS_MAT#

class ansys.api.pyensight.ens_mat.ENS_MAT(*args, **kwargs)#

This class acts as a proxy for the EnSight Python class ensight.objs.ENS_MAT

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_MAT.attrinfo([attrid])

For a given attribute id, return type information

ENS_MAT.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

ENS_MAT.attrtree([all, filter, exclude, ...])

Get detailed GUI information for attributes of this object.

ENS_MAT.destroy()

Destroy the EnSight object associated with this proxy object

ENS_MAT.getattr(attrid)

Query the value of the specified attribute

ENS_MAT.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_MAT.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_MAT.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_MAT.setattr(attrid, value)

Set the value of the specified attribute

ENS_MAT.setattr_begin()

Signal bulk attribute update begin

ENS_MAT.setattr_end()

Signal bulk attribute update end

ENS_MAT.setattr_status()

ENS_MAT.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_MAT.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_MAT.__OBJID__

ENS_MAT.objid

Return the EnSight object proxy ID (__OBJID__).