20#ifndef GeomAlgoAPI_CompoundBuilder_H_
21#define GeomAlgoAPI_CompoundBuilder_H_
23#include <GeomAlgoAPI.h>
24#include <GeomAPI_Shape.h>
25#include <GeomAPI_Pnt.h>
26#include <GeomAPI_Dir.h>
41 static std::shared_ptr<GeomAPI_Shape> compound(
42 std::list<std::shared_ptr<GeomAPI_Shape> > theShapes);
Allows to create face-shapes by different parameters.
Definition: GeomAlgoAPI_CompoundBuilder.h:37