Object ProCavitylayout

Function ProCavitylayoutOriginSet


Description
Sets the cavity layout origin
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutOriginSet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle;
*/
ProAsmcomppath* csys_comp_path
/* (In)
component path from the layout owner to the Csys owner;
*/
ProCsys owner_csys
/* (In)
Coordinate system belonging to the model set by csys_comp_path.
*/
)
Returns
PRO_TK_NO_ERRORThe origin is successfully set.
PRO_TK_BAD_INPUTSThe given csys does not belong to the specified owner.
PRO_TK_GENERAL_ERRORCannot set the layout origin.

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )