mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:20:00 +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) {
|
if (is_rational) {
|
||||||
|
i = 0;
|
||||||
for (auto it = bs->weights->begin(); it != bs->weights->end(); ++it, ++i) {
|
for (auto it = bs->weights->begin(); it != bs->weights->end(); ++it, ++i) {
|
||||||
j = 0;
|
j = 0;
|
||||||
for (auto jt = (*it).begin(); jt != (*it).end(); ++jt, ++j) {
|
for (auto jt = (*it).begin(); jt != (*it).end(); ++jt, ++j) {
|
||||||
|
|||||||
Reference in New Issue
Block a user