Category Geometry items, Object ProSurface

Function ProSurfaceTexturepropsGet


SUPERSEDED BY: ProSurfaceSideTexturepropsGet
Description
Gets the texture related properties of the surface. This API will be deprecated in future release.
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceTexturepropsGet(
ProModelitem* item
/* (In)
The modelitem representing the part, assembly component, subassembly, quilt or surface.
*/
ProSurfaceTextureProps* texture_properties
/* (Out)
Pointer to structure containing texture related properties.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NOT_EXISTProperties does not exist on item.

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Surface Properties
  3. User Interface: Basic Graphics: Surface Properties