|
SHAPER
9.15.0
|
Classify shape according to the given solid. More...
Public Types | |
| typedef int | State |
Public Member Functions | |
| GEOMALGOAPI_EXPORT | GeomAlgoAPI_SolidClassifier (const std::shared_ptr< GeomAPI_Solid > theSolid, const std::shared_ptr< GeomAPI_Shape > theShape, const double theTolerance=1.e-7) |
| Perform classification of the shape according to the solid. More... | |
| State | state () const |
Classify shape according to the given solid.
| GeomAlgoAPI_SolidClassifier::GeomAlgoAPI_SolidClassifier | ( | const std::shared_ptr< GeomAPI_Solid > | theSolid, |
| const std::shared_ptr< GeomAPI_Shape > | theShape, | ||
| const double | theTolerance = 1.e-7 |
||
| ) |
Perform classification of the shape according to the solid.
| [in] | theSolid | the base solid |
| [in] | theShape | the shape to classify |
| [in] | theTolerance | comparison tolrence |
|
inline |