Type Alias: Get2dViewImage()
Get2dViewImage = (
viewId?,configurationCode?,size?,backgroundColor?) =>Promise<string>
Function
Generates an image URL for a specific 2D view of the current configuration.
This method creates a URL to a rendered image of the product from a specific viewpoint. It can generate images for any available 2D view, with options for custom configuration codes, sizes, and background colors.
These dynamically generated images can be used in custom interfaces, documentation, or wherever a visual representation of the configured product is needed.
Parameters
viewId?
string
ID of the view to generate (empty string for default view)