Click or drag to resize
SoSFVec2sSetValue Method (SbVec2f)

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

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValue(
	SbVec2f vec2f
)

Parameters

vec2f
Type: OIV.InventorSbVec2f
Remarks

The specified value is converted short precision, then stored.

See Also