ENS_PALETTE#

class ansys.api.pyensight.ens_palette.ENS_PALETTE(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_PALETTE.add_knot(*args, **kwargs)

Add a knot

ENS_PALETTE.add_marker_at_value(*args, **kwargs)

Add a marker at a value

ENS_PALETTE.add_markers_at_levels(*args, ...)

Add markers at levels

ENS_PALETTE.add_nuniform_markers(*args, **kwargs)

Add n uniform markers

ENS_PALETTE.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_PALETTE.attrinfo([attrid])

For a given attribute id, return type information

ENS_PALETTE.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_PALETTE.clear_all_markers(*args, **kwargs)

Clear all markers

ENS_PALETTE.clear_last_marker(*args, **kwargs)

Clear the last added marker

ENS_PALETTE.cmd_record(*args, **kwargs)

Record a command

ENS_PALETTE.delete_knot(*args, **kwargs)

Delete a knot

ENS_PALETTE.destroy()

Destroy the EnSight object associated with this proxy object

ENS_PALETTE.get_end_point_colors(*args, **kwargs)

Get colors of the end points

ENS_PALETTE.get_histogram(*args, **kwargs)

Get a histogram

ENS_PALETTE.get_natural_texture_size(*args, ...)

Get the natural texture size

ENS_PALETTE.get_point(*args, **kwargs)

Get a point's position and value for a single channel

ENS_PALETTE.get_predefined_palettes(*args, ...)

Get the names of the stored palettes

ENS_PALETTE.get_time_step_range(*args, **kwargs)

Get the beginning and ending time steps

ENS_PALETTE.getattr(attrid)

Query the value of the specified attribute

ENS_PALETTE.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_PALETTE.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_PALETTE.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_PALETTE.invert_colors(*args, **kwargs)

Invert the colors from min to max

ENS_PALETTE.make_texture(*args, **kwargs)

Make a texture

ENS_PALETTE.reset_range_on_time_change_all(...)

Apply the current reset range on time change setting to all palettes

ENS_PALETTE.restore_palette_named(*args, ...)

Restore a named palette

ENS_PALETTE.reverse_levels(*args, **kwargs)

Reverse the levels

ENS_PALETTE.save_palette_named(*args, **kwargs)

Save a named palette

ENS_PALETTE.set_minmax(*args, **kwargs)

Set the min & max levels with option to record

ENS_PALETTE.set_point(*args, **kwargs)

Set a point's position and value for a single channel

ENS_PALETTE.set_range_to_over_time_minmax(...)

Set the palette range to the min/max over time Function requires 2 arguments given: start timestep (int), and end timestep (int) over which to determine the palette min/max values.

ENS_PALETTE.set_range_to_part_minmax(*args, ...)

Set the palette range to the min/max of the selected parts

ENS_PALETTE.set_range_to_viewport_minmax(...)

Set the palette range to the min/max of the parts in the current viewport

ENS_PALETTE.setattr(attrid, value)

Set the value of the specified attribute

ENS_PALETTE.setattr_begin()

Signal bulk attribute update begin

ENS_PALETTE.setattr_end()

Signal bulk attribute update end

ENS_PALETTE.setattr_status()

ENS_PALETTE.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_PALETTE.setmetatag(tag, value)

Change a value in the METADATA attribute

ENS_PALETTE.undo_restored_palette(*args, ...)

Undo the previously restored palette

ENS_PALETTE.use_continuous_all(*args, **kwargs)

Apply the current use continuous palette for element vars setting to all palettes

Attributes

ENS_PALETTE.ALPHA_VOLUME_SCALE

ALPHA_VOLUME_SCALE property

ENS_PALETTE.C1_POINTS

C1_POINTS property

ENS_PALETTE.C2_POINTS

C2_POINTS property

ENS_PALETTE.C3_POINTS

C3_POINTS property

ENS_PALETTE.C4_POINTS

C4_POINTS property

ENS_PALETTE.COLORS_PER_LEVEL

COLORS_PER_LEVEL property

ENS_PALETTE.COLOR_SPACE

COLOR_SPACE property

ENS_PALETTE.DEGREE

DEGREE property

ENS_PALETTE.DESCRIPTION

DESCRIPTION property

ENS_PALETTE.EDIT_TARGET

EDIT_TARGET property

ENS_PALETTE.HANDLES_ENABLED

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

ENS_PALETTE.HANDLE_UNDEFINED_VALUE

HANDLE_UNDEFINED_VALUE property

ENS_PALETTE.HISTO_SCALE

HISTO_SCALE property

ENS_PALETTE.INTERP

INTERP property

ENS_PALETTE.LEVELS_AND_COLORS

LEVELS_AND_COLORS property

ENS_PALETTE.LEVELS_LOCK

LEVELS_LOCK property

ENS_PALETTE.LIMIT_FRINGES

LIMIT_FRINGES property

ENS_PALETTE.MARKER_COLOR

MARKER_COLOR property

ENS_PALETTE.MARKER_WIDTH

MARKER_WIDTH property

ENS_PALETTE.MAX_MARKERS

MAX_MARKERS property

ENS_PALETTE.METADATA

METADATA property

ENS_PALETTE.MINMAX

MINMAX property

ENS_PALETTE.NLEVELS

NLEVELS property

ENS_PALETTE.NODE_LOCK

NODE_LOCK property

ENS_PALETTE.PALMISC

PALMISC property

ENS_PALETTE.PROJECT_MASK

PROJECT_MASK property

ENS_PALETTE.RESET_RANGE_ON_TIME_CHANGE

RESET_RANGE_ON_TIME_CHANGE property

ENS_PALETTE.SCALE_METHOD

SCALE_METHOD property

ENS_PALETTE.TIME_RANGE

TIME_RANGE property

ENS_PALETTE.UNDEFINED_COLOR

UNDEFINED_COLOR property

ENS_PALETTE.USE_CONTINUOUS

USE_CONTINUOUS property

ENS_PALETTE.UUID

UUID property

ENS_PALETTE.VARIABLE

VARIABLE property

ENS_PALETTE.__OBJID__

ENS_PALETTE.objid

Return the EnSight object proxy ID (__OBJID__).