mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
fix radius
This commit is contained in:
@@ -1765,7 +1765,7 @@ taxonomy::item* mapping::map_impl(const IfcSchema::IfcTrimmedCurve* inst) {
|
||||
taxonomy::item* mapping::map_impl(const IfcSchema::IfcCircle* inst) {
|
||||
auto c = new taxonomy::circle;
|
||||
c->matrix = as<taxonomy::matrix4>(map(inst->Position()));
|
||||
c->radius = inst->Radius();
|
||||
c->radius = inst->Radius() * length_unit_;
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user