forked from FreeCAD/FreeCAD-Homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.php
260 lines (201 loc) · 14.6 KB
/
features.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<?php
$currentpage = "features.php";
include("header.php");
?>
<div id="main" class="container-fluid">
<div class="download-notes text-center">
<h2 class="features-title"><?php echo _('Key FreeCAD Features'); ?></h2>
</div>
<section class="row section d-flex justify-content-around">
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('Made to build for the real world'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('FreeCAD is made primarily to design objects for the real world. Everything you do in FreeCAD uses real-world
units, be it microns, kilometers, inches or feet, or even any combination of units. FreeCAD offers <a href=https://wiki.freecad.org/Workbenches>tools</a> to produce, export and
edit solid, full-precision models, export them for 3D printing or CNC machining, create 2D drawings and views of your models,
perform analyses such as Finite Element Analyses, or export model data such as quantities or bills of materials.'); ?>
</p>
</div>
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-06.png" alt="Feature 06"/>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-01.jpg" alt="Feature 01"/>
</div>
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('A powerful solid-based geometry kernel'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('FreeCAD features an advanced geometry engine based on
<a href=https://en.wikipedia.org/wiki/Open_CASCADE>Open CASCADE Technology</a>. It supports solids,
<a href=https://en.wikipedia.org/wiki/Boundary_representation>Boundary Representation</a> (BRep) objects, and
<a href=https://en.wikipedia.org/wiki/Non-uniform_rational_B-spline>Non-uniform rational basis spline</a> (NURBS)
curves and surfaces, and offers a wide range of tools to create and modify these objects, including complex
<a href=https://en.wikipedia.org/wiki/Boolean_operations_on_polygons>Boolean</a> operations,
<a href=https://en.wikipedia.org/wiki/Fillet_(mechanics)>fillets</a>, shape cleaning and
<a href=https://wiki.freecad.org/OpenCASCADE>much more</a>.'); ?>
</p>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('A wi(l)dly parametric environment'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('All FreeCAD objects are natively parametric, meaning their shape can be based on
<a href="https://wiki.freecad.org/Property" title="Property">properties</a> such as numeric values, texts, on/off buttons,
or even other objects. All shape changes are recalculated on demand, recorded by an undo/redo stack, and allow to maintain
a precise modelling history. Properties of one object can drive the value of properties of other objects, allowing
complex, custom parametric chains that could only exist in your wildest dreams. New parametric objects are
<a href=https://wiki.freecad.org/Scripted_objects>easy to code</a>.'); ?>
</p>
</div>
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-03.jpg" alt="Feature 03"/>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-04.jpg" alt="Feature 04"/>
</div>
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('Python everywhere'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('While the FreeCAD core functionality is coded in C++ for robustness and performance,
large parts of the external layers, workbenches and almost all the communication between
the core and the user interface is coded in <a href=https://python.org>Python</a>,
a flexible, user-friendly, easy to learn programming language. From Python code, you are able to
do just <a href=https://wiki.freecad.org/Power_users_hub>anything in FreeCAD</a>, from simple one-line
commands in the integrated Python console to recording macros, coding your own tools up to
full custom workbenches.'); ?>
</p>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('File formats frenzy'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('FreeCAD allows you to import and export models and many other kinds of data from your models such as
analyses results or quantities data to dozens of different <a href="https://wiki.freecad.org/Category:File_Formats">file formats</a> such as
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/ISO_10303">STEP</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/IGES">IGES</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">OBJ</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/STL_%28file_format%29">STL</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/.dwg">DWG</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/Dxf">DXF</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/Svg">SVG</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/Shapefile">SHP</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/COLLADA">DAE</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/Industry_Foundation_Classes">IFC</a> or
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/OFF_(file_format)">OFF</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/NASTRAN">NASTRAN</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/VRML">VRML</a>,
<a rel="nofollow" class="external text" href="https://en.wikipedia.org/wiki/OpenSCAD">OpenSCAD CSG</a>
and many more, in addition to FreeCAD's native
<a href="https://wiki.freecad.org/File_Format_FCStd" title="File Format FCStd">FCStd</a> file format. Add-on workbenches can also add more
file formats.'); ?>
</p>
</div>
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-08.jpg" alt="Feature 08"/>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-02.jpg" alt="Feature 02"/>
</div>
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('A parametric constraints-based 2D sketcher'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('FreeCAD features a state-of-the-art <a href=https://wiki.freecad.org/Sketcher_Workbench>Sketcher</a>
with integrated constraint-solver, allowing you to sketch geometry-constrained 2D shapes. Sketches are the main
building block of FreeCAD, and the constrained 2D shapes built with it may then be used as a base to build other
objects throughout FreeCAD, be it either with the
dedicated <a href=https://wiki.freecad.org/PartDesign_Workbench>Part Design workbench</a> or any other workbench.'); ?>
</p>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('A large (and growing) multi-specialty ecosystem'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('FreeCAD offers dedicated <a href="https://wiki.freecad.org/Workbench_Concept">workbenches</a> for a variety of purposes
such as
<a href="https://wiki.freecad.org/Part_Workbench">CSG modeling</a>,
simple <a href="https://wiki.freecad.org/Draft_Workbench">2D CAD drafting</a>,
<a href="https://wiki.freecad.org/Surface_Module">NURBS surfaces</a>,
<a href="https://wiki.freecad.org/Arch_Module">architectural or BIM modeling</a>,
<a href="https://wiki.freecad.org/Path_Workbench">3D printing, CAM and CNC</a>,
<a href="https://wiki.freecad.org/Points_Module">point clouds</a>,
working with <a href="https://wiki.freecad.org/OpenSCAD_Module">OpenSCAD files</a>,
designing <a href="https://wiki.freecad.org/Robot_Workbench">industrial robot trajectories</a>,
doing <a href="https://wiki.freecad.org/FEM_Module">Finite Element Analyses</a>,
and much more. FreeCAD also provides easy tools to install and manage
<a href="https://wiki.freecad.org/External_workbenches">add-on workbenches</a> and
<a href="https://wiki.freecad.org/Macros_recipes">macros</a> developed by the users
community.'); ?>
</p>
<a class="btn btn-light rounded-pill mt-3" role="button" href="https://wiki.freecad.org/Feature_list">
<?php echo _('Learn more'); ?>
</a>
</div>
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-05.png" alt="Feature 05"/>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-4">
<img class="img-fluid rounded shadow" src="images/feature-07.png" alt="Feature 07"/>
</div>
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<h3><?php echo _('Developed by a community'); ?></h3>
<p class="section-body whitelinks">
<?php echo _('FreeCAD is made for everybody, by everybody. It is developed and maintained
by a community of developers, users, moderators, translators, all united by their wish make
FreeCAD a free and powerful tool. There is no commercial aim behind decisions being taken, no
urge to make you upgrade your version of FreeCAD or to corner you into a specific workflow or
ecosystem. FreeCAD and the files and data you produce with FreeCAD are truly yours, forever.'); ?>
</p>
</div>
</section>
<div class="download-notes text-center">
<h2 class="features-title"><?php echo _('Release notes'); ?></h2>
</div>
<section class="row section d-flex justify-content-around">
<div class="col-lg-4">
<p class="section-body whitelinks">
<?php echo _('Find here the release notes for current and previous FreeCAD versions.
Release notes describe what's new in each release:'); ?>
</p>
</div>
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<ul class="d-block whitelinks releases">
<li><a href="https://wiki.freecad.org/Release_notes_0.21" title="Release notes 0.21"><?php echo _('Release 0.21 - August 2023'); ?></a> (<?php echo _('current stable release'); ?>)</li>
<li><a href="https://wiki.freecad.org/Release_notes_0.20" title="Release notes 0.20"><?php echo _('Release 0.20 - June 2022'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.19" title="Release notes 0.19"><?php echo _('Release 0.19 - March 2021'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.18" title="Release notes 0.18"><?php echo _('Release 0.18 - March 2019'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.17" title="Release notes 0.17"><?php echo _('Release 0.17 - April 2018'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.16" title="Release notes 0.16"><?php echo _('Release 0.16 - April 2016'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.15" title="Release notes 0.15"><?php echo _('Release 0.15 - March 2015'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.14" title="Release notes 0.14"><?php echo _('Release 0.14 - March 2014'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_013" title="Release notes 013"><?php echo _('Release 0.13 - January 2013'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_012" title="Release notes 012"><?php echo _('Release 0.12 - December 2011'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_011" title="Release notes 011"><?php echo _('Release 0.11 - March 2011'); ?></a></li>
</ul>
</div>
</section>
<section class="row section d-flex justify-content-around">
<div class="col-lg-4">
<p class="section-body whitelinks">
<?php echo _('Follow the official FreeCAD channels for fresh news:'); ?>
</p>
</div>
<div class="col-lg-7 text-light text-center text-lg-left px-md-4">
<ul class="d-block whitelinks releases">
<li><a href="https://blog.freecad.org" title="FreeCAD official blog"><?php echo _('Official blog'); ?></a></li>
<li><a href="https://twitter.com/FreeCADNews" title="FreeCAD twitter account"><?php echo _('Twitter account'); ?></a></li>
</ul>
</div>
</section>
</div>
<?php include 'footer.php'; ?>