Skip to content
Snippets Groups Projects
  1. May 29, 2017
  2. May 10, 2017
  3. May 08, 2017
  4. Apr 28, 2017
  5. Apr 11, 2017
    • Mark Olesen's avatar
      ENH: multiple surfaces, self-intersection in surfaceFeatureExtract (issue #450) · cd5ca147
      Mark Olesen authored and Mark OLESEN's avatar Mark OLESEN committed
      - If the dictionary is named 'surfaces', a 'surfaces' entry is mandatory.
        This is a list of wordRe, which is used to load multiple surfaces from
        constant/triSurface directory.
      
      - Other dictionaries may contain a 'surfaces' entry.
        In which case the behaviour is as above (loading multiple surfaces).
        The dictionary name will *NOT* be taken as a surface name itself.
      
      - Regardless of how the surfaces are loaded or features extracted,
        an additional selfIntersection test may be used.
      
        Eg,
      
          surfaces
          {
              extractionMethod    extractFromSurface;
      
              surfaces            (surface1.stl surface2.nas);
      
              // Generate features from self-intersect
              selfIntersection    true;
      
              // Base output name (optiona)
              output              surfaces;
      
              // Tolerance for self-intersect
              planarTolerance     1e-3;
      
              extractFromSurfaceCoeffs
              {
                  includedAngle   120;
      
                  // Do not mark region edges
                  geometricTestOnly       yes;
              }
          }
      cd5ca147
    • Mark Olesen's avatar
      ENH: improve handling of surface self-intersection (issue #450) · 837cbafc
      Mark Olesen authored and Mark OLESEN's avatar Mark OLESEN committed
      - provide a dedicated constructor to handle this special case.
      
        Tolerancing when cutting between two surfaces likely needs some
        more attention.
      837cbafc
  6. May 31, 2017
  7. May 30, 2017
  8. May 29, 2017
  9. May 26, 2017
  10. May 25, 2017