

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'http://https://wikifab.org/wiki/Special:URIResolver/'>
	<!ENTITY category 'http://https://wikifab.org/wiki/Special:URIResolver/Category-3A'>
	<!ENTITY property 'http://https://wikifab.org/wiki/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://wikifab.org/wiki/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://wikifab.org/wiki/Special:ExportRDF/Buste_à_facettes_Lopoli/fr">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-05-23T17:35:01+02:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Buste_à_facettes_Lopoli/fr">
		<rdf:type rdf:resource="http://https://wikifab.org/wiki/Special:URIResolver/Category-3ATutorials"/>
		<rdfs:label>Buste à facettes Lopoli</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.org/wiki/Special:ExportRDF/Buste_à_facettes_Lopoli/fr"/>
		<swivt:page rdf:resource="https://wikifab.org/wiki/Buste_à_facettes_Lopoli/fr"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fr</swivt:wikiPageContentLanguage>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Art</property:Area>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Clothing and Accessories</property:Area>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Decoration</property:Area>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">House</property:Area>
		<property:Complete rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published</property:Complete>
		<property:Cost rdf:datatype="http://www.w3.org/2001/XMLSchema#double">10</property:Cost>
		<property:Currency rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EUR (€)</property:Currency>
		<property:Description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Un buste à facette en carton ondulé.</property:Description>
		<property:Difficulty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Medium</property:Difficulty>
		<property:Duration rdf:datatype="http://www.w3.org/2001/XMLSchema#double">6</property:Duration>
		<property:Duration-2Dtype rdf:datatype="http://www.w3.org/2001/XMLSchema#string">hour(s)</property:Duration-2Dtype>
		<property:Introduction rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ce buste est réalisé à partir d'un modèle réalisé par un logiciel libre de création de personnage de jeux vidéo. 

Il s'agit d'u objet de décoration, d'une sculpture, qui peut aussi servir à exposer des vêtements ou des bijoux.

Toutes les étapes de la modélisation et de la fabrication utilisent des logiciels libres. Un logiciel maison permet de faire la mise en plan et d'obtenir un puzzle en trois dimensions  partir du fichier 3D.</property:Introduction>
		<property:IsTranslation rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</property:IsTranslation>
		<property:Language rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fr</property:Language>
		<property:Licences rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Attribution-ShareAlike (CC BY-SA)</property:Licences>
		<property:Main_Picture rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Buste_à_facettes_Lopoli_buste_PP.png</property:Main_Picture>
		<property:Material rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* 1,2m x 0,60 mètres de carton ondulé de 5mm</property:Material>
		<property:Notes rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PlywoodExport.py est inspiré par [https://github.com/addam/Export-Paper-Model-from-Blender Paper Model Export], un plugin pour Blender. Il est disponible [https://gitlab.com/losylam/plywoodexport ici], mais n'est pas bien documenté et devrait encore beaucoup évoluer.</property:Notes>
		<property:SourceLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">none</property:SourceLanguage>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">plywoodExport.py est un logiciel qui est construit à partir de freeCAD, un autre logiciel. Pour l'instant on ne peux l'utiliser qu'en ligne de commande mais il devrait à terme devenir un plugin de freeCAD, accessible depuis l'interface graphique.

Ce script permet de séparer chaque face d'un maillage 3d, de le mettre en plan, et d'y découper des encoches qui permettent de l'assembler avec ses pièces voisines. On obtient ainsi un puzzle en 3 dimensions avec des pièce (heureusement) numérotées.

Le script permet de choisir plusieurs paramètres, notamment l'épaisseur du matériau (thickness) et d'autres, notamment le rayon de la fraise utilisée si on utilise une fraiseuse CNC, par exemple.

Ici, on va faire une mise en plan pour un matériaux de 5mm dépaisseur, en l'occurence du carton.

python plywoodexport.py --thickness 5 buste_a_facette_en_3d.stl buste_a_facette_en_plan.svg

Les images ci-contre sont obtenu après reconstruction du modèle dans freecad, et permet de voir le résultat une fois qu'on aura assemblé les pièces.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Dans le fichier svg obtenu en sortie, les pièces sont en partie superposées. (voir la première image ci-contre). Il faut donc les déplacer pour les répartir correctement sur la ou les pièces que l'ont va découper. On utilise pour cela le logiciel inkscape. Ici on a finalement pu placer toutes les pièces obtenues dans une planche de 120cm par 60cm.

Le gcode est ensuite exporté depuis inkscape avec le plugin [http://fablabo.net/wiki/Laserengraver LaserEngraverSmoothie].</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Dans MakeHuman, on peut choisir le genre, l'age et les mensurations d'un personnage à partir d'une série de curseurs à glissières.

On peut ensuite l'exporter au format STL.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Voici les différentes étapes dans le logiciel de modélisation blender :
* importer le fichier stl
* utiliser l'outil couteau (knife), "à traver tout" : appuyer successivement sur les touches "K", "C" et "Z"
* couper le maillage
* supprimer les points qui ont été séparés
* reconstruire la face afin que le modèle soit une enveloppe fermée : selection de tous les points de l'arete puis "F" pour reconstruire la face
* exporter au format STL</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">La "decimation" est l'opération qui consiste à réduire le nombre de sommets, ce qui permet de passer d'un modèle détaillé avec pleins de courbes, à un modèle à facettes.
* importer le fichier stl dans meshlab
* choisir l'outil de décimation : "Quadric Edge Collapse Decimation" dans le menu "Filters &gt; Remeshing, Simplification and Reconstruction &gt; Quadric Edge Collapse Desimation"
* on choisi le nombre de face (ici 300) et augmente le paramètre "Quality threshold" à 1. C'est le moment ou on peut recommencer plein de fois pour obtenir le rendu souhaité. Je finis par obtenir un modèle qui me plait avec 192 faces.
* une fois que c'est le cas, on enregistre le maillage obtenu, toujours au format STL
A cet instant, il est encore possible de corriger le maillage à la main, par exemple avec le logiciel blender.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">La découpe est réalisée à [http://www.plateforme-c.org/ Plateforme C], à Nantes, sur la [http://fablabo.net/wiki/Laser-Smoothignstech LaserSmoothingtech].

Les réglages sont les suivant : 
* pour la gravure des numéros : vitesse 3500mm/min, puissance 60%
* pour la découpe des pièces : vitesse 800mm/min, puissance 100%
Le temps d'usinage est d'à peu près 50 minutes : 40 pour graver les numéros des pièces, et 10 minutes de découpe des pièces.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">On commence par ranger les pièces, par exemples par dizaine. Comme elles sont numérotées en fonction de leur position verticale sur le modèle, on peut commencer par assembler les pièces avec les plus grands numéros, c'est à dire par le haut.

Les encoches ne peuvent pas tenir les pièces toutes seules. Elles servent surtout à trouver le bon angle entre deux faces. On commence par aligner les sommets des arêtes extérieures de deux faces contigues, puis on met un peu de colle de l'autre côté au pistolet à colle.

On peut assembler les pièces par deux ou trois avant de les ajouter à l'ensemble. Il faut être le plus précis possible mais on arrive quand même toujours à rattraper les imprécisions.</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Modélisation avec MakeHuman</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Découpe du modèle avec Blender</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mise en plan avec PlywoodExport</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Decimation" avec Meshlab</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Préparer le fichier de découpe avec Inkscape</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Découper</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Monter les pièces</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Résultat final</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Découpe Laser</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">buste</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">inkscape</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">meshlab</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">freecad</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">makehuman</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">low poly</property:Tags>
		<property:Tools rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* découpe laser
* pistolet à colle</property:Tools>
		<property:Type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation</property:Type>
		<property:Display_title_of rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Buste à facettes Lopoli</property:Display_title_of>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2019-12-09T10:27:25Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2458826.935706</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Buste à facettes Lopoli</swivt:wikiPageSortKey>
		<property:Comments rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Comments>
		<property:Page_creator rdf:resource="&wiki;Utilisateur-3AFuzzyBot"/>
		<property:I_did_it rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:I_did_it>
		<property:Favorites rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Favorites>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Category-3ATutorials" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AArea" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AComplete" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ACost" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ACurrency" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADescription" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADifficulty" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADuration" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADuration-2Dtype" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AIntroduction" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AIsTranslation" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ALanguage" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ALicences" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AMain_Picture" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AMaterial" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ANotes" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ASourceLanguage" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AStep_Content" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AStep_Title" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ATags" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ATools" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AType" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADisplay_title_of" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AComments" />
	<owl:ObjectProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3APage_creator" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AI_did_it" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AFavorites" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>