Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVisibleTexturepropsGet


SUPERSEDED BY: ProMdlVisibleSideTexturepropsGet
Description
Gets the texture related properties of the part, assembly component, subassembly, quilt or surface. Note : In case of assembly model, set the modelitem's owner to top-level assembly. This API will be deprecated in future release.
Replacement in Object TOOLKIT: wfcWSelection::GetVisibleTextures
Synopsis
#include <ProMdl.h>
ProErrorProMdlVisibleTexturepropsGet(
ProAsmitem* item
/* (In)
The asmitem 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. Core: Models and Model Items: Surface Properties of Models
  2. Core: Models and Model Items: Surface Properties of Models
  3. Technical Summary of Changes for Creo 4.0 F000: Surfaces