Align3D(Point3D, Point3D, Point3D, Point3D, Point3D, Point3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal p1A As Point3D, _ 
ByVal p1B As Point3D, _ 
ByVal p2A As Point3D, _ 
ByVal p2B As Point3D, _ 
ByVal p3A As Point3D, _ 
ByVal p3B As Point3D
)
This language is not supported or no code example is available.
public Align3D( 
Point3D p1A
Point3D p1B
Point3D p2A
Point3D p2B
Point3D p3A
Point3D p3B 
)
This language is not supported or no code example is available.

Parameters

p1A
Point3D

First point of first frame

p1B
Point3D

First point of second frame

p2A
Point3D

Second point of first frame

p2B
Point3D

Second point of second frame

p3A
Point3D

Third point of first frame

p3B
Point3D

Third point of second frame

Remarks
 
The two frames are orthonormal, obtained with the plane constructor by three points.

.NET Framework

Supported in: 4.8

In this article

Definition