Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVisibleSideTextureplacementpropsGet


Description
Gets the texture placement related properties of the part, assembly component, subassembly, given side of quilt or surface. Note : In case of assembly model, set the modelitem's owner to top-level assembly.
Synopsis
#include <ProMdl.h>
ProErrorProMdlVisibleSideTextureplacementpropsGet(
ProAsmitem* item
/* (In)
The asmitem representing the part, assembly component, subassembly, quilt or surface.
*/
int surf_side
/* (In)
Set to 0 (the direction of the surface normal) or 1 (the other side).
*/
ProSurfaceTexturePlacementProps** texture_placement_properties
/* (Out)
ProArray of structures containing texture placement properties. The function allocates memory for this argument. To free it, call the function ProArrayFree.
*/
)
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