Skip to content

Project Template

IRI: https://w3id.org/altium/cdm/design/ProjectTemplate

Bounded context: design

A project template includes document configurations and settings that you know you will frequently apply to various projects.

Platform API

DesProjectTemplate

GRID (1)

grid:workspace:{workspace-id}:design:project-template/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class des_ProjectTemplate["Project Template"]



      style des_ProjectTemplate fill:#93c47d    


    click des_ProjectTemplate href "../../classes/des_ProjectTemplate/"




  class core_Artifact["Artifact"]




          core_Artifact <|-- des_ProjectTemplate
          click core_Artifact href "../../classes/core_Artifact/"











      des_ProjectTemplate --> "*" des_ProjectTemplateRevision : revisions
      click des_ProjectTemplateRevision href "../../classes/des_ProjectTemplateRevision/"


  class des_ProjectTemplateRevision["Project Template Revision"]



      style des_ProjectTemplateRevision fill:#93c47d    






          des_ProjectTemplate : id





Comments

Project templates can include the common document and file types that make up a project, as well as additional reference documentation and configuration files. Project options configured in a project template will also be applied when creating design projects using this template. The advantage of using project templates is that a template can contain, if required, a full set of common project files (including Output Jobs) and ratified project/document options, design rules, parameters, units settings, document title blocks, grid settings, project release options, and much more. Project templates can be created for PCB, multi-board and harness project types.

Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. core_Entity
revisions * Project Template Revision The set of versioned snapshots derived from this artifact. Inverse of revisionOf. direct

Identifier and Mapping Information

Annotations

property value
grid grid:workspace:{workspace-id}:design:project-template/{id}
platformAPI DesProjectTemplate

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.