ENS_TEXTURE#

class ansys.api.pyensight.ens_texture.ENS_TEXTURE(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_TEXTURE.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_TEXTURE.attrinfo([attrid])

For a given attribute id, return type information

ENS_TEXTURE.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_TEXTURE.destroy()

Destroy the EnSight object associated with this proxy object

ENS_TEXTURE.getattr(attrid)

Query the value of the specified attribute

ENS_TEXTURE.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_TEXTURE.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_TEXTURE.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_TEXTURE.setattr(attrid, value)

Set the value of the specified attribute

ENS_TEXTURE.setattr_begin()

Signal bulk attribute update begin

ENS_TEXTURE.setattr_end()

Signal bulk attribute update end

ENS_TEXTURE.setattr_status()

ENS_TEXTURE.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_TEXTURE.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_TEXTURE.AUTOSCALE

AUTOSCALE property

ENS_TEXTURE.BORDERCOLOR

BORDERCOLOR property

ENS_TEXTURE.COMPRESSION

COMPRESSION property

ENS_TEXTURE.CURRENTFRAME

CURRENTFRAME property

ENS_TEXTURE.EDIT_TARGET

EDIT_TARGET property

ENS_TEXTURE.FILENAME

FILENAME property

ENS_TEXTURE.FRAMES

FRAMES property

ENS_TEXTURE.HANDLES_ENABLED

Control the display and use of EnSight click and go handles for an object

ENS_TEXTURE.HASTRANSPARENT

HASTRANSPARENT property

ENS_TEXTURE.ID

ID property

ENS_TEXTURE.IMAGE

IMAGE property

ENS_TEXTURE.METADATA

METADATA property

ENS_TEXTURE.NUMFRAMES

NUMFRAMES property

ENS_TEXTURE.PROJECT_MASK

PROJECT_MASK property

ENS_TEXTURE.TIMES

TIMES property

ENS_TEXTURE.UUID

UUID property

ENS_TEXTURE.__OBJID__

ENS_TEXTURE.objid

Return the EnSight object proxy ID (__OBJID__).