API 설명서 > Geometry items > Object ProGeomitem > Function ProGeomitemAngleEval
Function ProGeomitemAngleEval
Description
Evaluates the angle between two items. Currently, only straight edges are supported.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGeomitem.h>
ProGeomitemAngleEval
(
ProSelection p_selection1
/* (In)
The first item
*/
ProSelection p_selection2
/* (In)
The second item
*/
double* p_result
/* (Out)
The resulting angle
*/
)
Returns
The function successfully evaluated the angle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?