Build 3D/2D Thumbnails
Follow the procedure below to build 3D Thumbnails.
- Search for a part, right-click the part and select
Explore.The part is opened in a Navigation app.
- Select a reference root, it can be any node in the Tree.
- In the action bar, click 2D Thumbnail and 3D Thumbnail Builder
.The Thumbnail Builder dialog box appears. To define the 3D Thumbnail computation options, see Define Thumbnail Builder Parameters below.
Important: By default, all users have access to the 2D & 3D thumbnail builder command although access can be removed from or granted to authorized users by Admin. Access may be granted or removed to "User", "Role", "P&O Context", "Project, "Organization" and "User all" through an MQL script. However, access propagation along P&O role/project/organization hierarchies to the P&O context is not supported. The command to grant access is
set context person creator;modify command "vplm::ENOVIA_ThumanailBuilder" add user "xxx"
The command to remove access is
set context person creator;modify command "vplm::ENOVIA_ThumanailBuilder" remove user "xxx"
xxx stands for either 'User' , 'Role', 'P&O Context', 'Project', 'Organization' or 'User all'.
An error message appears for unauthorized users if the command is launched from other action bar or CATUTILITY.
- Click OK to launch the Builder.The Thumbnail Monitor appears, enabling you to follow the progress of the Builder. Once the 3D Thumbnail under construction is completed and saved in the database, it is displayed.
- To momentarily stop the Builder, click Pause.
- To restart the Builder, click Continue.
- To see the generated report, click Report.If there are no errors, then the message No error during 3D Thumbnail creation is displayed in the report.
If there are errors, they are displayed in the report as follows:
Report columns correspond to the following:
- Rank: computation rank of 3D Thumbnail creation
- Config Id: configuration identifier if it exists, else "None"
- Node name: the name of the node reference corresponding to the V_PLMExternalId attribute.
- Type: final node ("leaf") or intermediate node ("intermediate")
- Error code: see About Building 3D/2D Thumbnails
- Message: additional information about the error code or warning
- To completely stop the Builder, click Close.