Uses of Interface
com.aspose.threed.NodeVisitor
-
-
Uses of NodeVisitor in com.aspose.threed
Methods in com.aspose.threed with parameters of type NodeVisitor Modifier and Type Method Description boolean
Node. accept(NodeVisitor visitor)
Walks through all descendant nodes(including the current node) and call the visitor with the node.
-