# Set Drawing Mode On Specific List of Nodes

**URL:** https://forum.techsoft3d.com/t/set-drawing-mode-on-specific-list-of-nodes/3868
**Category:** HOOPS Visualize Web
**Created:** [July 16, 2024, 6:09pm UTC](https://forum.techsoft3d.com/t/set-drawing-mode-on-specific-list-of-nodes/3868 "2024-07-16T18:09:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![justin.larosa](https://avatars.discourse-cdn.com/v4/letter/j/73ab20/32.png) [@justin.larosa](https://forum.techsoft3d.com/u/justin.larosa)
#### Post date: [July 16, 2024, 6:09pm UTC](https://forum.techsoft3d.com/t/set-drawing-mode-on-specific-list-of-nodes/3868/1 "2024-07-16T18:09:36Z")

</div>

Hello,

In communicator, is it possible to set a drawing mode on just a specific set of nodes, and not the entire view like this example;

```
 var hiddenLineSettings = hwv.view.getHiddenLineSettings();
 hiddenLineSettings.setObscuredLineOpacity(0);
 hwv.view.setDrawMode(Communicator.DrawMode.HiddenLine);

```

---

<div class="post-metadata">

### Author: ![tino](https://avatars.discourse-cdn.com/v4/letter/t/9dc877/32.png) [@tino](https://forum.techsoft3d.com/u/tino)
#### Post date: [July 16, 2024, 8:01pm UTC](https://forum.techsoft3d.com/t/set-drawing-mode-on-specific-list-of-nodes/3868/2 "2024-07-16T20:01:06Z")

</div>

Hello @justin.larosa,

[Draw modes](https://docs.techsoft3d.com/communicator/latest/prog_guide/viewing/scene_attributes/draw-modes.html#draw-modes) are limited at only the `View` level. So it is not possible to set different draw modes on a specific set of nodes.

I can tell you that we already have a feature request to expand setting draw modes to `Model` nodes. No further updates are available at this time on this feature request, however.

Thanks,  
Tino
