Click or drag to resize
SoSFVec4i32SetValue Method (SbVec4f)

Convenience method that allows you to specify a field value using a single precision variable.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValue(
	SbVec4f vec4f
)

Parameters

vec4f
Type: OIV.InventorSbVec4f
Remarks

The specified value is converted to int value, then stored.

See Also