SoTextureMatrixElementCallRotateEltBy Method |
Note: This API is now obsolete.
Calls CallRotateEltBy(translation, System.Int32(0)).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public void CallRotateEltBy(
SbRotation translation
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
Public Sub CallRotateEltBy (
translation As SbRotation
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
void CallRotateEltBy(
SbRotation translation
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
member CallRotateEltBy :
translation : SbRotation -> unit
Parameters
- translation
- Type: OIV.InventorSbRotation
Remarks
See Also