API 文件集 > Geometry items > Object ProCurve > Function ProCurveInit
Function ProCurveInit
Description
Initializes the ProCurve handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveInit
(
ProSolid owner_handle
/* (In)
The solid owner of the curve
*/
int curve_id
/* (In)
The curve identifier
*/
ProCurve* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
這是否有幫助?