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
GRID (1)
grid:workspace:{workspace-id}:design:project-template/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class des_project_template["Project Template"]
style des_project_template fill:#93c47d
click des_project_template href "../../classes/des_project_template/"
des_project_template --> "*" des_project_template_revision : revisions
click des_project_template_revision href "../../classes/des_project_template_revision/"
class des_project_template_revision["Project Template Revision"]
style des_project_template_revision fill:#93c47d
des_project_template : 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. | Entity |
| revisions | * |
Project Template Revision | None | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:design:project-template/{id} |
| platformAPI | DesProjectTemplate |