Align3D(Plane, Plane) Constructor

Standard constructor: builds a transformation that brings originalFrame onto destinationFrame.
Public Sub New( _ 
ByVal originalFrame As Plane, _ 
ByVal destinationFrame As Plane
)
This language is not supported or no code example is available.
public Align3D( 
Plane originalFrame
Plane destinationFrame 
)
This language is not supported or no code example is available.

Parameters

originalFrame
Plane

First frame

destinationFrame
Plane

Second frame

.NET Framework

Supported in: 4.8

In this article

Definition