SoMFVec4i32SetValues Method (Int32, SbVec4d) |
Sets values from array of double precision vectors.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValues(
int start,
SbVec4d[] vec4d
)
Public Sub SetValues (
start As Integer,
vec4d As SbVec4d()
)
public:
void SetValues(
int start,
array<SbVec4d>^ vec4d
)
member SetValues :
start : int *
vec4d : SbVec4d[] -> unit
Parameters
- start
- Type: SystemInt32
- vec4d
- Type: OIV.InventorSbVec4d
Remarks See Also