--names for filtering included or excluded entities by name, e.g. --include --names "Wall Compound*"

This commit is contained in:
Stinkfist0
2016-03-10 21:15:50 +02:00
parent b9c5b0e6c8
commit e9f551ea71
3 changed files with 18 additions and 16 deletions
-1
View File
@@ -176,7 +176,6 @@ namespace IfcGeom {
std::vector<std::pair<int,int> > edges_temp;
const TColgp_Array1OfPnt& nodes = tri->Nodes();
/// @todo can these UVs be used for texture coordinates as is?
const TColgp_Array1OfPnt2d& uvs = tri->UVNodes();
std::vector<gp_XYZ> coords;
BRepGProp_Face prop(face);