| SUPERSEDED BY: | ProMdlVisibleSideTexturepropsSet |
| Description |
| Sets the texture related properties of the part, assembly component, subassembly, quilt or surface. These may or may not be visible depending on the properties set by the higher level assembly. Call ProWindowRepaint() after this API to see the changes in UI. This API will be deprecated in future release. |
| Replacement in Object TOOLKIT: | wfcWSelection::SetVisibleTextures |
| Synopsis |
| #include <ProMdl.h> |
| ProError | ProMdlVisibleTexturepropsSet | ( |
| ProAsmitem* item | |
| /*
(In) |
| The asmitem representing the part, assembly component, subassembly, quilt or surface. |
| */ |
| ProSurfaceTextureProps* texture_properties | |
| /*
(In) |
| Structure containing texture related properties. |
| */ |
| ) |
| Returns |
|
|