Function ProArcdataGet
Description
Retrieves information from the arc data structure.
NOTE:
The function ignores the output arguments with null pointers.
Synopsis
#include <ProCurvedata.h>
ProArcdataGet
(
ProCurvedata* p_curve
/* (In)
The arc data structure
*/
ProVector vector1
/* (Out)
The first vector of the arc coordinate system
*/
ProVector vector2
/* (Out)
The second vector of the arc coordinate system
*/
Pro3dPnt origin
/* (Out)
The center of the arc coordinate system
*/
double* p_start_angle
/* (Out)
The starting angle (in radians) of the arc
*/
double* p_end_angle
/* (Out)
The end angle (in radians) of the arc
*/
double* p_radius
/* (Out)
The radius of the arc
*/
)
Returns
The function successfully retrieved the information.
The specified data is not an arc data structure.
The input argument is invalid.
Sample Code References
这对您有帮助吗?