Eyeshot 9.0 WinForms API Reference
Align3D Constructor(Point3D,Point3D,Point3D,Point3D,Point3D,Point3D)

WinForms Assembly > devDept.Geometry Namespace > Align3D Class > Align3D Constructor : Align3D Constructor(Point3D,Point3D,Point3D,Point3D,Point3D,Point3D)
First point of first frame
First point of second frame
Second point of first frame
Second point of second frame
Third point of first frame
Third point of second frame
Standard constructor.
Syntax
'Declaration
 
Public Function 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 _
)
public Align3D( 
   Point3D p1A,
   Point3D p1B,
   Point3D p2A,
   Point3D p2B,
   Point3D p3A,
   Point3D p3B
)

Parameters

p1A
First point of first frame
p1B
First point of second frame
p2A
Second point of first frame
p2B
Second point of second frame
p3A
Third point of first frame
p3B
Third point of second frame
Remarks
The two frames are orthonormal, obtained with the plane constructor by three points.
See Also

Reference

Align3D Class
Align3D Members
Overload List