Function ProDwgtableSegMove
DEPRECATED:
Creo 13.0
SUPERSEDED BY:
Description
This function moves a table segment and optionally displays it in the new position.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableSegMove
(
ProDwgtable* p_table
/* (In)
The table whose segment you want to move
*/
int segment
/* (In)
The ID of the segment you want to move (or -1 for a one- segment table)
*/
ProVector new_pos
/* (In)
where you want to put the origin of the table, in world units
*/
ProBoolean display
/* (In)
whether to show the table in the new position.
*/
)
Returns
Success
The table could not be moved.
A -1 segment ID was used for a multiple segment table.
User Guide References
¿Fue esto útil?