Category Geometry items, Object ProGeomitem

Function ProGeomitemAngleEval


Description
Evaluates the angle between two items. Currently, only straight edges are supported.
Replacement in Object TOOLKIT: wfcWSelection::EvaluateAngle
Synopsis
#include <ProGeomitem.h>
ProErrorProGeomitemAngleEval(
ProSelection p_selection1
/* (In)
The first item
*/
ProSelection p_selection2
/* (In)
The second item
*/
double* p_result
/* (Out)
The resulting angle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully evaluated the angle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Measurement
  3. Core: 3D Geometry: Measurement

Sample Code References:

  1. pt_examples ( TestMeasure.c )