Description | ||||||||
Sets the texture related properties of the part, assembly component, subassembly, on given side of quilt or surface. These may or may not be visible depending on the properties set by the higher level assembly. Call ProWindowRepaint() after this API to see the changes in UI. | ||||||||
Synopsis | ||||||||
#include <ProMdl.h> | ||||||||
ProError | ProMdlVisibleSideTexturepropsSet | ( | ||||||
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). | ||||||||
*/ | ||||||||
ProSurfaceTextureProps* texture_properties | ||||||||
/* (In) | ||||||||
Structure containing texture related properties. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|