FreeCAD-Doc/localwiki/TopoShape_API-fr.html
2018-07-19 18:47:02 -05:00

711 lines
33 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><title>TopoShape API/fr</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>TopoShape API/fr</h1></div>
<div id="mw-content-text" lang="fr" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><p>L'objet TopoShape est l'objet principal du Module Part. Tous les types de formes (fil, face, solide, etc...) du module part sont des TopoShapes, et, partagent les attributs, et, méthodes suivantes.
</p>
<pre>import Part
sh = Part.makeBox(10,10,10)
print sh.Faces
for f in sh.Faces:
print f.Edges </pre>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Area</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> La superficie totale des faces de la forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>CompSolids</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Répertorie les formes ultérieures dans cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Compounds</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Répertorie les composantes de cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Edges</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Répertorie les contours de cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Faces</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Répertorie les visages de cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Length</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Longueur totale des bords de la forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Orientation</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> l'orientation de la forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>ShapeType</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Le type de la forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Shells</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Répertorie les formes ultérieures dans cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Solids</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Liste des formes ultérieures dans cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Vertexes</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Liste des sommets de cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Volume</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Volume total des solides de la forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Wires</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Liste des fils de cette forme.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>BoundBox</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Les dimensions hors tout de l'objet
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Matrix</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Donne une matrice de la transformation actuelle de l'objet
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>Placement</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Donne la transformation actuelle de l'objet comme placement
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>getAllDerivedFrom</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne toute la descendance de ce type d'objet
</p><p><small><b>Retour</b>:</small> une liste
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isDerivedFrom</b></big> ( <i>string</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne la valeur true si le type donné est le père (maître)
</p><p><small><b>Retour</b>:</small> boolean
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>approximate</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Se rapproche d'une courbe B-Spline
</p><p><small><b>Retour</b>:</small> a BSplineCurve object
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makeHomogenousWires</b></big> ( <i>wire</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Construit un fil homogène avec le même nombre d'arêtes
</p><p><small><b>Retour</b>:</small> a wire
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makeOffset</b></big> ( <i>float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Décale la forme selon une distance donnée
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>CenterOfMass</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> Donne le centre de la masse de la forme actuelle. Si le champ de gravitation est uniforme, c'est le centre de gravité. Les coordonnées retournées pour le centre de masse sont exprimées dans le système de coordonnées cartésiennes absolu.
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>check</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie les erreurs de forme et les rapporte dans la structure de la forme. Il s'agit d'une vérification plus détaillée comme celà se fait dans isValid().
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>common</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Intersection de la forme et une forme donnée.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>complement</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Calcule le complément de l'orientation de cette forme, c'est-à-dire inverse l'état intérieur/extérieur des limites de cette forme.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>copy</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Crée une copie de cette forme
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>cut</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Différence entre la forme et une forme donnée.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>distToShape</b></big> ( <i> TopoShape </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Calcule la distance minimale entre ceci et une donnée TopoShape.
</p><p><small><b>Retour</b>:</small> float &lt;distance minimum&gt;, list &lt; le point le plus proche &gt;, list &lt; la forme secondaire la plus proche &amp; ces paramètres &gt;
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>exportBrep</b></big> ( <i> string </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Exporte le contenu de cette la forme dans un fichier BREP. BREP est le format natif de CasCade.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>exportIges</b></big> ( <i> string </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Exporte le contenu de la forme dans un fichier IGES.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>exportStep</b></big> ( <i> string </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Exporte le contenu de la forme dans un fichier STEP.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>exportStl</b></big> ( <i> string </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Exporte le contenu de la forme dans un fichier de maillage STL.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>extrude</b></big> ( <i>Vector</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Extrude la forme le long d'une direction.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>fuse</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Union de la forme et une forme donnée.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>hashCode</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Cette valeur est calculée à partir de la valeur de la référence sous-jacente de la forme et l'emplacement. L'orientation n'est pas prise en compte.
</p><p><small><b>Retour</b>:</small> a string
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isClosed</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie si la forme est fermée.
</p><p><small><b>Retour</b>:</small> un booléen
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isEqual</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie si les deux formes sont égales.
</p><p><small><b>Retour</b>:</small> un booléen
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isInside</b></big> ( <i>Vector,float,Boolean</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie si un point est à l'intérieur d'un solide, avec une certaine tolérance. Si le troisième paramètre est <b>true</b> un point sur une face est considéré comme inside
</p><p><small><b>Retour</b>:</small> un booléen
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isNull</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie si la forme est nulle.
</p><p><small><b>Retour</b>:</small> un booléen
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isSame</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie si les deux formes partagent la même géométrie.
</p><p><small><b>Retour</b>:</small> un booléen
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>isValid</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Vérifie si la forme est valide, c'est à dire ni nulle, ni vide ni endommagée.
</p><p><small><b>Retour</b>:</small> un booléen
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makeFillet</b></big> ( <i>float,TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne un nouvel objet basé sur un TopoShape, mais avec un rayon de courbure "float" appliqué à chaque arête.
</p><p><small><b>Returns</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makePipe</b></big> ( <i>wire</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Fait un tube en suivant une ligne.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makePipeShell</b></big> ( <i>wire</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Rend un loft défini par son profil le long d'une ligne.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makeShapeFromMesh</b></big> ( <i>mesh</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Fait une forme composée de données de maillage. Remarque&#160;: Cela devrait être utilisé plutôt pour de petites mailles.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>makeThickness</b></big> ( <i>list,float,float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Un solide évidé est construit à partir d'un solide initial, et, un ensemble de faces sur ce solide, qui doivent être éliminés. Les faces restantes du solide deviennent les murs du solide évidé, leur épaisseur est définie au moment de la construction. Les arguments à transmettre sont une liste des faces à ignorer, l'épaisseur des murs, et, une valeur de tolérance.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>nullify</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Détruit la référence à la forme sous-jacente stockée sous cette forme. En conséquence, cette forme devient nulle.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>project</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Projete une forme sur votre forme
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>read</b></big> ( <i>string</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Lit un fichier IGES, STEP ou BREP.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>reverse</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Inverse l'orientation de cette forme.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>revolve</b></big> ( <i>Vector, Vector, float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> S'articule autour d'un axe à un degré donné. ex&#160;: Part.revolve(Vector(0,0,0),Vector(0,0,1),360) tourne la forme autour d'un axe Z de 360 degrés.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>rotate</b></big> ( <i>Vector, Vector, float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Applique la rotation (en degré) à l'emplacement actuel de cette forme. ex&#160;: Shp.rotate(Vector(0,0,0),Vector(0,0,1),180) fait pivoter la forme autour de l'axe Z de 180 degrés.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>scale</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> S'applique à l'échelle avec le point et le facteur de cette forme.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>section</b></big> ( <i>TopoShape</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Section de la forme avec une forme toposhape.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>sewShape</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> La machine raccorde la forme s'il y a un écart.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>tessellate</b></big> ( <i>float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Tessellate (Paver) la forme et retourne une liste des sommets et indices de la faces. Le float donnée est la tolérance.
</p><p><small><b>Retour</b>:</small> a list
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>toNurbs</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Transformation de la géométrie complète d'une forme en géométrie NURBS. Par exemple, toutes les courbes soutenant les bords de la forme de base, sont convertis en courbes de BSP, et toutes les surfaces soutenant ses faces sont converties en surfaces de BSP.
</p><p><small><b>Retour</b>:</small> a NURBS curve
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>transformGeometry</b></big> ( <i>matrix</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Applique la transformation géométrique sur une copie de la forme. La transformation à appliquer, est définie comme une matrice 4x4. La géométrie sous-jacente des formes suivantes peuvent être changées en courbes qui prennent en charge les extrémités de la forme, ou une surface qui prend en charge une face de la forme. Par exemple, un cercle peut être transformé en une ellipse lorsque vous appliquez une transformation d'affinité. Il peut également arriver que le cercle est alors représenté comme une courbe b-spline. La transformation s'applique à toutes les courbes qui supportent les bords de la forme et toutes les surfaces qui prennent en charge les faces de la forme. Remarque&#160;: Si vous voulez transformer une forme sans changer la géométrie sous-jacente, puis utilisez les méthodes traduites ou les faire pivoter.
</p><p><small><b>Retour</b>:</small> un TopoShape
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>transformShape</b></big> ( <i>matrix</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Applique la transformation d'une forme sans changer la géométrie sous-jacente.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>translate</b></big> ( <i>Vector</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Applique la conversion à l'emplacement actuel de cette forme.
</p><p><small><b>Retour</b>:</small>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>writeInventor</b></big> ( <i> </i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Écrit le maillage au format OpenInventor dans une chaîne.
</p><p><small><b>Retour</b>:</small> a string
</p>
</div>
</div>
<p><br />
</p><p><br />
Certains attributs et méthodes s'appliquent uniquement à certains TopoShapes.
</p><p>Ces points s'appliquent aux bords (TopoShapeEdge).
</p><p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>FirstParameter</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> La valeur du paramètre du bord à une extrémité. Pas nécessairement le Vertex[0]. <a rel="nofollow" class="external text" href="http://fr.wikipedia.org/wiki/%C3%89quation_param%C3%A9trique">Voir équations paramétriques</a>
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Property.png" class="image"><img alt="Property.png" src="Property.png" width="16" height="16" /></a> <big><b>LastParameter</b></big></div>
<div class="description">
<p><small><b>Retourne</b>:</small> La valeur du paramètre du bord à l'autre extrémité. Pas nécessairement le Vertex[1].
</p>
</div>
</div>
<p><br />
</p><p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>getParameterByLength</b></big> ( <i>Float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne lintervalle [0,Length] jusqu'au prochain intervalle [Premier Paramètre,dernier Paramètre]
</p><p><small><b>Retour</b>:</small> Float
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>valueAt</b></big> ( <i>Float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne la valeur du vecteur correspondant au paramètre 3D.
</p><p><small><b>Retour</b>:</small> Vector
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>parameterAt</b></big> ( <i>Vertex,[Face]</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne la valeur correspondante au Vertex (points 3D).
</p><p><small><b>Retour</b>:</small> Float
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>tangentAt</b></big> ( <i>Float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne la valeur des paramètres de la direction du vecteur de la tangente du bord (s'il existe).
</p><p><small><b>Retour</b>:</small> Vector
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>normalAt</b></big> ( <i>Float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne la valeur des paramètres de la normale du bord (uniquement s'il existe).
</p><p><small><b>Retour</b>:</small> Vector
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>curvatureAt</b></big> ( <i>Float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne la valeur des paramètres de la courbe du bord.
</p><p><small><b>Retour</b>:</small> Float
</p>
</div>
</div>
<p><br />
</p>
<div class="api">
<div class="function"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Method.png" class="image"><img alt="Method.png" src="Method.png" width="16" height="16" /></a> <big><b>centerOfCurvatureAt</b></big> ( <i>Float</i> )</div>
<div class="description">
<p><small><b>Description</b>:</small> Retourne le centre (points 3D) ou la valeur des paramètres du cercle.
</p><p><small><b>Retour</b>:</small> Vector
</p>
</div>
</div>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=TopoShape_API/fr&amp;oldid=137453">http://www.freecadweb.org/wiki/index.php?title=TopoShape_API/fr&amp;oldid=137453</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>