Category Geometry items, Object ProSurface

Function ProSurfaceQuiltGet


Description
Retrieves the quilt that owns the specified surface.
Replacement in Object TOOLKIT: pfcSurface::OwnerQuilt
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceQuiltGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe specified surface does not belong to any quilt.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions

Sample Code References:

  1. pt_examples ( UtilGeom.c )