| SUPERSEDED BY: | ProMdlVisibleSideTextureplacementpropsGet |
| Description |
| Gets the texture placement related properties of the part, assembly component, subassembly, quilt or surface. Note : In case of assembly model, set the modelitem's owner to top-level assembly. This API will be deprecated in future release. |
| Replacement in Object TOOLKIT: | wfcWSelection::GetVisibleTextures |
| Synopsis |
| #include <ProMdl.h> |
| ProError | ProMdlVisibleTextureplacementpropsGet | ( |
| ProAsmitem* item | |
| /*
(In) |
| The asmitem 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 |
|
|