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