BFModule.BFGTLUtils.CommandNode#
- class BFModule.BFGTLUtils.CommandNode#
 Bases:
BaseNode- __init__(*args, **kwargs)#
 Overloaded function.
__init__(self: BFModule.BFGTLUtils.CommandNode) -> None
__init__(self: BFModule.BFGTLUtils.CommandNode, commandNode: BFModule.BFGTLUtils.CommandNode) -> None
__init__(self: BFModule.BFGTLUtils.CommandNode, baseNode: BFModule.BFGTLUtils.BaseNode) -> None
Methods
Execute(self)Execute a command node.
__init__(*args, **kwargs)Overloaded function.
assign(self, arg0)Attributes
Retrieve the node description.
Retrieve the node display name.
Retrieve the node name.
Retrieve the node accessibility.
Retrieve the node type.
Retrieve the node tool-tip.
This instance represents a valid node.
Check if node in NULL or not valid.
- Execute(self: BFModule.BFGTLUtils.CommandNode) None#
 Execute a command node.
- property NodeAccess#
 Retrieve the node accessibility.
- Type:
 
- property NodeType#
 Retrieve the node type.
- Type:
 
- property Valid#
 This instance represents a valid node.
- Getter:
 Returns true if valid, false otherwise
- Type:
 BFGTLUtilBool
- assign(self: BFModule.BFGTLUtils.CommandNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.CommandNode#
 
- property isNull#
 Check if node in NULL or not valid.
- Getter:
 Returns true if NULL, false otherwise
- Type:
 BFGTLUtilBool