Message 1 of 3
SubDMesh Documentation?

Not applicable
11-08-2013
08:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been looking for SubDMesh documentation, but there's none. Kean's and Balaji's examples are excellent but i want to know how the parameters are sequenced:
sdm.SetSubDMesh(vertarray, facearray, 0);
Are the vertarray or facearray supposed to be arranged or sorted?
Or can they be random?
My problem is that, after closing the SubDMesh, i just can't make it WaterTight.
And so the conversion to solid, sdm.ConvertToSolid(false, false); always fails.
In short, what is the requirement of SubDMesh to be .WaterTight?
Efren