API Documentation > Miscellaneous > Object ProCavitylayout > Function ProCavitylayoutAlloc
Function ProCavitylayoutAlloc
Description
Allocates the handle of a new cavity layout
Synopsis
ProCavitylayoutAlloc
(
ProMdl owner
/* (In)
The top assembly to own the layout (may be either regular assembly or mold/casting model)
*/
ProCavityLayout* cvlayout
/* (Out)
Pointer to the layout handle
*/
)
Returns
The handle is successfully allocated.
The owner handle is invalid
Cannot allocate the handle
Sample Code References
Was this helpful?