API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlVisibleSideTextureplacementpropsSet
Function ProMdlVisibleSideTextureplacementpropsSet
Description
Sets the texture placement placement 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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlVisibleSideTextureplacementpropsSet
(
/* (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
/* (In)
ProArray of structures containing texture placement properties.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?