ENS_GROUP#

class ansys.api.pyensight.ens_group.ENS_GROUP(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_GROUP.addchild(*args, **kwargs)

Add a child to an object

ENS_GROUP.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_GROUP.attrinfo([attrid])

For a given attribute id, return type information

ENS_GROUP.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_GROUP.creategroup(*args, **kwargs)

Create a group (ENS_GROUP) child

ENS_GROUP.destroy()

Destroy the EnSight object associated with this proxy object

ENS_GROUP.getattr(attrid)

Query the value of the specified attribute

ENS_GROUP.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_GROUP.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_GROUP.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_GROUP.refreshgui(*args, **kwargs)

Refresh the selection GUI

ENS_GROUP.removechild(*args, **kwargs)

Remove child from this group

ENS_GROUP.setattr(attrid, value)

Set the value of the specified attribute

ENS_GROUP.setattr_begin()

Signal bulk attribute update begin

ENS_GROUP.setattr_end()

Signal bulk attribute update end

ENS_GROUP.setattr_status()

ENS_GROUP.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_GROUP.setchildattr(*args, **kwargs)

Set attribute on object children

ENS_GROUP.setchildattrs(*args, **kwargs)

Set attributes on object children

ENS_GROUP.setmetatag(tag, value)

Change a value in the METADATA attribute

ENS_GROUP.transform(*args, **kwargs)

Apply an incremental transform

Attributes

ENS_GROUP.CHILDREN

CHILDREN property

ENS_GROUP.DESCRIPTION

DESCRIPTION property

ENS_GROUP.EDIT_TARGET

EDIT_TARGET property

ENS_GROUP.HANDLES_ENABLED

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

ENS_GROUP.METADATA

METADATA property

ENS_GROUP.OFFSET

OFFSET property

ENS_GROUP.PARENT

PARENT property

ENS_GROUP.PATHNAME

PATHNAME property

ENS_GROUP.POLYGON_OFFSET

POLYGON_OFFSET property

ENS_GROUP.PROJECT_MASK

PROJECT_MASK property

ENS_GROUP.ROTATION

ROTATION property

ENS_GROUP.SCALE

SCALE property

ENS_GROUP.SELECTIONS

SELECTIONS property

ENS_GROUP.TRANSLATION

TRANSLATION property

ENS_GROUP.UNIQUENAME

UNIQUENAME property

ENS_GROUP.UUID

UUID property

ENS_GROUP.__OBJID__

ENS_GROUP.objid

Return the EnSight object proxy ID (__OBJID__).