# Wrap Solidify only for vtk models

**URL:** https://discourse.slicer.org/t/wrap-solidify-only-for-vtk-models/19030
**Category:** Support
**Created:** [August 2, 2021, 4:21pm UTC](https://discourse.slicer.org/t/wrap-solidify-only-for-vtk-models/19030 "2021-08-02T16:21:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![siaeleni](https://avatars.discourse-cdn.com/v4/letter/s/b4bc9f/32.png) [@siaeleni](https://discourse.slicer.org/u/siaeleni)
#### Post date: [August 2, 2021, 4:21pm UTC](https://discourse.slicer.org/t/wrap-solidify-only-for-vtk-models/19030/1 "2021-08-02T16:21:23Z")

</div>

Hello,  
I want to use the functionality from Wrap Solidify to a vtk model, without having any DICOM file,  
Is it possible to do that, if yes can you give me a hint?

Thanks

---

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [August 2, 2021, 4:59pm UTC](https://discourse.slicer.org/t/wrap-solidify-only-for-vtk-models/19030/2 "2021-08-02T16:59:30Z")

</div>

If you import the vtk model into Slicer, right click on it in Data module and convert to a segmentation. After that you should be able to use all Segment Editor effects (including Wat Solidify) on it. You will have to export it as a model after you are done editing.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [August 3, 2021, 12:14pm UTC](https://discourse.slicer.org/t/wrap-solidify-only-for-vtk-models/19030/3 "2021-08-03T12:14:18Z")

</div>

If a surface representation exists in the segmentation (e.g., because you imported the segmentation from a model node, or loaded a surface mesh file as segmentation) then [Wrap Solidify effect takes that surface from the segmentation node](https://github.com/sebastianandress/Slicer-SurfaceWrapSolidify/blob/a9512a05f4203f4ae75211a9efde2bcab8bb549e/SegmentEditorWrapSolidify/SegmentEditorWrapSolidifyLib/SegmentEditorEffect.py#L404), so what @muratmaga described should work well. Therefore, the Wrap Solidify effect should work as is.

For reference, this topic seems to be a continuation of this topic: [Converting open surface model into segmentation](https://discourse.slicer.org/t/converting-open-surface-model-into-segmentation/19034)
