Documentación de la API > Creo Parametric fundamentals > Object ProMdl > Function ProMdlVisibleSideAppearancepropsGet
Function ProMdlVisibleSideAppearancepropsGet
Description
Gets the appearance properties of the part, assembly component, subassembly, 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>
ProMdlVisibleSideAppearancepropsGet
(
/* (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).
*/
ProSurfaceAppearanceProps* appearance_properties
/* (Out)
Structure containing appearance related properties.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The property does not exists.
User Guide References
¿Fue esto útil?