You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [BSD license](http://github.com/stepcode/stepcode/blob/master/COPYING) allows commercial use. In addition, STEPcode is used in other open source projects such as [BRL-CAD](http://www.brl-cad.org) and [SCView](http://github.com/LaurentBauer/SCView).
21
21
22
-
STEPcode traces its roots to the NIST STEP Class Library (SCL) which was developed between ~1987 and 1998.
23
-
24
-
See also: [History](History.html), [List of external resources](List_of_external_resources.html), [List of OSS or free STEP programs](List_of_OSS_or_free_STEP_programs.html)
22
+
STEPcode traces its roots to the NIST STEP Class Library (SCL) which was developed between ~1987 and 1998. For more details: [History](History.html)
25
23
26
24
### Quick Start
27
25
28
26
- See the [basic usage](/docs/usage/) page
29
27
30
28
31
-
STEP & Other Standards
32
-
----------------------
29
+
## STEP & Other Standards
33
30
34
31
STEP can be used for neutral file exchange or as a basis for data sharing or archiving in areas such as drafting, mechanical and assembly design, electromechanical design, machine tool control, PLCS (product lifecycle support), systems engineering, computational fluid dynamics and finite element analysis. Parts of the STEP specification are reused in other standards, so STEPcode use is not limited to ISO 10303.
35
32
@@ -46,30 +43,28 @@ STEPcode can be used with the following standards because they reuse [Part 11](h
46
43
47
44
Some schemas are [included](/docs/included_schemas/) with STEPcode, but those are not the only ones that it will work with.
48
45
49
-
# Community
50
-
---------
46
+
##Community
47
+
51
48
52
49
The [scl-dev mailing list](http://groups.google.com/forum/?fromgroups#!forum/scl-dev) is hosted on google groups. In spite of the name, this is for both users and developers. The STEPcode project has evolved into a diverse open source community helping improve the accessibility, adoption, and long-term availability of STEP related technologies for CAx developers.
53
50
54
51
#### [Projects](List_of_projects.html) and [tasks](List_of_tasks.html)
55
52
56
-
# Code
57
-
--------
53
+
## Code
58
54
59
55
**The source code is on [GitHub](http://github.com/stepcode/stepcode)**
60
56
61
57
More pages:
62
58
----
63
59
64
-
-[Getting started](Getting_started.html)
65
-
-[Building STEPcode](Building_STEPcode.html)
66
-
-[Description of the files and directories](Files_and_directories.html)
67
-
-[How to use STEPcode in an application](How_to_use_STEPcode_in_an_application.html)
60
+
-[Under the hood](/docs/files_dirs/)
61
+
-[Examples](/docs/examples/)
62
+
63
+
We use [Travis-CI](https://travis-ci.org/stepcode/stepcode) and Appveyor for testing. Pull requests are automatically tested, as ismaster when it changes.
68
64
69
-
We use [Travis-CI](https://travis-ci.org/stepcode/stepcode) for testing. It automatically tests pull requests, and tests master when it changes. Originally, we used a [CDash dashboard](http://my.cdash.org/index.php?project=StepClassLibrary) to show the status of test runs. Test results are only visible for a month, and it was difficult to navigate.
65
+
Originally, we used a [CDash dashboard](http://my.cdash.org/index.php?project=StepClassLibrary) to show the status of test runs. Test results were only visible for a month, and it was difficult to navigate.
70
66
71
-
Links
72
-
-----
67
+
## Links
73
68
74
69
-[WikiSTEP](http://wikistep.org/) - wiki for the STEP standard
75
70
-[STEP on Wikipedia](http://en.wikipedia.org/w/index.php?title=ISO_10303)
0 commit comments