Fix various typos

This commit is contained in:
luz paz
2022-08-27 07:53:17 -04:00
committed by Thomas Krijnen
parent 74d730f368
commit 33199b4bb6
12 changed files with 366 additions and 204 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ int main() {
// Up until now we have only used simple extrusions for the creation of the geometry. For the
// ground mesh of the IfcSite we will use a Nurbs surface created in Open Cascade. The surface
// will be tesselated using the deflection specified.
// will be tessellated using the deflection specified.
TopoDS_Shape shape;
createGroundShape(shape);
IfcSchema::IfcProductDefinitionShape* ground_representation = IfcGeom::tesselate(STRINGIFY(IfcSchema), shape, 100.)->as<IfcSchema::IfcProductDefinitionShape>();