| Description |
| Gets the texture related properties of the part, assembly component, subassembly, on given side of quilt or surface. Note : In case of assembly model, set the modelitem's owner to top-level assembly. |
| Synopsis |
| #include <ProMdl.h> |
| ProError | ProMdlVisibleSideTexturepropsGet | ( |
| ProAsmitem* item | |
| /*
(In) |
| The asmitem representing the part, assembly component, subassembly, quilt or surface. |
| */ |
| int surf_side | |
| /*
(In) |
| Set to 0 (the direction of the surface normal) or 1 (the other side). |
| */ |
| ProSurfaceTextureProps* texture_properties | |
| /*
(Out) |
| Pointer to structure containing texture related properties. |
| */ |
| ) |
| Returns |
|
|