SoSFRotationGetValue Method (SbVec3f, Single) |
Gets the value of the field as an axis/angle.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetValue(
out SbVec3f axis,
out float angle
)
Public Sub GetValue (
<OutAttribute> ByRef axis As SbVec3f,
<OutAttribute> ByRef angle As Single
)
public:
void GetValue(
[OutAttribute] SbVec3f% axis,
[OutAttribute] float% angle
)
member GetValue :
axis : SbVec3f byref *
angle : float32 byref -> unit
Parameters
- axis
- Type: OIV.InventorSbVec3f
- angle
- Type: SystemSingle
Remarks See Also