←Select platform

Move Method

Summary

Moves the plane forward or backward using the value of the Normal property 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
Translation amount. Possible values range from -1 to 1.

Example

For an example refer to Planes

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