make enforced only INTERNAL vertices
+ if ( exp_face.Current().Orientation() != TopAbs_INTERNAL )
+ continue;
// Get coords of vertex
// Check if current coords is already in enfVertexList
// If coords not in enfVertexList, add new enfVertex
+ if ( exp_face.Current().Orientation() != TopAbs_INTERNAL )
+ continue;
aPnt = BRep_Tool::Pnt(TopoDS::Vertex(exp_face.Current()));
MESSAGE("Found vertex on face at " << aPnt.X() <<", "<<aPnt.Y()<<", "<<aPnt.Z());
BLSURFPlugin_Hypothesis::TEnfVertex* enfVertex = new BLSURFPlugin_Hypothesis::TEnfVertex();