maxon.NodeSpaceHelpersInterface

Description

Provides a collection of static helpers.

Inheritance diagram

Inheritance

Methods Signature

GetNodeSpaceData(spaceId)

Looks up the NodeSpaceRef within the MaterialNodeSpaces registry and returns the result of NodeSpaceInterface::GetData().

LoadDescription(spaceDescriptionId)

Loads resource name under the current language for the provided Id and assigns it to the attribute maxon.nodes.NODESPACE.SPACENAME of the returned data container.

Methods Definition

static NodeSpaceHelpersInterface.GetNodeSpaceData(spaceId)

Looks up the NodeSpaceRef within the MaterialNodeSpaces registry and returns the result of NodeSpaceInterface::GetData(). :param spaceId: The id of the space. :type spaceId: maxon.Id :return: The data container of the space. :rtype: maxon.DataDictionary

static NodeSpaceHelpersInterface.LoadDescription(spaceDescriptionId)

Loads resource name under the current language for the provided Id and assigns it to the attribute maxon.nodes.NODESPACE.SPACENAME of the returned data container.

Parameters

spaceDescriptionId (maxon.Id) – The id of the named description.

Returns

The data container with the assigned maxon.nodes.NODESPACE.SPACENAME attribute.

Return type

maxon.DataDictionary