Click or drag to resize
MedicalHelperFindNodesNodeType Method
Convenience function to find all node of specified type in the scene graph

Namespace: OIV.Medical.Helpers
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 2024.2.2.Release.77a61d1a523234b418592ccd07676e84f6c1d90b
Syntax
public static IList<NodeType> FindNodes<NodeType>(
	SoNode scene
)
where NodeType : SoNode

Parameters

scene
Type: OIV.Inventor.NodesSoNode
Root of scene graph you want to search

Type Parameters

NodeType
Generic node type

Return Value

Type: IListNodeType
List of path to the found nodes
See Also