Category
Drawings and detail
, Object
ProDwg
Function ProDwgDraftRegenerate
Description
Regenerates the specified drawing draft entities.
Replacement in Object TOOLKIT:
pfcModel2D::Regenerate
Synopsis
#include <
ProDrawing.h
>
ProError
ProDwgDraftRegenerate
(
ProDrawing
p_draw
/* (In)
The drawing handle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully regenerated the draft entities.
PRO_TK_GENERAL_ERROR
The specified drawing is not valid for Creo Parametric TOOLKIT.
Manual References:
Drawings: Detail Note Data
Sample Code References:
pt_examples ( TestDrwSheets.c )