| Description |
| Sets the texture placement placement properties on given side of the surface. |
| Synopsis |
| #include <ProSurface.h> |
| ProError | ProSurfaceSideTextureplacementpropsSet | ( |
| 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). |
| */ |
| ProSurfaceTexturePlacementProps* texture_placement_properties | |
| /*
(In) |
| ProArray of structures containing texture placement properties. |
| */ |
| ) |
| Returns |
|
|