CreateFromPlm Function
Creates a new image item in an Envision document currently opened in the Canvas Envision Creator app with a given image sourced from a PLM system.
Parameters
plmImage: EvPlmItemAn
EvPlmItemobject, the item of a given image from the PLM system that should be attached to the new image item.at?: EvCoord2DAn
EvCoord2Dtype alias, the 2D coordinates where the top left corner of the bounding box of the new image item should be located on the page.The default value is
[0, 0].width?: numberA number, the width of the bounding box of the new image item in the length UoM global for the evCreate API.
The default value is the width given in the image data.
height?: numberA number, the height of the bounding box of the new image item in the length UoM global for the evCreate API.
The default value is the height given in the image data.
zOrder?: EvObjectZOrderAn
EvObjectZOrderobject that includes:The layer item object of a layer in the current document where the new image item should be added. The default value is the current layer on the current page.
The position of the new image item in the stack of object items on the given layer. It is a zero-based index that is
0for the topmost object item on the layer and increases by1for each following object item going down the stack. The default value is0.