Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical3D assembly)

Show in webframe

RotateXYZ Method






The amount of rotation on the x-axis.
The amount of rotation on the y-axis.
The amount of rotation on the z-axis.
Rotates the 3D object in the container by specified amounts on the x-axis, y-axis, and z-axis.
Syntax
public void RotateXYZ( 
   float x,
   float y,
   float z
)
'Declaration
 
Public Sub RotateXYZ( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
) 
'Usage
 
Dim instance As Medical3DObject
Dim x As Single
Dim y As Single
Dim z As Single
 
instance.RotateXYZ(x, y, 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

See Also

Reference

Medical3DObject Class
Medical3DObject Members

Error processing SSI file
   Leadtools.Medical3D requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features