API 설명서 > Geometry items > Object ProSurface > Function ProSurfaceSideAppearancepropsGet
Function ProSurfaceSideAppearancepropsGet
Description
Gets the appearance properties of given side of the surface.
Synopsis
#include <ProSurface.h>
ProSurfaceSideAppearancepropsGet
(
/* (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
/* (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
도움이 되셨나요?