mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fixes typo in IfcPointByDistanceExpression
This commit is contained in:
@@ -50,7 +50,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcPointByDistanceExpression* i
|
||||
|
||||
if (inst->OffsetLongitudinal().has_value()) {
|
||||
auto offset_longitudinal = inst->OffsetLongitudinal().get() * length_unit_;
|
||||
o == offset_longitudinal* x;
|
||||
o += offset_longitudinal* x;
|
||||
}
|
||||
|
||||
return taxonomy::make<taxonomy::matrix4>(o,z,x);
|
||||
|
||||
Reference in New Issue
Block a user