Search K
Appearance
Appearance
The Vault Attach File node attaches a child file to a parent file within Autodesk Vault, creating a file-to-file reference (attachment) relationship.
Use this node to programmatically manage file attachments in Vault, establishing structured dependencies between files such as linking specification documents, images, or supporting files to CAD models.
Field Label | Input Type | Description |
---|---|---|
Parent File Identifier | Text | The identifier of the parent file in Vault to which the child file will be attached. |
Child File Identifier | Text | The identifier of the child file in Vault to attach to the parent file. |
Output Variable | Description |
---|---|
ParentVaultFile | The parent file object retrieved from Vault. |
ChildVaultFile | The child file object retrieved from Vault. |
This node:
Parent File Identifier
, Child File Identifier
).✅ Attach a PDF installation guide to a CAD part file before releasing it for production.
✅ Link a specification document to an assembly file to maintain traceability within Vault.
VaultFileFunctions.GetFileByIdentifier
.ParentVaultFile
, ChildVaultFile
) are Autodesk Vault file entities for further operations within your workflow.