API Documentation > Geometry items > Object ProSurface > Function ProSurfaceSideAppearancepropsSet
Function ProSurfaceSideAppearancepropsSet
Description
Sets the appearance properties on given side of the surface.
Synopsis
#include <ProSurface.h>
ProSurfaceSideAppearancepropsSet
(
/* (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).
*/
ProSurfaceAppearanceProps* appearance_properties
/* (In)
Structure containing surface appearance properties. Pass NULL to set default surface appearance properties.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The property cannot be modified.
User Guide References
Was this helpful?