Category Mechanica, Object ProMechvertex

Function ProMechvertexSurfaceVisit


Description
Visits the surfaces that include this vertex.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechvertexSurfaceVisit(
ProMechVertex vertex
/* (In)
The vertex.
*/
ProMechsurfaceVisitAction action
/* (In)
The visit action
*/
ProMechsurfaceFilterAction filter
/* (In)
The filter action
*/
ProAppData app_data
/* (In)
Application data passed to the action functions.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_E_NOT_FOUNDNo surfaces were found to visit.
OtherError return from the visit action.

Manual References:

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