* \ingroup DataAlgo
* \brief Allows to access the direct API
*/
-class GeomAlgoAPI_DirectAPI
+class GEOMALGOAPI_EXPORT GeomAlgoAPI_DirectAPI
{
public:
/// Creates a box using the dimensions.
//=================================================================================================
void GeomAlgoAPI_MakeShape::prepareNamingFaces()
{
- int index = 1;
+ long double index = 1;
GeomAPI_ShapeExplorer anExp(shape(), GeomAPI_Shape::FACE);
for(GeomAPI_ShapeExplorer anExp(shape(), GeomAPI_Shape::FACE); anExp.more(); anExp.next()) {
std::shared_ptr<GeomAPI_Shape> aFace = anExp.current();