mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Fix matrix multiplication ordering for nested mapped items (#144)
This commit is contained in:
committed by
Thomas Krijnen
parent
1e86a31b81
commit
00215867c0
@@ -724,7 +724,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcMappedItem* l, IfcRepresentati
|
|||||||
bool b = convert_shapes(map->MappedRepresentation(), shapes);
|
bool b = convert_shapes(map->MappedRepresentation(), shapes);
|
||||||
|
|
||||||
for (size_t i = previous_size; i < shapes.size(); ++ i ) {
|
for (size_t i = previous_size; i < shapes.size(); ++ i ) {
|
||||||
shapes[i].append(gtrsf);
|
shapes[i].prepend(gtrsf);
|
||||||
|
|
||||||
// Apply styles assigned to the mapped item only if on
|
// Apply styles assigned to the mapped item only if on
|
||||||
// a more granular level no styles have been applied
|
// a more granular level no styles have been applied
|
||||||
|
|||||||
Reference in New Issue
Block a user