mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix discrepancy with v06
This commit is contained in:
@@ -169,7 +169,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcAxis2Placement3D* l, gp_Trsf&
|
||||
const bool hasRef = l->hasRefDirection();
|
||||
|
||||
if (hasAxis != hasRef) {
|
||||
Logger::Warning("Axis and RefDirection should be specified together", l);
|
||||
Logger::Warning("Axis and RefDirection should be specified together", l->entity);
|
||||
}
|
||||
|
||||
if (hasAxis) {
|
||||
|
||||
Reference in New Issue
Block a user