Fix typos in TD and FEM source comments/documentation [skip ci]

This commit is contained in:
luz paz
2022-11-07 07:17:46 -05:00
committed by WandererFan
parent 308fa5b73a
commit e75ffa0566
6 changed files with 7 additions and 7 deletions

View File

@@ -413,7 +413,7 @@ TopoDS_Shape DrawComplexSection::makeAlignedPieces(const TopoDS_Shape &rawShape,
TopoDS_Shape pieceRotated = mkTransRotate.Shape();
//align a copy of the piece with OXYZ so we can use bounding box to get
//width, depth, height of the piece. We copy the piece so the tranformation
//width, depth, height of the piece. We copy the piece so the transformation
//does not affect the original.
BRepBuilderAPI_Copy BuilderPieceCopy(pieceRotated);
TopoDS_Shape copyPieceRotatedShape = BuilderPieceCopy.Shape();