API 설명서 > Drawings and detail > Object ProDtlentitydata > Function ProDtlentitydataCurveSet
Function ProDtlentitydataCurveSet
Description
Sets the curve data structure of the specified draft entity. The curve geometry is specified using screen coordinates.
Note: When creating a "circle" detail entity, use an arc with a start angle of 0 and an end angle of 2*PI. Creo Parametric represents circle detail entities with the ProArcdata structure.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentitydataCurveSet
(
/* (In)
The draft entity data.
*/
/* (In)
The curve data structure.
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
Sample Code References
User Guide References
도움이 되셨나요?