BFModule.BFGTLUtils.BooleanNode
- class BFModule.BFGTLUtils.BooleanNode
Bases:
BaseNode
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: BFModule.BFGTLUtils.BooleanNode) -> None
__init__(self: BFModule.BFGTLUtils.BooleanNode, booleanNode: BFModule.BFGTLUtils.BooleanNode) -> None
__init__(self: BFModule.BFGTLUtils.BooleanNode, baseNode: BFModule.BFGTLUtils.BaseNode) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
assign
(self, arg0)Attributes
The value of the
BooleanNode
node.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.
- property BooleanValue
The value of the
BooleanNode
node.- Getter
returns the Boolean value of the
BooleanNode
.- Setter
sets the Boolean value of the
BooleanNode
.- Type
- 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
- assign(self: BFModule.BFGTLUtils.BooleanNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.BooleanNode