mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Reset weights
This commit is contained in:
@@ -44,6 +44,7 @@ bool OpenCascadeKernel::convert(const taxonomy::bspline_surface::ptr bs, Handle(
|
||||
}
|
||||
|
||||
if (is_rational) {
|
||||
i = 0;
|
||||
for (auto it = bs->weights->begin(); it != bs->weights->end(); ++it, ++i) {
|
||||
j = 0;
|
||||
for (auto jt = (*it).begin(); jt != (*it).end(); ++jt, ++j) {
|
||||
|
||||
Reference in New Issue
Block a user