Category Mechanica, Object ProMechedge

Function ProMechedgeIncontactedgesGet


Description
Obtains a list of the edges which have been combined by the geometry evaluation because they are in contact.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeIncontactedgesGet(
ProMechEdge edge
/* (In)
The edge.
*/
ProMechEdge** in_contact_edges
/* (Out)
ProArray of the edges 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 edges were found that were in contact with this one.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechEdge
  2. Creo Simulate: Geometry: Accessing ProMechEdge