SoNodeSensorGetAttachedNode Method |
Returns the node that this sensor is sensing, or NULL if it is not attached to any node.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoNode GetAttachedNode()
Public Function GetAttachedNode As SoNode
public:
SoNode^ GetAttachedNode()
member GetAttachedNode : unit -> SoNode
Return Value
Type:
SoNodeRemarks See Also