Translate Method

Summary
Translates the 3D object in the container by a specified amount in the any specified axis.
Syntax
C#
VB
C++
public void Translate( 
   float x, 
   float y, 
   float z, 
   Medical3DAxis axes 
) 
  
Public Sub Translate( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal z As Single, _ 
   ByVal axes As Medical3DAxis _ 
)  
public: 
void Translate(  
   float x, 
   float y, 
   float z, 
   Medical3DAxis axes 
)  

Parameters

x
The amount of translation in the x-axis

y
The amount of translation in the y-axis

z
The amount of translation in the z-axis

axes
A Medical3DAxis enumeration value that specifies the axis (axes) of translation. You can combine one or more flags.

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.