Get a list of shaded views for a Part Studio.
Path parameters
Document ID.
One of w or v or m corresponding to whether a workspace or version or microversion was entered.
Workspace (w), Version (v) or Microversion (m) ID.
Element ID.
Query parameters
12-number view matrix (comma-separated), or one of the following named views: top, bottom, front, back, left, right The 12 entries in the view matrix form three rows and four columns, which is a linear transformation applied to the model itself. The matrix's first three columns maps the coordinate axes of the model to the coordinate axes of the view, and the fourth column translates the origin (in meters). The view coordinates have x pointing right, y pointing up, and z pointing towards the viewer, while a front view of the model has x pointing right, y pointing away from the viewer, and z pointing up. For example, the identity matrix viewMatrix=1,0,0,0,0,1,0,0,0,0,1,0 corresponds to the top view, and viewMatrix=0.612,0.612,0,0,-0.354,0.354,0.707,0,0.707,-0.707,0.707,0 corresponds (approximately) to the isometric view. The first three columns of the view matrix should be orthonormal and have a positive determinant. If this is not the case, view behavior may be undefined.
Output image height (in pixels)
Output image width (in pixels)
Height and width represented by each pixel (in meters). If the value is 0, the display will be sized to fit the output image dimensions.
The treatment to be applied to edges in the display. Options are show: show visible edges, hide: hide visible edges.
Whether or not all parts should be shown in the element, regardless of user setting. If false, the visibility setting made by the user will be reflected in the image. If true, all parts will be shown.
Whether or not surfaces should be shown in the element. It is applicable only when showAllParts is true. If false, surfaces will be excluded. If true, all surfaces will be shown.
If true, an anti-aliasing factor will be used to smooth model boundaries in the final image result. If false, the image will be rasterized at the given resolution. Setting to true can have negative performance implications with respect to rendering time and memory usage. If a high-resolution image is requested and anti-aliasing is turned on, the server may not be able to fulfill the request.
URL-encoded string of configuration values (separated by ;). See the Configurations API Guide for details.
Id of document that links to the document being accessed. This may provide additional access rights to the document. Allowed only with version (v) path parameter.
Response
default response