API 설명서 > Geometry items > Object ProQuilt > Function ProQuiltInit
Function ProQuiltInit
Description
Initializes the ProQuilt handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProQuilt.h>
ProQuiltInit
(
ProSolid p_owner_handle
/* (In)
The solid owner of the quilt
*/
int quilt_id
/* (In)
The quilt identifier
*/
ProQuilt* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?