Skip to content

Commit 841981c

Browse files
committed
update README.md
1 parent 0bfc0e3 commit 841981c

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# node-occ
22

3-
OpenCascade nodejs extension for solid modeling.
3+
OpenCascade NodeJS package for solid modeling.
44

5-
This nodejs extension provides _solid construction_ to nodejs.
5+
This package provides _solid construction_ to NodeJS.
66
It provides a simple yet powerful javascript api to construct 3D geometry models.
77

88
This project comes with a set of V8 wrappers around OpenCascade API and a sample web application.
99

10-
[![Build Status](https://travis-ci.org/OpenWebCAD/node-occ.png?branch=master)](https://travis-ci.org/OpenWebCAD/node-occ)
1110
[![Build status](https://ci.appveyor.com/api/projects/status/s5eaux89v2c0wmu4?svg=true)](https://ci.appveyor.com/project/erossignon/node-occ-6ktv4)
1211

1312
### quick example
@@ -35,11 +34,11 @@ alt="node occ" width="240" height="180" border="10" /></a>
3534

3635
### list of features
3736

38-
- creation of basic shapes ( box, cylinder , cone , torus )
39-
- boolean operation ( fuse , common , cut )
40-
- features ( draftAngle)
41-
- solid properties ( faces, edges, vertices, area , volume )
42-
- import export ( STEP BREP )
37+
- creation of basic shapes ( box, cylinder , cone , torus )
38+
- boolean operation ( fuse , common , cut )
39+
- features ( draftAngle)
40+
- solid properties ( faces, edges, vertices, area , volume )
41+
- import export ( STEP BREP )
4342

4443
### sample web application
4544

@@ -53,7 +52,6 @@ $npm install node-occ
5352

5453
## building node-occ from source : prerequisites
5554

56-
5755
#### on (linux Ubuntu
5856

5957
(use nodejs 12 or 14)
@@ -85,24 +83,25 @@ make test
8583

8684
### on windows
8785

88-
- follow the tutorial in the [wiki](https://github.com/erossignon/node-occ/wiki)
86+
- follow the tutorial in the [wiki](https://github.com/erossignon/node-occ/wiki)
8987

9088
## dependencies:
9189

92-
- threejs : https://github.com/mrdoob/three.js
90+
- threejs : https://github.com/mrdoob/three.js
9391

94-
## acknowledgement:
92+
## acknowledgment:
9593

96-
- OpenCascade : http://www.opencascade.org
97-
- occmodel : https://github.com/tenko/occmodel
98-
- ShapeSmith : https://github.com/bjnortier/shapesmith
94+
- OpenCascade : http://www.opencascade.org
95+
- occmodel : https://github.com/tenko/occmodel
96+
- ShapeSmith : https://github.com/bjnortier/shapesmith
9997

10098
## MIT License
10199

102-
Copyright © 2012-2019 E. Rossignon
100+
Copyright © 2012-2022 E. Rossignon
101+
Copyright © 2022 Sterfive SAS
103102

104103
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
105104

106105
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
107106

108-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
107+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)