API 文档 > Curve and edge geometry > Object ProComponentCurvedata > Function ProComponentCurvedataGet
Function ProComponentCurvedataGet
Description
Retrieves information from a component of a composite curve.
NOTE:
The function ignores the output arguments with null pointers.
Synopsis
#include <ProCurvedata.h>
ProComponentCurvedataGet
(
/* (In)
The component of the composite curve
*/
ProCurvedata* p_curve
/* (Out)
The component curve
*/
ProCurveDir* p_direction
/* (Out)
The direction of the component
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
这对您有帮助吗?