Documentación de la API > Geometry items > Object ProSurface > Function ProSurfaceQuiltGet
Function ProSurfaceQuiltGet
Description
Retrieves the quilt that owns the specified surface.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceQuiltGet
(
ProSolid owner_handle
/* (In)
The owner of the surface
*/
ProSurface p_surface
/* (In)
The surface handle
*/
ProQuilt* p_quilt
/* (Out)
The handle to the owner quilt
*/
)
Returns
The function successfully retrieved the information.
The specified surface does not belong to any quilt.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?