←Select platform

RotateY Method

Summary

Rotates all the objects in the container by a specific amount in the y-axis.

Syntax

C#
VB
C++
public void RotateY( 
   float y 
) 
  
Public Sub RotateY( _ 
   ByVal y As Single _ 
)  
public: 
void RotateY(  
   float y 
)  

Parameters

y
Amount of rotation along the y-axis.

Remarks
  • This will add the amount of rotation to the current rotation of each object.
  • NOTE: Currently only one object can be added to the container.
Example

For an example refer to RotateX.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly