Message 1 of 25
Problem with solid creation by TessellatedShapeBuilder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to import some solids created by an external library into Revit with TessellatedShapeBuilder. All solids are correctly tessellated and closed. But I got sometimes the following error on calling TessellatedShapeBuilder.Build()
Could not Crate consistent vertext list
As far as I know there are some restriction about triangle. e.g. the distance between two vertex. I could merge two vertex in this case. But I dont know other restriction and how could I adjust my vertex list and triangle list to avoid the above error?
Thanks
Erik