ImageOverlay
Embed an image overlay in a surface or volume plot.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"ImageOverlay");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property, <value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"ImageOverlay") creates an image overlay attribute feature with the name <ftag>.
You can add an image overlay as an attribute to a 3D volume plot or a 2D or 3D surface plot, overlaying the image in the plot’s surface.
The following properties are available:
Axis direction, when axistype is set cartesian.
cartesian | spherical | x | y | z
relative | pixels
none | parent | dataset name
repeat | mirroredrepeat | clamp
How the image is extrapolated. With clamp, each coordinate is mapped to the closest valid value at an edge of the image.
auto | manual | planar | cylindrical | spherical | rectangular
Normal vector, when planetype is set to general.
xy | yz | zx | yx | zy | xz | auto | general
Axis direction, when mapping is set to cylindrical or spherical.
true | false
Preserve the aspect ratio when mapping is set to auto.
Projected size, when mapping is set to planar.
The rotation of the image mapping in radians, when mapping is set to planar, cylindrical, or spherical.
Expression for the u-coordinate when mapping is set to manual.
Expression for the v-coordinate when mapping is set to manual.
The width of the image, when mapping is set to rectangular or planar.
See Also
Image (Plot), MaterialAppearance