NodeVisitor Delegate
A callback to travel through the whole node hierarchy.

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public delegate bool NodeVisitor(
	Node node
)

Parameters

node
Type: Aspose.ThreeDNode
Node being visited

Return Value

Type: Boolean
Return false to stop travelling
See Also