| SUPERSEDED BY: | ProSurfaceSideTextureplacementpropsGet |
| Description |
| Gets the texture placement related properties of the surface. This API will be deprecated in future release. |
| Synopsis |
| #include <ProSurface.h> |
| ProError | ProSurfaceTextureplacementpropsGet | ( |
| ProModelitem* item | |
| /*
(In) |
| The modelitem representing the part, assembly component, subassembly, quilt or surface. |
| */ |
| 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 |
|
|