Object ProCavitylayout

Function ProCavitylayoutLeaderCsysSet


Description
Sets coordinate system in the leader model to be used for placement of the layout members
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutLeaderCsysSet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle;
*/
ProAsmcomppath* csys_comp_path
/* (In)
component path from the layout leader to the Csys owner.
*/
ProCsys leader_csys
/* (In)
Coordinate system belonging to the model set by csys_comp_path.
*/
)
Returns
PRO_TK_NO_ERRORThe layout leader csys is successfully set.
PRO_TK_BAD_INPUTSThe given csys does not belong to the layout leader model.
PRO_TK_GENERAL_ERRORCannot set the layout leader csys.

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )