API 설명서 > Miscellaneous > Object ProCavitylayout > Function ProCavitylayoutOriginGet
Function ProCavitylayoutOriginGet
Description
Given the Cavity Layout handle of an existing layout, gets the coordinate system of the top assembly used for the placement of layout
Synopsis
ProCavitylayoutOriginGet
(
/* (In)
Pointer to the layout handle
*/
ProAsmcomppath* csys_comp_path
/* (Out)
component path to coordinate system
*/
ProCsys* owner_csys
/* (Out)
top assembly coordinate system
*/
)
Returns
The information is successfully received.
The handle has invalid data or not initiated
The cavity layout corresponding to the handle does not exists.
Sample Code References
도움이 되셨나요?