For V11SP4 there are three standard templates for the Q&S import ($CADENAS_SETUP/partsol.cfg
):
These templates should be used in this sequence.
Options0=OPTPAGEPARASOLIDCOMMON=ParameterTemplate=string=Template_QAS_strict ;Options0=OPTPAGEPARASOLIDCOMMON=ParameterTemplate=string=Template_QAS_lazy ;Options0=OPTPAGEPARASOLIDCOMMON=ParameterTemplate=string=Template_QAS_lazy_crash
![]() | Note |
---|---|
The "partsol.cfg" Entries are read and evaluated identically by PARTproject and PARTdataCenter are read and evaluated identically. |
If the component to be imported contains 2D surfaces that are not to be imported, the $CADENAS_SETUP/ifparasolid.cfg
must be adapted.
- ImportProcessorPreFilterBody on 5601 or set
- ImportProcessorPostFilterBody on 5601.
For ImportProcessorPostFilterBody: Copy line from ImportProcessorPreFilterBody, adjust it and set on 5601.
Difference: With ImportProcessorPreFilterBody 2D faces won't appear at all when importing, with ImportProcessorPostFilterBody the elements are removed.
Options0=OPTPAGEPARASOLIDCOMMON=ParameterTemplate=string=Template_QAS_multisolid
This template should only be used as a last resort. If you use it, do NOT activate ANOTHER one.
Function: A part that consists of several bodies is left as such and no attempt is made to create an assembly from it. This is actually wrong because CAD does this under certain circumstances and then the export / PDM to PSOL does not work.