Click or drag to resize
SoFieldSensorGetAttachedField Method

The getAttachedField() method returns the field that this sensor is sensing, or NULL if it is not attached to any field.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoField GetAttachedField()

Return Value

Type: SoField
Remarks

See also attach(), detach()

See Also