SoMFVec3fSetValues Method (Int32, SbVec3d) |
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,
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