fibre
(method of fibre)
fibre is a class representing a fibre in orientation space. Examples are alpha, beta or gamma fibres. In general a fibre is defined by a crystal direction h of type Miller and a specimen direction of type vector3d.
Syntax
cs = crystalSymmetry('432') f = fibre.alpha(cs,'full') % the alpha fibre
plotPDF(f,Miller(1,0,0,cs))
f = fibre(o1,o2) % the fibre from o1 to o2 f= fibre(h,r) % the fibre mapping h to r
MTEX 4.6.beta.1 |