Category Mechanica, Object ProMechsurface

Function ProMechsurfaceIncontactfacesGet


Description
Obtains the list of surfaces which have been combined by the geometry evaluation because they are in contact with one another.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsurfaceIncontactfacesGet(
ProMechSurface surface
/* (In)
The surface.
*/
ProMechSurface** in_contact_faces
/* (Out)
ProArray of the surfaces which are in contact with the given surface.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_E_NOT_FOUNDNo other surfaces were found in contact with this one.
PRO_TK_OUT_OF_MEMORYThere is not enough memory to perform the operation.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Accessing Creo Simulate ProMechSurface