Move Method

Summary

Moves the plane forward or backward using the normal plane as a reference.

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

Parameters

value
The amount of translation. Possible values range from -1 to 1.

Example

For an example refer to AxialPlane

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