Category Mechanica, Object ProMechsolid

Function ProMechsolidEdgeVisit


Description
Visits the edges that are included in a given solid volume.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsolidEdgeVisit(
ProMechSolid solid
/* (In)
The solid volumne.
*/
ProMechedgeVisitAction action
/* (In)
The visit action
*/
ProMechedgeFilterAction 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 edges were found to visit.
OtherError return from the visit action.

Manual References:

  1. Creo Simulate: Geometry: Accessing the ProMechSolid
  2. Creo Simulate: Geometry: Accessing the ProMechSolid