| SoMFVec3i32SetValues Method (Int32, SbVec3d) | 
Sets values from array of double precision vectors. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValues(
	int start,
	SbVec3d[] vec3d
)
Public Sub SetValues ( 
	start As Integer,
	vec3d As SbVec3d()
)
public:
void SetValues(
	int start, 
	array<SbVec3d>^ vec3d
)
member SetValues : 
        start : int * 
        vec3d : SbVec3d[] -> unit 
Parameters
- start
 - Type: SystemInt32
 - vec3d
 - Type: OIV.InventorSbVec3d
 
Remarks
See Also