←Select platform

SetPlanePoints(Point3D,Point3D) Method

Summary

Re-orients the plane position using point and normal.

Syntax

C#
VB
C++
public void SetPlanePoints( 
   Point3D point, 
   Point3D normal 
) 
  
Public Overloads Sub SetPlanePoints( _ 
   ByVal point As Leadtools.Medicalviewer.Point3D, _ 
   ByVal normal As Leadtools.Medicalviewer.Point3D _ 
)  

Parameters

point
The plane point.

normal
The plane normal.

Remarks

Each plane can be identified using a single point and normal. This method allows you to specify these parameters and set the plane based on them.

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