Mensaje 1 de 25
Problem with solid creation by TessellatedShapeBuilder
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
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