groove/terms-0.1.0#

DIN EN ISO 9692-1 definitions

Description

Definitions of Terms used for describing groove shapes according to ISO 9692-1

Outline

Schema Definitions

This node has no type definition (unrestricted)

Internal Definitions

  • workpiece-thickness
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Workpiece thickness

    wx_unit: mm
  • root-gap
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Root gap

    wx_unit: mm
  • groove-angle
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Groove angle

    wx_unit: deg
  • bevel-angle
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Bevel angle

    wx_unit: deg
  • bevel-radius
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Bevel radius

    wx_unit: mm
  • root-face
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Root face

    wx_unit: mm
  • special-depth
    asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*
    Special depth

    wx_unit: mm
  • Original Schema

    %YAML 1.1
    ---
    $schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
    id: "asdf://weldx.bam.de/weldx/schemas/groove/iso_9692_1_2013_12/terms-0.1.0"
    
    title: |
      DIN EN ISO 9692-1 definitions
    
    description: |
      Definitions of Terms used for describing groove shapes according to ISO 9692-1
    
    definitions:
      workpiece-thickness:
        description: |
          Workpiece thickness
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "mm"
    
      root-gap:
        description: |
          Root gap
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "mm"
    
      groove-angle:
        description: |
          Groove angle
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "deg"
    
      bevel-angle:
        description: |
          Bevel angle
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "deg"
    
      bevel-radius:
        description: |
          Bevel radius
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "mm"
    
      root-face:
        description: |
          Root face
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "mm"
    
      special-depth:
        description: |
          Special depth
        tag: "asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.*"
        wx_unit: "mm"
    ...