Category Mechanica, Object ProMechsurface

Function ProMechsurfaceTransformGet


Description
Obtains the UV transform between two surfaces in contact.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsurfaceTransformGet(
ProMechSurface surface_1
/* (In)
The first surface.
*/
ProMechSurface surface_2
/* (In)
The second surface.
*/
ProUvTransform transform
/* (Out)
The UV transformation.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface