mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix #7554
This commit is contained in:
@@ -91,7 +91,7 @@ bool IfcGeom::Representation::BRep::calculate_volume(double& volume) const {
|
|||||||
volume = 0.;
|
volume = 0.;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
volume = s->area()->to_double();
|
volume = s->volume()->to_double();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user