BFModule.BFGTLUtils.CategoryNode
- class BFModule.BFGTLUtils.CategoryNode
Bases:
BaseNode
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: BFModule.BFGTLUtils.CategoryNode) -> None
__init__(self: BFModule.BFGTLUtils.CategoryNode, categoryNode: BFModule.BFGTLUtils.CategoryNode) -> None
__init__(self: BFModule.BFGTLUtils.CategoryNode, baseNode: BFModule.BFGTLUtils.BaseNode) -> None
Methods
__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.
The number of child node features in this category.
Retrieve the names of all nodes belonging to this category (non-recursive).
Retrieve instances of all nodes belonging to this category (non-recursive).
Check if node in NULL or not valid.
- 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.CategoryNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.CategoryNode
- property getFeatureCount
The number of child node features in this category.
- Getter
returns the number of children of the
CategoryNode
.- Type
- property getFeatureNames
Retrieve the names of all nodes belonging to this category (non-recursive).
- Getter
returns a list of the names of all nodes belonging to the
CategoryNode
.- Type
- property getFeatures
Retrieve instances of all nodes belonging to this category (non-recursive).
- Getter
returns a list of
BaseNode
that belong to theCategoryNode
.- Type