Documentação da API > Geometry items > Object ProSurface > Function ProSurfaceSideTexturepropsSet
Function ProSurfaceSideTexturepropsSet
Description
Sets the texture related properties on given side of the surface.
Synopsis
#include <ProSurface.h>
ProSurfaceSideTexturepropsSet
(
/* (In)
The modelitem representing the part, assembly component, subassembly, quilt or surface.
*/
int surface_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
The function succeeded.
One or more input arguments was invalid.
The property cannot be modified.
User Guide References
Isto foi útil?