Category Drawings and detail, Object ProDwgtable

Function ProDwgtableSegmentOriginSet


Description
Set table segment origin
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableSegmentOriginSet(
ProDwgtable* table
/* (In)
The reference to the table.
*/
int segment
/* (In)
The segment identifier
*/
ProPoint3d point
/* (In)
Point location of the segment
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Model-Based Definition and Drawing Tables: Drawing Table Segments