Toolkit.FindNode
Contents
[
Hide
]FindNode(this Scene, Predicate<Node>)
Finds a Node
by name in the current graph.
public static Node FindNode(this Scene scene, Predicate<Node> predicate)
Parameter | Type | Description |
---|---|---|
scene | Scene | This Scene instance. |
predicate | Predicate`1 | A function to test each Node for a condition. |
Return Value
A Node
instance, or Null.
See Also
- class Node
- class Scene
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD
FindNode(this Node, Predicate<Node>)
Finds a Node
by name in the current graph.
public static Node FindNode(this Node node, Predicate<Node> predicate)
Parameter | Type | Description |
---|---|---|
node | Node | This Node instance. |
predicate | Predicate`1 | A function to test each Node for a condition. |
Return Value
A Node
instance, or Null.
See Also
- class Node
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD