Documentación de la API > Miscellaneous > Object ProCavitylayout > Function ProCavitylayoutLeaderCsysSet
Function ProCavitylayoutLeaderCsysSet
Description
Sets coordinate system in the leader model to be used for placement of the layout members
Synopsis
ProCavitylayoutLeaderCsysSet
(
/* (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
The layout leader csys is successfully set.
The given csys does not belong to the layout leader model.
Cannot set the layout leader csys.
Sample Code References
¿Fue esto útil?