API 설명서 > Geometry items > Object ProQuilt > Function ProQuiltToGeomitem
Function ProQuiltToGeomitem
Description
Converts a ProQuilt handle to its ProGeomitem handle.
Synopsis
#include <ProGeomitem.h>
ProQuiltToGeomitem
(
ProSolid solid
/* (In)
The owner of the quilt_handle.
*/
ProQuilt quilt_handle
/* (In)
The ProQuilt handle to convert.
*/
ProGeomitem* r_geom_item
/* (Out)
The ProGeomitem handle for the quilt. You must allocate the memory for this structure.
*/
)
Returns
The function successfully converted the quilt handle to its geometry item handle.
One or more of the input arguments are invalid.
Sample Code References
도움이 되셨나요?