1.3.2. Windchill REST: soluzione MultiCAD per WTPart:EPMDocument 1:n

[3]Negli ambienti Windchill con la creazione automatica di parti abilitata, in precedenza non era possibile assegnare una parte esistente ai documenti creati da 3Dfindit (ad esempio MultiCad - una parte comune e un documento per CadSystem). Questo può essere ottenuto manualmente caricando prima il nuovo documento, ma non ancora verificandolo, quindi assegnando la parte esistente e infine verificando il documento. Con le nuove impostazioni in IFWindchillRest.cfg (vedere sotto) è possibile ottenere esattamente questo comportamento.

Le nuove chiavi CFG consentono ora di adottare esattamente questo comportamento.

Nuove chiavi in IfWindchillRest.cfg

CheckinAsmAsLast deve essere impostato su 1 / Sì in modo che il check-in di un gruppo non venga automaticamente Componenti.

#:HELP;Activate this to checkin components before the assembly. 
WWGM is "checkin-includes-subitems", so always checkin the assembly first.
#Default is No.
#:VALS_M;"0","1";"No","Yes"
#:INACTIVE;CheckinAsmAsLast=0

PerformCheckin fa sì che prima di tutto Viene effettuato un solo caricamento e nessuna creazione di parti. PerformCheckin garantisce per il momento solo un caricamento e quindi non creazione parziale.

#:HELP;Perform a checkin on the CAD document when uploading it to common space. 
This should only be changed when a pre checkin, post upload action has to be performed 
by a HookService method. While this as active, the checkin is delayed and will be 
triggered by a CreateAndLinkPart or exected at the end of the export.
#Caution: Currently this is only required when WTPart auto creation is active in 
Windchill and the export process must prevent the auto creation by executing 
CreateAndLinkPart after the upload, but before the checkin is performed. If this is 
set to Yes and CreateAndLinkPart is not executed, other HookService methods that 
manipulate the export document may fail!
#Default is Yes.
#
#Related settings: <PdmOnCheckin_01.EXECUTE> (CreateAndLinkPart).
#:VALS_M;"0","1";"No","Yes"
#:INACTIVE;PerformCheckin=0

CreateAndLinkPart_CheckoutPart volontà a seconda del tipo di collegamento, al fine di selezionare la parte tra quelle sopra L'ambiente Winchill effettua il check-out prima dell'assegnazione o meno. CreateAndLinkPart controlla se le parti sono assegnare ai documenti. Di norma, ciò è possibile solo nel Caso "proprietario" necessario.

[Nota]Nota

Checkout + Checkin deve essere usato solo se è veramente necessario, perché aumenta il contatore delle versioni.

#:HELP;Checkout WTPart before linking to CADDocument? Usually only OWNER links 
require a checkout.
#Caution: When WTPart auto creation is active in Windchill, link types that 
require a WTPart checkout, most likely won't work.
#Default is Yes.
#
#Related settings: <CreateAndLinkPart_LinkType>.
#:VALS_M;"0","1";"No","Yes"
#:INACTIVE;CreateAndLinkPart_CheckoutPart=1

RefreshWwgmWorkspaceAfterExport è stato introdotto per apportare modifiche ai documenti appena creati che sono stati creati dopo il generazione della geometria nel commonspace di Windchill, nella Workspace.

#:HELP;Refresh the WWGM workspace after each export?
#Default is No.
#This is a WWGM exclusive setting.
#:VALS_M;"0","1";"No","Yes"
#:INACTIVE;RefreshWwgmWorkspaceAfterExport=0



[3] #171637