CATIA V5 | 3DEXPERIENCE
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le Deal du moment : -24%
PC Portable Gaming 15.6″ Medion Erazer Deputy ...
Voir le deal
759.99 €

filetage/taraudage conique

2 participants

Aller en bas

filetage/taraudage conique Empty filetage/taraudage conique

Message par de barros Mer 21 Sep 2016 - 19:00

Bonjour,

j'aurais besoin d'aide pour réaliser un opération sur catia.
Autant je sais faire un filetage et un taraudage standard avec la fonction trou. Par contre, comment faire un taraudage conique? filetage GAZ par exemple

Des idées ou suggestions?

de barros
timide
timide

Messages : 13
Date d'inscription : 06/07/2015
Localisation : bordeaux

Revenir en haut Aller en bas

filetage/taraudage conique Empty Re: filetage/taraudage conique

Message par lumpazepfel Mar 27 Sep 2016 - 13:19

Bonjour,

Il faut rajouter un fichier définissant les taraudages dans le répertoire :
filetage/taraudage conique 2016-010
(le début du chemin dépend de ton installation CATIA).
Le fichier taraudage est en .xml à partir de la version 20 de CATIA et en fichier .txt pour les versions antérieures.

Voici un exemple en xml:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- -->
<!-- ******************************************************************* -->
<!-- *         Standard GAZ_Pitch                              * -->
<!-- ******************************************************************* -->
<std:node name="Thread_standard" xmlns:std="http://www.dsweb.com/std">
  <std:node name="Key">
    <std:strval name="Key">M</std:strval>
    <std:strval name="KeyDrafting">NO_DESC_IN_DRAFTING</std:strval>
  </std:node>
  <std:typedef name="Standard">
    <std:floatval name="ThreadDiameter">0.0</std:floatval>
    <std:floatval name="Pitch">1.0</std:floatval>
    <std:floatval name="NominalDiameter">0.13</std:floatval>
    <std:strval name="Description">M8</std:strval>
  </std:typedef>
  <std:node name="Values">
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">7.723</std:floatval>
      <std:floatval name="Pitch">0.907</std:floatval>
      <std:floatval name="NominalDiameter">6.561</std:floatval>
      <std:strval name="Description">G1/16</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">9.728</std:floatval>
      <std:floatval name="Pitch">0.907</std:floatval>
      <std:floatval name="NominalDiameter">8.566</std:floatval>
      <std:strval name="Description">G1/8</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">13.157</std:floatval>
      <std:floatval name="Pitch">1.337</std:floatval>
      <std:floatval name="NominalDiameter">11.445</std:floatval>
      <std:strval name="Description">G1/4</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">16.662</std:floatval>
      <std:floatval name="Pitch">1.337</std:floatval>
      <std:floatval name="NominalDiameter">14.950</std:floatval>
      <std:strval name="Description">G3/8</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">20.955</std:floatval>
      <std:floatval name="Pitch">1.814</std:floatval>
      <std:floatval name="NominalDiameter">18.631</std:floatval>
      <std:strval name="Description">G1/2</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">22.911</std:floatval>
      <std:floatval name="Pitch">1.814</std:floatval>
      <std:floatval name="NominalDiameter">20.587</std:floatval>
      <std:strval name="Description">G5/8</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">26.441</std:floatval>
      <std:floatval name="Pitch">1.814</std:floatval>
      <std:floatval name="NominalDiameter">24.117</std:floatval>
      <std:strval name="Description">G3/4</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">30.201</std:floatval>
      <std:floatval name="Pitch">1.814</std:floatval>
      <std:floatval name="NominalDiameter">27.877</std:floatval>
      <std:strval name="Description">G7/8</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">33.249</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">30.291</std:floatval>
      <std:strval name="Description">G1</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">37.897</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">34.939</std:floatval>
      <std:strval name="Description">G1 1/8</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">41.910</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">38.952</std:floatval>
      <std:strval name="Description">G1 1/4</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">44.323</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">41.365</std:floatval>
      <std:strval name="Description">G1 3/8</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">47.803</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">44.845</std:floatval>
      <std:strval name="Description">G1 1/2</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">53.746</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">50.788</std:floatval>
      <std:strval name="Description">G1 3/4</std:strval>
    </std:typeval>
    <std:typeval name="Standard">
      <std:floatval name="ThreadDiameter">59.614</std:floatval>
      <std:floatval name="Pitch">2.309</std:floatval>
      <std:floatval name="NominalDiameter">56.656</std:floatval>
      <std:strval name="Description">G2</std:strval>
    </std:typeval>
  </std:node>
</std:node>

Tu retrouveras ensuite ces valeurs dans la fonction trou de CATIA.
lumpazepfel
lumpazepfel
Fédérateur
Fédérateur

Messages : 315
Date d'inscription : 02/11/2015
Localisation : Ensisheim

Revenir en haut Aller en bas

filetage/taraudage conique Empty Re: filetage/taraudage conique

Message par de barros Sam 1 Oct 2016 - 13:14

merci pour ton aide marc! Smile

de barros
timide
timide

Messages : 13
Date d'inscription : 06/07/2015
Localisation : bordeaux

Revenir en haut Aller en bas

filetage/taraudage conique Empty Re: filetage/taraudage conique

Message par Contenu sponsorisé


Contenu sponsorisé


Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum