API 文件集
>
Drawings and detail
>
Object ProDtlentitydata
> Function ProDtlentitydataCurveGet
Function ProDtlentitydataCurveGet
Description
Retrieves information from a curve data structure. The curve geometry is specified using screen coordinates.
Note: Creo Parametric represents circle detail entities with the
ProArcdata
structure with a start angle of 0 and an end angle of 2*PI.
Replacement in Object TOOLKIT:
pfcDetailEntityInstructions::Geometry
Synopsis
#include <
ProDtlentity.h
>
ProError
ProDtlentitydataCurveGet
(
ProDtlentitydata
entdata
/* (In)
The draft entity data.
*/
ProCurvedata
* curve
/* (Out)
The curve data structure.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
Invalid input argument(s).
Sample Code References
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
pt_examples ( TestSymDefMenu.c )
User Guide References
Draft Entity Data:ProDtlentitydataCurveGet
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳