Click or drag to resize
SoFieldConnectFrom Method (SoVRMLInterpOutput)

Connects this field from an interpOutput.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public bool ConnectFrom(
	SoVRMLInterpOutput interpOutput
)

Parameters

interpOutput
Type: OIV.Inventor.VRMLnodesSoVRMLInterpOutput

Return Value

Type: Boolean
Remarks

If the field was connected to something before, it will be automatically disconnected (a field may have only one connection writing into it at a time). Unless connections to the field are disabled (see enableConnection()), the field's value will be set to the value of the thing it is connected to.

See Also