Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVisibleAppearancepropsSet


SUPERSEDED BY: ProMdlVisibleSideAppearancepropsSet
Description
Sets the appearance properties of the part, assembly component, subassembly, 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. This API will be deprecated in future release.
Replacement in Object TOOLKIT: wfcWSelection::SetVisibleAppearance
Synopsis
#include <ProMdl.h>
ProErrorProMdlVisibleAppearancepropsSet(
ProAsmitem* item
/* (In)
The asmitem representing the part, assembly component, subassembly, quilt or surface.
*/
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.

Manual References:

  1. Core: Models and Model Items: Surface Properties of Models
  2. Core: Models and Model Items: Surface Properties of Models
  3. Technical Summary of Changes for Creo 4.0 F000: Surfaces