SoNodeSensorAttach Method |
Makes this sensor detect changes to the given node.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Attach(
SoNode node
)
Public Sub Attach (
node As SoNode
)
public:
void Attach(
SoNode^ node
)
member Attach :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also