TranslateZ Method

Summary

Translates all objects in the container by a specific amount in the z-axis.

Syntax
C#
VB
C++
public void TranslateZ( 
   float z 
) 
  
Public Sub TranslateZ( _ 
   ByVal z As Single _ 
)  
public: 
void TranslateZ(  
   float z 
)  

Parameters

z
Amount of translation along the z-axis.

Example

For an example refer to RotateX.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly