Function ProArcdataInit
Description
Initializes an arc data structure.
Synopsis
#include <ProCurvedata.h>
ProArcdataInit
(
ProVector vector1
/* (In)
The first vector of the arc coordinate system
*/
ProVector vector2
/* (In)
The second vector of the arc coordinate system
*/
Pro3dPnt origin
/* (In)
The center of the arc coordinate system
*/
double start_angle
/* (In)
The starting angle (in radians) of the arc
*/
double end_angle
/* (In)
The end angle (in radians) of the arc
*/
double radius
/* (In)
The radius of the arc
*/
ProCurvedata* p_curve
/* (Out)
The arc data structure
*/
)
Returns
The function successfully initialized the arc data structure.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?