ODFSections

(method of ODFSections)

Syntax

oS = ODFSections(CS1,'param1',val1,'param2',val2)

Example

cs = crystalSymmetry('222')
oS = axisAngleSections(cs,cs)
ori = oS.makeGrid('resolution');
oM = patalaOrientationMapping(cs,cs)
rgb = oM.orientation2color(ori);
plot(oS,rgb,'surf')
 
cs = crystalSymmetry  
 
  symmetry: 222    
  a, b, c : 1, 1, 1
 
oS = 
  axisAngleSections with properties:

           angles: [1×12 double]
      axesSectors: {1×12 cell}
          jointCS: [2×2 crystalSymmetry]
               oR: [1×1 orientationRegion]
    volumeScaling: 1
              CS1: [2×2 crystalSymmetry]
              CS2: [2×2 crystalSymmetry]
              tol: 0.0873
         plotGrid: []
         gridSize: []
               CS: [2×2 crystalSymmetry]
               SS: [2×2 crystalSymmetry]
oM = 
  patalaOrientationMapping with properties:

          CS1: [2×2 crystalSymmetry]
          CS2: [2×2 crystalSymmetry]
    antipodal: 1
plot(oS,ori)
  plotting 2000 random orientations out of 170242 given orientations