63 lines
No EOL
2.4 KiB
PHP
Executable file
63 lines
No EOL
2.4 KiB
PHP
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="/style.css" />
|
|
<title>PEM2T</title>
|
|
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
|
|
|
<!-- GALLERY -->
|
|
<meta name="viewport" content="width=720">
|
|
<!-- jQuery, -->
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
|
|
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
|
|
|
<!-- MATHJAX -->
|
|
<script type="text/javascript" async
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<?php include("index/includes/header.php"); ?>
|
|
|
|
<section>
|
|
|
|
<article>
|
|
|
|
<h1>Modélisation SolidWorks</h1>
|
|
|
|
<p> La première étape de notre projet a été le démontage de notre moteur afin de le découvrir, l’appréhender et découvrir des études à mener.</p>
|
|
<p> Suite à ce démontage il nous est immédiatement paru évident qu’une modélisation de la majorité des pièces était indispensable afin d’illustrer nos études. Nous apprécions utiliser SolidWorks dans le groupe donc cela représentait un petit défi et un plaisir de réaliser une modélisation de qualité, aussi fidèle que possible.</p>
|
|
|
|
<h2>Vidéo du démontage</h2>
|
|
<iframe width="auto" height="315" src="https://www.youtube.com/embed/bDWCq5tsTmE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
<h2>Notre moteur, une fois modélisé, avec et sans coupe</h2>
|
|
|
|
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
|
<img src="index/images/gallerie1/entierCoupe.">
|
|
<img src="index/images/gallerie1/entierNonCoupe.">
|
|
</div>
|
|
|
|
<h2>
|
|
<a href="ss-ens.php">Page suivante - Présentation des sous-ensembles</a>
|
|
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
|
</h2>
|
|
|
|
</article>
|
|
|
|
<?php include("index/includes/aside.php"); ?>
|
|
|
|
</section>
|
|
|
|
|
|
<?php include("index/includes/footer.php"); ?>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|