Category Drawings and detail, Object ProDwgtabledata

Function ProDwgtabledataOriginSet


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableDataFreeAttachSet
Description
Set the origin in the specified ProDwgtabledata structure
Replacement in Object TOOLKIT: pfcTableCreateInstructions::Origin
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtabledataOriginSet(
ProDwgtabledata data
/* (In)
ProDwgtabledata structure
*/
ProPoint3d origin
/* (In)
The origin for the table placement.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables
  3. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_userguide ( UgDwgtableExamples.c )