Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
In Architecture / BIM catalogs the issue LOD has special importance. In parallel to the stages High / Medium / Low known from the „Mechanical“ field, here, a separate schema in the form of 100 / 200 / 300 / 350 / 400 / 500 is used.
Note | |
---|---|
In Architecture field, parts should be equipped with a specific LOD schema. Absolutely, please have a look on Section 3.5.5, “LOD ” an. |
Note | |
---|---|
Once parts have been equipped with Architecture LOD variables, in PARTdataManager, Level of Detail should not be set via toolbar icons
, but via table variables LODDEST and LODLEVEL.
Preferably hide the toolbar icons by using the respective configuration file. On this please see Section 1.7.9, “Optimize user interface ” in PARTsolutions / PARTcommunity4Enterprise - Administration Manual. |
In the dialog box New project, enter a project name and choose Template for 3D project with LOD (AEC – Z-axis on top).
-> In the index tree, the new directory inclusive template files (3db, def, tab) is displayed.
-> In PARTdesigner the following variables are automatically set:
LODLEVELX (Function attribute)
If needed, adjust the attribute algorithm to the desired values to be displayed.
Here exemplarily display of "high" and "low" or "400" and "300":
IF (LODDEST.EQ.'mechanical')THEN LODLEVELX = '''high'', ''High'',''low'',''Low''' ELSEIF(LODDEST.EQ.'architecture')THEN LODLEVELX = '''300'',''300'',''400'',''400''' ELSE LODLEVELX = '''-'',''-'''ENDIF
Create a variable with adequate attribute algorithm in order to control the version of 3D model to be used.
The attribute algorithm controls at which value of LODLEVEL which 3db model is used.
IF (LODLEVEL.EQ.'high'.OR.LODLEVEL.EQ.'400')THEN VERS = 1ELSE VERS = 2ENDIF
Now with the same variable (here exemplarily "VERS"), create variants under PARTproject -> tabbed page 3D project -> dialog area Variants and assign the desired 3db models to the variants.
-> Controlling the Level of Detail can be performed in the value range field LODLEVEL in the table.