ENS_SOURCE#

class ansys.api.pyensight.ens_source.ENS_SOURCE(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_SOURCE.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_SOURCE.attrinfo([attrid])

For a given attribute id, return type information

ENS_SOURCE.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_SOURCE.destroy()

Destroy the EnSight object associated with this proxy object

ENS_SOURCE.getattr(attrid)

Query the value of the specified attribute

ENS_SOURCE.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_SOURCE.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_SOURCE.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_SOURCE.setattr(attrid, value)

Set the value of the specified attribute

ENS_SOURCE.setattr_begin()

Signal bulk attribute update begin

ENS_SOURCE.setattr_end()

Signal bulk attribute update end

ENS_SOURCE.setattr_status()

ENS_SOURCE.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_SOURCE.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_SOURCE.ACTIVE

ACTIVE property

ENS_SOURCE.CMDLANG_REFERENCE

CMDLANG_REFERENCE property

ENS_SOURCE.DESCRIPTION

DESCRIPTION property

ENS_SOURCE.EDIT_TARGET

EDIT_TARGET property

ENS_SOURCE.GENERATION_PENDING

GENERATION_PENDING property

ENS_SOURCE.HANDLES_ENABLED

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

ENS_SOURCE.METADATA

METADATA property

ENS_SOURCE.PARENT

PARENT property

ENS_SOURCE.PROJECT_MASK

PROJECT_MASK property

ENS_SOURCE.SOURCE

SOURCE property

ENS_SOURCE.TAGS

TAGS property

ENS_SOURCE.UUID

UUID property

ENS_SOURCE.__OBJID__

ENS_SOURCE.objid

Return the EnSight object proxy ID (__OBJID__).