API ドキュメンテーション > Creo Parametric fundamentals > Object ProMdl > Function ProMdlVisibleSideTexturepropsGet
Function ProMdlVisibleSideTexturepropsGet
Description
Gets the texture related properties of the part, assembly component, subassembly, on given side of quilt or surface. Note : In case of assembly model, set the modelitem's owner to top-level assembly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlVisibleSideTexturepropsGet
(
/* (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
/* (Out)
Pointer to structure containing texture related properties.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Properties does not exist on item.
User Guide References
これは役に立ちましたか?