API-Dokumentation > Geometry items > Object ProGeomitem > Function ProGeomitemToQuilt
Function ProGeomitemToQuilt
Description
Converts a quilt ProGeomitem handle to a ProQuilt handle.
Synopsis
#include <ProGeomitem.h>
ProGeomitemToQuilt
(
ProGeomitem* p_geom_item
/* (In)
The quilt geometry item handle
*/
ProQuilt* r_quilt_handle
/* (Out)
The quilt handle initialized, based on the input geometry item handle
*/
)
Returns
The function successfully converted the geometry item handle to a quilt handle.
The input geometry item handle is invalid, or does not refer to a quilt.
Sample Code References
War dies hilfreich?