API ドキュメンテーション > Geometry items > Object ProSurface > Function ProSurfaceSideTextureplacementpropsGet
Function ProSurfaceSideTextureplacementpropsGet
Description
Gets the texture placement related properties on given side of the surface.
Synopsis
#include <ProSurface.h>
ProSurfaceSideTextureplacementpropsGet
(
/* (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).
*/
ProSurfaceTexturePlacementProps** texture_placement_properties
/* (Out)
ProArray of structures containing texture placement properties. The function allocates memory for this argument. To free it, call the function ProArrayFree.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Properties does not exist on item.
User Guide References
これは役に立ちましたか?