X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Shape.h;h=8e2c22f9a41afe72addb07b7cb9c353fb3cf69b7;hb=7f873aed4bae5a98dca078209699b54276b46fce;hp=6302f8606de051e68e675b655ea6e3193f4d81ab;hpb=32e6545db090868a3191b68f45a9d092f01b6d9e;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Shape.h b/src/GeomAPI/GeomAPI_Shape.h index 6302f8606..8e2c22f9a 100644 --- a/src/GeomAPI/GeomAPI_Shape.h +++ b/src/GeomAPI/GeomAPI_Shape.h @@ -21,6 +21,7 @@ class GEOMAPI_EXPORT GeomAPI_Shape : public GeomAPI_Interface /// Creation of empty (null) shape GeomAPI_Shape(); + /// Returns true if the underlied shape is null bool isNull() const; /// Returns whether the shapes are equal @@ -40,6 +41,8 @@ class GEOMAPI_EXPORT GeomAPI_Shape : public GeomAPI_Interface bool computeSize(double& theXmin, double& theYmin, double& theZmin, double& theXmax, double& theYmax, double& theZmax) const; + /// Returns the shape as BRep stream + std::string getShapeStream() const; }; //! Pointer on list of shapes