SetValues(float,float,float,float,float,float) Method

Summary

Sets the Medical3DSlab parameters.

Syntax
C#
VB
C++
public void SetValues( 
   float X1, 
   float X2, 
   float Y1, 
   float Y2, 
   float Z1, 
   float Z2 
) 
  
Public Overloads Sub SetValues( _ 
   ByVal X1 As Single, _ 
   ByVal X2 As Single, _ 
   ByVal Y1 As Single, _ 
   ByVal Y2 As Single, _ 
   ByVal Z1 As Single, _ 
   ByVal Z2 As Single _ 
)  
public: 
void SetValues(  
   float X1, 
   float X2, 
   float Y1, 
   float Y2, 
   float Z1, 
   float Z2 
)  

Parameters

X1
The first boundary of the slab on the x-axis.

X2
The second boundary of the slab on the x-axis.

Y1
The first boundary of the slab on the y-axis.

Y2
The second boundary of the slab on the y-axis.

Z1
The first boundary of the slab on the z-axis.

Z2
The second boundary of the slab on the z-axis.

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