| the normal vector of point is opposite |
 |
| xiangchunkong |
2012/06/27 07:16 |
Hi,
I get the Normal vector of points on the model with two way:
first way:
1.use Geom_Surface::D1(u,v,pt,vec1,vec2)
2.vecResult = vec1^vec2(cross product)
second way:
1.use BRepGProp_Face propsface(face);propsface.Normal(SRU,SRV,gpPt,vecResult);
i get the normal vector of the point ,but sometime the normal vector is opposite that direction toward the models's inside
Thanks for any help
kong |
|
You have to be logged in to download the attached file
|
 |
| | | |