SoMFRotationSet1Value Method (Int32, SbVec3f, Single) |
Sets the index 'th value to the given axis/angle.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1Value(
int index,
SbVec3f axis,
float angle
)
Public Sub Set1Value (
index As Integer,
axis As SbVec3f,
angle As Single
)
public:
void Set1Value(
int index,
SbVec3f axis,
float angle
)
member Set1Value :
index : int *
axis : SbVec3f *
angle : float32 -> unit
Parameters
- index
- Type: SystemInt32
- axis
- Type: OIV.InventorSbVec3f
- angle
- Type: SystemSingle
Remarks See Also