AbsoluteOptions and ViewMatrix
- To: mathgroup at smc.vnet.net
- Subject: [mg96861] AbsoluteOptions and ViewMatrix
- From: Sebastien Roy <roys at iro.umontreal.ca>
- Date: Thu, 26 Feb 2009 07:56:39 -0500 (EST)
When viewing any graphics such as: s=PolyhedronData["Dodecahedron"]; AbsoluteOption works as advertised with PlotRange, but not ViewMatrix: AbsoluteOptions[s,PlotRange] (* give you the actual plot range, not "All" *) AbsoluteOptions[s,ViewMatrix] (* give you "Automatic", not the actual value *) I understand that the actual PlotRange value is known to the kernel, but not the ViewMatrix, which is handled in the notebook. Does anybody know how to get the ViewMatrix value out of the Notebook? Sebastien