ENS_CAMERA#

class ansys.api.pyensight.ens_camera.ENS_CAMERA(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_CAMERA.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_CAMERA.attrinfo([attrid])

For a given attribute id, return type information

ENS_CAMERA.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_CAMERA.destroy()

Destroy the EnSight object associated with this proxy object

ENS_CAMERA.getattr(attrid)

Query the value of the specified attribute

ENS_CAMERA.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_CAMERA.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_CAMERA.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_CAMERA.setattr(attrid, value)

Set the value of the specified attribute

ENS_CAMERA.setattr_begin()

Signal bulk attribute update begin

ENS_CAMERA.setattr_end()

Signal bulk attribute update end

ENS_CAMERA.setattr_status()

ENS_CAMERA.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_CAMERA.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_CAMERA.ANGLE

ANGLE property

ENS_CAMERA.CLIP

CLIP property

ENS_CAMERA.DESCRIPTION

DESCRIPTION property

ENS_CAMERA.DISTANCE_SCALE

DISTANCE_SCALE property

ENS_CAMERA.EDIT_TARGET

EDIT_TARGET property

ENS_CAMERA.HANDLES_ENABLED

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

ENS_CAMERA.INDEX

INDEX property

ENS_CAMERA.LENS

LENS property

ENS_CAMERA.LOOKAT_NODE_ID

LOOKAT_NODE_ID property

ENS_CAMERA.LOOKAT_OPTION

LOOKAT_OPTION property

ENS_CAMERA.LOOKAT_PART_ID

LOOKAT_PART_ID property

ENS_CAMERA.LOOKAT_SPLINE_ID

LOOKAT_SPLINE_ID property

ENS_CAMERA.LOOKAT_SPLINE_VALUE

LOOKAT_SPLINE_VALUE property

ENS_CAMERA.LOOKAT_XYZ

LOOKAT_XYZ property

ENS_CAMERA.METADATA

METADATA property

ENS_CAMERA.ORIGIN_NODE_ID

ORIGIN_NODE_ID property

ENS_CAMERA.ORIGIN_OPTION

ORIGIN_OPTION property

ENS_CAMERA.ORIGIN_PART_ID

ORIGIN_PART_ID property

ENS_CAMERA.ORIGIN_SPLINE_ID

ORIGIN_SPLINE_ID property

ENS_CAMERA.ORIGIN_SPLINE_VALUE

ORIGIN_SPLINE_VALUE property

ENS_CAMERA.ORIGIN_XYZ_DELTA

ORIGIN_XYZ_DELTA property

ENS_CAMERA.PROJECT_MASK

PROJECT_MASK property

ENS_CAMERA.SELECTED

SELECTED property

ENS_CAMERA.TOOL_ORIENTATION

TOOL_ORIENTATION property

ENS_CAMERA.UUID

UUID property

ENS_CAMERA.VIEWPORT_USE

VIEWPORT_USE property

ENS_CAMERA.VISIBLE

VISIBLE property

ENS_CAMERA.__OBJID__

ENS_CAMERA.objid

Return the EnSight object proxy ID (__OBJID__).