ENS_SCENE#

class ansys.api.pyensight.ens_scene.ENS_SCENE(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_SCENE.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_SCENE.attrinfo([attrid])

For a given attribute id, return type information

ENS_SCENE.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_SCENE.destroy()

Destroy the EnSight object associated with this proxy object

ENS_SCENE.getattr(attrid)

Query the value of the specified attribute

ENS_SCENE.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_SCENE.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_SCENE.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_SCENE.setattr(attrid, value)

Set the value of the specified attribute

ENS_SCENE.setattr_begin()

Signal bulk attribute update begin

ENS_SCENE.setattr_end()

Signal bulk attribute update end

ENS_SCENE.setattr_status()

ENS_SCENE.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_SCENE.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_SCENE.ACTIVE

ACTIVE property

ENS_SCENE.EDIT_TARGET

EDIT_TARGET property

ENS_SCENE.ENVMAP_SAVEDINFO

ENVMAP_SAVEDINFO property

ENS_SCENE.GROUND_ACTIVE

GROUND_ACTIVE property

ENS_SCENE.GROUND_BLENDSCALE

GROUND_BLENDSCALE property

ENS_SCENE.GROUND_COLOR

GROUND_COLOR property

ENS_SCENE.GROUND_GRIDCOLORA

GROUND_GRIDCOLORA property

ENS_SCENE.GROUND_GRIDCOLORB

GROUND_GRIDCOLORB property

ENS_SCENE.GROUND_GRIDSCALE

GROUND_GRIDSCALE property

ENS_SCENE.GROUND_HASGRID

GROUND_HASGRID property

ENS_SCENE.GROUND_HASREFL

GROUND_HASREFL property

ENS_SCENE.GROUND_HASSHADOW

GROUND_HASSHADOW property

ENS_SCENE.GROUND_HASTEXTURE

GROUND_HASTEXTURE property

ENS_SCENE.GROUND_HEIGHTOFFSET

GROUND_HEIGHTOFFSET property

ENS_SCENE.GROUND_LOCK

GROUND_LOCK property

ENS_SCENE.GROUND_SAVEDINFO

GROUND_SAVEDINFO property

ENS_SCENE.GROUND_TEXSCALE

GROUND_TEXSCALE property

ENS_SCENE.GROUND_UPDIR

GROUND_UPDIR property

ENS_SCENE.HANDLES_ENABLED

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

ENS_SCENE.LIGHT_ENV_TEXNUM

LIGHT_ENV_TEXNUM property

ENS_SCENE.LOCATION

LOCATION property

ENS_SCENE.METADATA

METADATA property

ENS_SCENE.PROJECT_MASK

PROJECT_MASK property

ENS_SCENE.RADIUS

RADIUS property

ENS_SCENE.RADIUS_SCALE

RADIUS_SCALE property

ENS_SCENE.SHOW_LOCATION

SHOW_LOCATION property

ENS_SCENE.UUID

UUID property

ENS_SCENE.__OBJID__

ENS_SCENE.objid

Return the EnSight object proxy ID (__OBJID__).