Description | ||||||||||||||
Obtains the UV transform between two surfaces in contact. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechGeometry.h> | ||||||||||||||
ProError | ProMechsurfaceTransformGet | ( | ||||||||||||
ProMechSurface surface_1 | ||||||||||||||
/* (In) | ||||||||||||||
The first surface. | ||||||||||||||
*/ | ||||||||||||||
ProMechSurface surface_2 | ||||||||||||||
/* (In) | ||||||||||||||
The second surface. | ||||||||||||||
*/ | ||||||||||||||
ProUvTransform transform | ||||||||||||||
/* (Out) | ||||||||||||||
The UV transformation. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|