Unable to view Model templates in the File- New Dialog box
SolutionCustomer has MFK settings, hence the MFK naming format need to be specified in the PAX files. Notes
The Customer template items are of type MFK.
The customer needs to modify their pax file entry if that contains a proper MFK id and not an item id for that palate entry.
e.g pax file entry for a MFK type is as follow
<PaletteEntry id="d2">
<References/>
<Presentation name="MFK9C1T1" description="MFK Case 1 Item Type. MFK=item_id">
<PreviewImage type="UGPart" location="@DB/model-plain-1-mm-template/A"/>
</Presentation>
<ObjectData class="ModelTemplate">
<Filename>@DB/%#MFK#%,=item_id=032364,object_type=MFK9C1T1/A</Filename>
<Units>Metric</Units>
<ItemType>MFK9C1T1, MFK9C1T2</ItemType>
<RelationType>master</RelationType>
</ObjectData>
</PaletteEntry>
This helps to bring the Model templates into the File New Dialog.
Notes