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> | ||||||||
ProError | ProDtlentitydataCurveGet | ( | ||||||
ProDtlentitydata entdata | ||||||||
/* (In) | ||||||||
The draft entity data. | ||||||||
*/ | ||||||||
ProCurvedata* curve | ||||||||
/* (Out) | ||||||||
The curve data structure. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|