Click or drag to resize
SoSFVec2i32SetValue Method (SbVec2d)

Convenience method that allows you to specify a field value using a double precision 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(
	SbVec2d vec2d
)

Parameters

vec2d
Type: OIV.InventorSbVec2d
Remarks

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

See Also