API 文档 > Miscellaneous > Object ProTable > Function ProTableOriginGet
Function ProTableOriginGet
Description
Get the origin in the specified ProTableData structure
Synopsis
#include <ProTable.h>
ProTableOriginGet
(
ProTable* table
/* (In)
The table.
*/
int segment
/* (In)
The segment identifier. Pass Segment Id for Drawing and 0 Model.
*/
ProPoint3d origin
/* (Out)
The origin for the table placement.
*/
)
Returns
这对您有帮助吗?