forked from inr-kit/McCad-0.5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
# McCad-0.5 | ||
The new McCad version with imporved decomposition function | ||
|
||
McCad0.5.0 has improved the decomposition functions, which can process the model with boundary surfaces of planes and cylinders. | ||
|
||
Type "McCad -d (stepfilename).stp -n" to decompose the input CAD model. | ||
|
||
the last parameter -n is to control combine the solids after decomposition or not. | ||
|
||
-0 means the decomposed solids will be saved as independent solids. | ||
-1 means the the decomposed solids which belong to one original solid will be combined. | ||
-2 means all the decomposed solids will be combined as one solid. | ||
|
||
McCad-0.5 will be not supported. The source code only used for reference. | ||
All the interface and functions have been tranfered to FreeCAD-McCad. |