20#ifndef GeomAlgoAPI_Loft_H_
21#define GeomAlgoAPI_Loft_H_
23#include "GeomAlgoAPI.h"
25#include "GeomAlgoAPI_MakeShape.h"
27#include <GeomAPI_Shape.h>
43 const GeomShapePtr theSecondShape);
46 void build(
const GeomShapePtr theFirstShape,
47 const GeomShapePtr theSecondShape);
Allows to create loft of two objects with same type.
Definition: GeomAlgoAPI_Loft.h:37
GeomAlgoAPI_Loft(const GeomShapePtr theFirstShape, const GeomShapePtr theSecondShape)
Creates loft for two given shape with same type.
Definition: GeomAlgoAPI_Loft.cpp:30
Interface to the root class of all topological shapes constructions.
Definition: GeomAlgoAPI_MakeShape.h:35
virtual GEOMALGOAPI_EXPORT void build()
Execute the algorithm.
Definition: GeomAlgoAPI_MakeShape.h:77