Category Mechanica, Object ProMechvertex

Function ProMechvertexIncontactverticesGet


Description
Obtains the list of the vertices that the geometry evaluation has combined because they are in contact with this one.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechvertexIncontactverticesGet(
ProMechVertex vertex
/* (In)
The vertex.
*/
ProMechVertex** in_contact_vertices
/* (Out)
ProArray of vertices that are in contact with this one.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_E_NOT_FOUNDNo other vertices 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 ProMechVertex