←Select platform

RotateZ Method (Medical3DContainer)

Summary

Rotates all the objects in the container by a specific amount in 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
Amount of rotation along the z-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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical3D Assembly
Click or drag to resize