Searched refs:cout (Results 1 - 2 of 2) sorted by relevance

/hets/FreeCAD/BrepConversion/src/
H A Dmain.cxx21 cout << "<rectangle>" << endl;
22 cout <<s;
23 cout << "</rectangle>" << endl;
33 cout << "<line>" << endl;
34 cout <<s;
35 cout << "</line>" << endl;
H A Dbrep_to_xml.cxx60 cout << "TopAbs_COMPOUND" << endl;
63 cout << "TopAbs_COMPSOLID" << endl;
66 cout << "TopAbs_SOLID" << endl;
69 cout << "TopAbs_SHELL" << endl;
72 cout << "TopAbs_FACE" << endl;
75 cout << "TopAbs_WIRE" << endl;
78 cout << "TopAbs_EDGE" << endl;
81 cout << "TopAbs_VERTEX" << endl;
84 cout << "TopAbs_SHAPE" << endl;
120 // cout << S
[all...]

Completed in 17 milliseconds