SoMFVec3sSetValues Method (Int32, SbVec3f) |
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,
SbVec3f[] vec3f
)
Public Sub SetValues (
start As Integer,
vec3f As SbVec3f()
)
public:
void SetValues(
int start,
array<SbVec3f>^ vec3f
)
member SetValues :
start : int *
vec3f : SbVec3f[] -> unit
Parameters
- start
- Type: SystemInt32
- vec3f
- Type: OIV.InventorSbVec3f
Remarks See Also