| SoSFVec3dSetValue Method (Double) | 
Sets the field to the given value. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	double[] xyz
)
Public Sub SetValue ( 
	xyz As Double()
)
public:
void SetValue(
	array<double>^ xyz
)
member SetValue : 
        xyz : float[] -> unit 
Parameters
- xyz
 - Type: SystemDouble
 
Remarks
See Also