Message 1 of 2
Edge Strip Mesh in Garment maker

Not applicable
10-24-2018
03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Team,
I garment maker, we have option to see stitches.
We check 'Draw Seams' to see seams. Attached is the screenshot.
And through code using garment maker param block
GMpblock->SetValue(pb_showseams, 0, TRUE);
I want to see edge strip mesh in viewport through garment maker. But i cannot find how to do.
I can do this through cloth using cloth param block with pb_show_strip_mesh enum.
Cfxpblock->SetValue(pb_show_strip_mesh, 0, TRUE);
How can i do this through garment maker param block?
Is there any enum like pb_show_strip_mesh in garment maker for seeing the edge strip mesh?
Please help.