Click or drag to resize
MedicalHelperFindNodeType Method
Convenience function to find first specified node in the scene graph Note: The function is Generic with defined constraint of NodeType : SoNode

Namespace: OIV.Medical.Helpers
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 9.9.38.0.Release.3bef1a09f76585226754446bc31bc36e4da1c7f3
Syntax
public static NodeType Find<NodeType>(
	SoNode root,
	string nodeName = "",
	bool okIfNotFound = false
)
where NodeType : SoNode

Parameters

root
Type: OIV.Inventor.NodesSoNode
Root of scene graph you want to search
nodeName (Optional)
Type: SystemString
Name (string) of node you want to find
okIfNotFound (Optional)
Type: SystemBoolean
Debug parameter

Type Parameters

NodeType
Generic Type

Return Value

Type: NodeType
See Also