mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 04:29:55 +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()) {
|
if (inst->OffsetLongitudinal().has_value()) {
|
||||||
auto offset_longitudinal = inst->OffsetLongitudinal().get() * length_unit_;
|
auto offset_longitudinal = inst->OffsetLongitudinal().get() * length_unit_;
|
||||||
o == offset_longitudinal* x;
|
o += offset_longitudinal* x;
|
||||||
}
|
}
|
||||||
|
|
||||||
return taxonomy::make<taxonomy::matrix4>(o,z,x);
|
return taxonomy::make<taxonomy::matrix4>(o,z,x);
|
||||||
|
|||||||
Reference in New Issue
Block a user