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>
ProErrorProDwgDraftRegenerate(
ProDrawing p_draw
/* (In)
The drawing handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully regenerated the draft entities.
PRO_TK_GENERAL_ERRORThe specified drawing is not valid for Creo Parametric TOOLKIT.

Manual References:

  1. Drawings: Detail Note Data

Sample Code References:

  1. pt_examples ( TestDrwSheets.c )