-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample_files folder with initial sample.
- Loading branch information
Showing
2 changed files
with
85 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<xcsg version="1.0" secant_tolerance="0.010000000000000002"> | ||
<metadata> | ||
<software name="angelcad" version="v1.0-00"/> | ||
<model name="ISO_nut" created="2017-05-05T20:11:04"/> | ||
</metadata> | ||
<difference3d> | ||
<intersection3d> | ||
<tmatrix> | ||
<trow c0="0.010000000000000002" c1="0" c2="0" c3="0"/> | ||
<trow c0="0" c1="0.010000000000000002" c2="0" c3="0"/> | ||
<trow c0="0" c1="0" c2="0.010000000000000002" c3="0"/> | ||
<trow c0="0" c1="0" c2="0" c3="1"/> | ||
</tmatrix> | ||
<linear_extrude dz="1480"> | ||
<polygon> | ||
<tmatrix> | ||
<trow c0="100" c1="0" c2="0" c3="-1158.308956772089"/> | ||
<trow c0="0" c1="100" c2="0" c3="-1337.5"/> | ||
<trow c0="0" c1="0" c2="100" c3="0"/> | ||
<trow c0="0" c1="0" c2="0" c3="1"/> | ||
</tmatrix> | ||
<vertices> | ||
<vertex x="23.16617913544178" y="6.6874997599424058"/> | ||
<vertex x="23.16617913544178" y="20.062500240057595"/> | ||
<vertex x="11.58308956772089" y="26.75"/> | ||
<vertex x="0" y="20.062500240057595"/> | ||
<vertex x="0" y="6.6874997599424058"/> | ||
<vertex x="11.58308956772089" y="0"/> | ||
</vertices> | ||
</polygon> | ||
</linear_extrude> | ||
<cone h="25.752000000000006" r1="26.75" r2="0" center="false"> | ||
<tmatrix> | ||
<trow c0="100" c1="0" c2="0" c3="0"/> | ||
<trow c0="0" c1="100" c2="0" c3="0"/> | ||
<trow c0="0" c1="0" c2="100" c3="0"/> | ||
<trow c0="0" c1="0" c2="0" c3="1"/> | ||
</tmatrix> | ||
</cone> | ||
</intersection3d> | ||
<union3d> | ||
<tmatrix> | ||
<trow c0="1.0625" c1="0" c2="0" c3="0"/> | ||
<trow c0="0" c1="1.0625" c2="0" c3="0"/> | ||
<trow c0="0" c1="0" c2="1" c3="-7.5"/> | ||
<trow c0="0" c1="0" c2="0" c3="1"/> | ||
</tmatrix> | ||
<cylinder h="30" r="6.8308657258749008" center="false"/> | ||
<rotate_extrude angle="94.247779607693801" pitch="-2"> | ||
<tmatrix> | ||
<trow c0="1" c1="0" c2="0" c3="0"/> | ||
<trow c0="0" c1="6.123233995736766e-017" c2="-1" c3="0"/> | ||
<trow c0="0" c1="1" c2="6.123233995736766e-017" c3="30"/> | ||
<trow c0="0" c1="0" c2="0" c3="1"/> | ||
</tmatrix> | ||
<polygon> | ||
<tmatrix> | ||
<trow c0="6.123233995736766e-017" c1="1" c2="0" c3="6.4844555705785751"/> | ||
<trow c0="-1" c1="6.123233995736766e-017" c2="0" c3="1"/> | ||
<trow c0="0" c1="0" c2="1" c3="0"/> | ||
<trow c0="0" c1="0" c2="0" c3="1"/> | ||
</tmatrix> | ||
<vertices> | ||
<vertex x="0.020000000000000004" y="0"/> | ||
<vertex x="1.98" y="0"/> | ||
<vertex x="1.98" y="0.3080126941204071"/> | ||
<vertex x="1.75" y="0.4330126941204071"/> | ||
<vertex x="1.125" y="1.5155444294214249"/> | ||
<vertex x="0.875" y="1.5155444294214249"/> | ||
<vertex x="0.25" y="0.4330126941204071"/> | ||
<vertex x="0.020000000000000004" y="0.3080126941204071"/> | ||
</vertices> | ||
</polygon> | ||
</rotate_extrude> | ||
</union3d> | ||
</difference3d> | ||
</xcsg> |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# xcsg sample files | ||
|
||
This folder contains sample input files for the xcsg program. To convert to STL, do: | ||
|
||
$ xcsg --stl <filename>.xcsg | ||
|
||
* [ISO_nut](ISO_nut.xcsg) : An M16 nut with internal threads |