ImageModel objects are used to display custom 2D graphics in a simulation model, such as a picture or a map. Both DisplayEntity and OverlayImage can accept an ImageModel object as an input. Image file types currently supported by JaamSim include BMP, GIF, JPG, PCX and PNG files, or a ZIP file containin
ImageModel Inputs
Keyword |
Description |
Key Inputs |
|
Description |
A free-form string describing the object. |
ImageFile |
A file path to the image file to be used for this display model. Must be enclosed in single quotes if the path contains spaces. |
Transparent |
If TRUE, transparency is enabled for supported image types (GIF and PNG). |
CompressedTexture |
If TRUE, image compression is applied to alleviate memory issues with large images. |