Click or drag to resize
SoMFVec3fGetValues Method

Returns a pointer into the array of values in the field, starting at index start.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual SbNativeArray<SbVec3f> GetValues(
	int start
)

Parameters

start
Type: SystemInt32

Return Value

Type: SbNativeArraySbVec3f

Implements

ISoMFieldValueTypeGetValues(Int32)
Remarks

The values are read-only. See the OIV.Inventor.Fields.SoMFVec3f.StartEditing()/finishEditing() methods for a way of modifying values in place.

See Also