C#
VB
C++
Moves the plane forward or backward using the normal plane as a reference.
public void Move(
float value
)
Public Sub Move( _
ByVal value As Single _
)
public:
void Move(
float value
)
value
The amount of translation. Possible values range from -1 to 1.
For an example refer to AxialPlane
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET