ENS_POLYLINE#

class ansys.api.pyensight.ens_polyline.ENS_POLYLINE(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_POLYLINE.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_POLYLINE.attrinfo([attrid])

For a given attribute id, return type information

ENS_POLYLINE.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

ENS_POLYLINE.attrtree([all, filter, ...])

Get detailed GUI information for attributes of this object.

ENS_POLYLINE.createpolyline(*args, **kwargs)

Create a new polyline object

ENS_POLYLINE.destroy()

Destroy the EnSight object associated with this proxy object

ENS_POLYLINE.getattr(attrid)

Query the value of the specified attribute

ENS_POLYLINE.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_POLYLINE.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_POLYLINE.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_POLYLINE.interpolate(*args, **kwargs)

Interpolate polyline points

ENS_POLYLINE.setattr(attrid, value)

Set the value of the specified attribute

ENS_POLYLINE.setattr_begin()

Signal bulk attribute update begin

ENS_POLYLINE.setattr_end()

Signal bulk attribute update end

ENS_POLYLINE.setattr_status()

ENS_POLYLINE.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_POLYLINE.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_POLYLINE.COLOR

COLOR property

ENS_POLYLINE.CONTROLPOINTS

CONTROLPOINTS property

ENS_POLYLINE.DESCRIPTION

DESCRIPTION property

ENS_POLYLINE.EDIT_TARGET

EDIT_TARGET property

ENS_POLYLINE.HANDLES_ENABLED

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

ENS_POLYLINE.ID

ID property

ENS_POLYLINE.LINEWIDTH

LINEWIDTH property

ENS_POLYLINE.METADATA

METADATA property

ENS_POLYLINE.NUMCONTROLPOINTS

NUMCONTROLPOINTS property

ENS_POLYLINE.POINTSIZE

POINTSIZE property

ENS_POLYLINE.POINTVISIBLE

POINTVISIBLE property

ENS_POLYLINE.PROJECT_MASK

PROJECT_MASK property

ENS_POLYLINE.SELECTED

SELECTED property

ENS_POLYLINE.UUID

UUID property

ENS_POLYLINE.VISIBLE

VISIBLE property

ENS_POLYLINE.__OBJID__

ENS_POLYLINE.objid

Return the EnSight object proxy ID (__OBJID__).