Category
Geometry items
, Object
ProSurface
Function ProSurfaceTypeGet
Description
Retrieves the surface type.
Synopsis
#include <
ProSurface.h
>
ProError
ProSurfaceTypeGet
(
ProSurface
p_surface
/* (In)
The surface handle
*/
ProSrftype
*
p_srf_type
/* (Out)
The surface type
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the surface type.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Core: 3D Geometry: Geometry of Surfaces
Core: 3D Geometry: Geometry of Surfaces
Sample Code References:
pt_autoaxis ( AutoAxis.c )
pt_autoaxis ( AutoAxis.c )
pt_examples ( TestAnalysisSurface.c )
pt_examples ( TestSolid.c )
pt_examples ( TestExtrude.c )
pt_examples ( TestExport.c )
pt_examples ( TestGeom.c )
pt_examples ( TestXsec.c )
pt_examples ( TestCollect.c )
pt_examples ( UtilCollect.c )
pt_userguide ( UgGeomConeAngDisp.c )
pt_userguide ( UgGtolCreate.c )
pt_userguide ( UgXsecMassProps.c )