ENS_GEOM#

class ansys.api.pyensight.ens_geom.ENS_GEOM(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_GEOM.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_GEOM.attrinfo([attrid])

For a given attribute id, return type information

ENS_GEOM.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_GEOM.create(*args, **kwargs)

Create a geometry object.

ENS_GEOM.destroy()

Destroy the EnSight object associated with this proxy object

ENS_GEOM.getattr(attrid)

Query the value of the specified attribute

ENS_GEOM.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_GEOM.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_GEOM.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_GEOM.setattr(attrid, value)

Set the value of the specified attribute

ENS_GEOM.setattr_begin()

Signal bulk attribute update begin

ENS_GEOM.setattr_end()

Signal bulk attribute update end

ENS_GEOM.setattr_status()

ENS_GEOM.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_GEOM.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_GEOM.CONNECTIVITY

CONNECTIVITY property

ENS_GEOM.COORDINATES

COORDINATES property

ENS_GEOM.DESCRIPTION

DESCRIPTION property

ENS_GEOM.EDIT_TARGET

EDIT_TARGET property

ENS_GEOM.HANDLES_ENABLED

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

ENS_GEOM.MESHTYPE

MESHTYPE property

ENS_GEOM.METADATA

METADATA property

ENS_GEOM.PROJECT_MASK

PROJECT_MASK property

ENS_GEOM.RADII

RADII property

ENS_GEOM.UUID

UUID property

ENS_GEOM.__OBJID__

ENS_GEOM.objid

Return the EnSight object proxy ID (__OBJID__).