mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
#2819 Handle periodic bspline curves in serialization
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
|
||||||
|
#include <numeric>
|
||||||
|
|
||||||
template <typename T, typename U>
|
template <typename T, typename U>
|
||||||
int convert_to_ifc(const T& t, U*& u, bool /*advanced*/) {
|
int convert_to_ifc(const T& t, U*& u, bool /*advanced*/) {
|
||||||
std::vector<double> coords(3);
|
std::vector<double> coords(3);
|
||||||
|
|||||||
Reference in New Issue
Block a user