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 Point3D, _ 
   ByVal normal As Point3D _ 
)  
public: 
void SetPlanePoints(  
   Point3D point, 
   Point3D normal 
)  

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.