20 #ifndef GEOMALGOAPI_TUBE_H_
21 #define GEOMALGOAPI_TUBE_H_
23 #include <GeomAlgoAPI_MakeShape.h>
43 GEOMALGOAPI_EXPORT
bool check();
46 GEOMALGOAPI_EXPORT
void build();
Interface to the root class of all topological shapes constructions.
Definition: GeomAlgoAPI_MakeShape.h:35
Allows to create Tube Primitives.
Definition: GeomAlgoAPI_Tube.h:30
GEOMALGOAPI_EXPORT void build()
Builds the torus.
Definition: GeomAlgoAPI_Tube.cpp:67
GEOMALGOAPI_EXPORT bool check()
Checks if data for the torus construction is OK.
Definition: GeomAlgoAPI_Tube.cpp:50