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: | pfcDetailEntityInstructions::Geometry | |||||||
pfcDetailEntityInstructions::Create | ||||||||
Synopsis | ||||||||
#include <ProDtlentity.h> | ||||||||
ProError | ProDtlentitydataCurveSet | ( | ||||||
ProDtlentitydata entdata | ||||||||
/* (In) | ||||||||
The draft entity data. | ||||||||
*/ | ||||||||
ProCurvedata* curve | ||||||||
/* (In) | ||||||||
The curve data structure. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|