| BRep_Tool::Triangulation not returing normals |
 |
| Kapil |
2012/01/25 07:34 |
Does BRep_Tool::Triangulation always returns a triangulation with normal information or is there no such guarantee?? I see that for pretty simply cases (cube, read from an iges file) I receive triangulations with no normal information.
|
 |
| |
 | | Forum supervisor |
2012/01/25 08:14 |
Dear Kapil,
BRep_Tool::Triangulation doesn't make calculation of normals.
Regards |
 |
| |
 | | Kapil |
2012/01/25 11:47 |
| Thanks for the prompt reply. Is there a single api call to make opencascade do that for me - or will I have to do it for each individual node of triangulation?? I did some homework but was not able to fins such an api :(. |
 |
| |
 | | Forum supervisor |
2012/01/26 06:41 |
Dear Kapil,
See void Poly::ComputeNormals(const Handle(Poly_Triangulation)& Tri).
Regards
|
 |
| |