API 文件集
>
Creating import and custom geometry
>
Object ProPointdata
> Function ProPointdataInit
Function ProPointdataInit
Description
Initializes a point data structure.
Synopsis
#include <
ProCurvedata.h
>
ProError
ProPointdataInit
(
Pro3dPnt
position
/* (In)
The point position
*/
ProCurvedata
* p_curve
/* (Out)
The point data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized the point data structure.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestAnalysisCsys.c )
pt_examples ( TestGeomdata.c )
pt_examples ( TestDtlentity.c )
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳