←Select platform

Medical3DSlab Constructor(float,float,float,float,float,float)

Summary

Initializes a new instance of the Medical3DSlab class with explicit parameters.

Syntax

C#
VB
C++
public Medical3DSlab( 
   float X1, 
   float X2, 
   float Y1, 
   float Y2, 
   float Z1, 
   float Z2 
) 
  
Public Function New( _ 
   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: 
Medical3DSlab(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly