alias_api.MessageResult

class alias_api.MessageResult

Bases: pybind11_object

The result returned by a message event.

property attributes_1_name

Get the first AlAttributes from the message event that triggered the Python callback.

property bool_value_1

Get the first bool value from the message event that triggered the Python callback.

property camera_1_name

Get the first AlCamera from the message event that triggered the Python callback.

property cloud_1_name

Get the first AlCloud from the message event that triggered the Python callback.

property curve_on_surface_1_name

Get the first AlCurveOnSurface from the message event that triggered the Python callback.

property dag_node_1_name

Get the first AlDagNode from the message event that triggered the Python callback.

property dag_node_2_name

Get the second AlDagNode from the message event that triggered the Python callback.

property int_value_1

Get the first int value from the message event that triggered the Python callback.

property int_value_2

Get the second int value from the message event that triggered the Python callback.

property light_1_name

Get the first AlLight from the message event that triggered the Python callback.

property locator_1_name

Get the first AlLocator from the message event that triggered the Python callback.

property message_type

Get the message type that trigger the Python callback.

property reference_file_1_name

Get the first AlReferenceFile name from the message event that triggered the Python callback.

property reference_file_1_path

Get the first AlReferenceFile source wire file path from the message event that triggered the Python callback.

property reference_file_set_1_name

Get the first AlReferenceFileSet from the message event that triggered the Python callback.

property shader

Get the first AlShader name from the message event that triggered the Python callback. Deprecated and will be remoed in v4.0.0 - use shader_1_name instead.

property shader_1_name

Get the first AlShader from the message event that triggered the Python callback.

property str_value_1

Get the first string value from the message event that triggered the Python callback.

property surface_1_name

Get the first AlSurface from the message event that triggered the Python callback.

property texture_1_name

Get the first AlTexture from the message event that triggered the Python callback.

property tm_1

Get the first AlTM from the message event that triggered the Python callback.