RotateZ Method

Summary
Rotates the 3D object in the container by the specified amount on the z-axis.
Syntax
C#
VB
C++
public void RotateZ( 
   float z 
) 
  
Public Sub RotateZ( _ 
   ByVal z As Single _ 
)  
public: 
void RotateZ(  
   float z 
)  

Parameters

z
The amount of rotation on the z-axis.

Remarks

This will add the amount of rotation to the current rotation angle of the 3D object.

Example

For an example, refer to RotateX

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.