SetPlanePoints(Point3D,Point3D,Point3D) Method

Summary

Re-orients the plane position using three points.

Syntax
C#
VB
C++
public void SetPlanePoints( 
   Point3D point1, 
   Point3D point2, 
   Point3D point3 
) 
  
Public Overloads Sub SetPlanePoints( _ 
   ByVal point1 As Point3D, _ 
   ByVal point2 As Point3D, _ 
   ByVal point3 As Point3D _ 
)  
public: 
void SetPlanePoints(  
   Point3D point1, 
   Point3D point2, 
   Point3D point3 
)  

Parameters

point1
The first point.

point2
The second point.

point3
The third point.

Remarks

Each plane can be identified using three points. This method allows you to specify the points and set the plane based on them.

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