Click or drag to resize
SoTranSenderModify Method

Adds a MODIFY command to the transcription area.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void Modify(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
Remarks

Updates the field data for the given node to the new contents. Note that this changes only field data; children of groups are not affected, nor is any non-field instance data.

See Also