Category Geometry items, Object ProSurface

Function ProSurfaceSideAppearancepropsSet


Description
Sets the appearance properties on given side of the surface.
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceSideAppearancepropsSet(
ProModelitem* item
/* (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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_CANT_MODIFYThe property cannot be modified.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Surface Properties
  3. User Interface: Basic Graphics: Surface Properties