SoMFVec2i32SetValues Method (Int32, SbVec2f) |
Sets values from array of single 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,
SbVec2f[] vec2f
)
Public Sub SetValues (
start As Integer,
vec2f As SbVec2f()
)
public:
void SetValues(
int start,
array<SbVec2f>^ vec2f
)
member SetValues :
start : int *
vec2f : SbVec2f[] -> unit
Parameters
- start
- Type: SystemInt32
- vec2f
- Type: OIV.InventorSbVec2f
Remarks See Also