Add support for IfcSectionedSurface

This commit is contained in:
Thomas Krijnen
2024-09-12 11:20:30 +02:00
parent 35a4d87a65
commit 2545769f67
11 changed files with 361 additions and 194 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace ifcopenshell { namespace geometry {
/// @brief utility class to evaluate piecewise_function objects
class piecewise_function_evaluator {
public:
piecewise_function_evaluator(taxonomy::piecewise_function::const_ptr pwf, ifcopenshell::geometry::Settings* settings=nullptr);
piecewise_function_evaluator(taxonomy::piecewise_function::const_ptr pwf, const ifcopenshell::geometry::Settings* settings=nullptr);
/// @brief returns a vector of "distance along" points where the evaluate function computes loop points
std::vector<double> evaluation_points() const;