Category Mechanica, Object ProMechpoint

Function ProMechpointPlacementedgeGet


Description
Obtains the placement edge, if placement type is PRO_MECH_POINT_EDGE.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechpointPlacementedgeGet(
ProMechPoint point
/* (In)
The point.
*/
ProMechEdge* placement_edge
/* (Out)
The placement edge.
*/
double* parameter
/* (Out)
The parameter along the edge that identifies the placement.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_INVALID_TYPEThis item does not contain this type of edge.

Manual References:

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