Category Drawings and detail, Object ProDtlentitydata

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
pfcDetailEntityInstructions::Create
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataCurveGet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
ProCurvedata* curve
/* (Out)
The curve data structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Drawings: Draft Entity Data
  2. Drawings: Draft Entity Data

Sample Code References:

  1. pt_examples ( TestDtlentity.c )
  2. pt_examples ( TestDtlentity.c )
  3. pt_examples ( TestSymDefMenu.c )