BFModule.BFGTLUtils.NodeAttributes#

class BFModule.BFGTLUtils.NodeAttributes#

Bases: pybind11_object

Attributes of the selected node.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

Attributes

Access

Node Access code of the selected node.

Description

Description of the selected node.

DisplayName

Display name of the selected node.

Name

Name of the selected node.

ToolTip

Tool Tip of the selected node.

Type

Node type code of the selected node.)

property Access#

Node Access code of the selected node.

Return type:

BFGTLAccess

property Description#

Description of the selected node.

Return type:

str

property DisplayName#

Display name of the selected node.

Return type:

str

property Name#

Name of the selected node.

Return type:

str

property ToolTip#

Tool Tip of the selected node.

Return type:

str

property Type#

Node type code of the selected node.)

Return type:

BFGTLNodeType