RotateXYZ Method

Summary
Rotates the 3D object in the container by specified amounts on the x-axis, y-axis, and z-axis.
Syntax
C#
C++/CLI
public void RotateXYZ( 
   float x, 
   float y, 
   float z 
) 
public: 
void RotateXYZ(  
   float x, 
   float y, 
   float z 
)  

Parameters

x
The amount of rotation on the x-axis.

y
The amount of rotation on the y-axis.

z
The amount of rotation on the z-axis.

Remarks

This will set the rotation of the 3D object to these values.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

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