Skip to content

Commit 0a6aede

Browse files
committed
Fixed typo.
Fixed typo.
1 parent 6c0dbe0 commit 0a6aede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# STEPToPoints
22

33
## Description
4-
The program STEPToPoints is a command line utility to generate point clouds out of solids contained in STEP files. The supported output file formats is xyz (vertex positions and normal vectors). A popular viewer for the supported file format is MeshLab (https://www.meshlab.net). STEPToPoints is based on OpenCASCADE (https://www.opencascade.com). The program uses cxxops (https://github.com/jarro2783/cxxopts) for parsing the command line.
4+
The program STEPToPoints is a command line utility to generate point clouds out of solids contained in STEP files. The supported output file format is xyz (vertex positions and normal vectors). A popular viewer for the supported file format is MeshLab (https://www.meshlab.net). STEPToPoints is based on OpenCASCADE (https://www.opencascade.com). The program uses cxxops (https://github.com/jarro2783/cxxopts) for parsing the command line.
55

66
## Requirements
77
* CMake installation (https://cmake.org)

0 commit comments

Comments
 (0)