> ## Documentation Index
> Fetch the complete documentation index at: https://docs.davinci-app.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Assembly

<img height="20" noZoom src="https://mintcdn.com/celedonsolutions/JD7z60pewriZ7tTc/images/objecticons/assembly.svg?fit=max&auto=format&n=JD7z60pewriZ7tTc&q=85&s=06e4ce8b4756114a84c028e5ccc51355" data-path="images/objecticons/assembly.svg" />

## Description

Assembly objects combine multiple geometry objects together with positional and rotational transformations.

## View Types

| View                                                  | Description                                             |
| :---------------------------------------------------- | :------------------------------------------------------ |
| [Geometric](/pages/user-guide/views/geometry)         | 3D visualization of the assembly.                       |
| [Tree](/pages/user-guide/views/tree)                  | View the hierarchical structure of the object.          |
| [Properties](/pages/user-guide/views/properties)      | Edit the object's properties, attributes, and metadata. |
| [Relationships](/pages/modeling/common/relationships) | Explore the network of connections to other objects.    |

## Properties Fields

<ParamField path="Inheritable" type="boolean">
  **No.** Assemblies do not currently support [object inheritance](/pages/modeling/common/inheritance).
</ParamField>

<ParamField path="Name" type="string">
  Name of the object.
</ParamField>

<ParamField path="Short Name" type="string">
  Short name of the object.
</ParamField>

<ParamField path="Documentation" type="string">
  Description of the object.
</ParamField>

<ParamField path="Geometries" type="object">
  <a href="/pages/modeling/objects/geometry" style={{ borderBottom: 'none' }}>
    <img height="20" noZoom src="https://mintcdn.com/celedonsolutions/Jrllsva0Wnxsp6y9/images/objecticons/geometry.svg?fit=max&auto=format&n=Jrllsva0Wnxsp6y9&q=85&s=e6788d1ab4cf3cb70d0b5482fe4dc0e6" data-path="images/objecticons/geometry.svg" />
  </a>

  A list of all Geometry objects in this assembly.

  Geometries can be positioned, rotated, and deleted.

  [Read more about Geometry](/pages/modeling/objects/geometry)
</ParamField>

<ParamField path="Assemblies" type="object">
  <a href="/pages/modeling/objects/assembly" style={{ borderBottom: 'none' }}>
    <img height="20" noZoom src="https://mintcdn.com/celedonsolutions/JD7z60pewriZ7tTc/images/objecticons/assembly.svg?fit=max&auto=format&n=JD7z60pewriZ7tTc&q=85&s=06e4ce8b4756114a84c028e5ccc51355" data-path="images/objecticons/assembly.svg" />
  </a>

  A list of all sub-assembly objects owned by this assembly.

  Sub-assemblies can be positioned, rotated, and deleted.

  [Read more about Assembly](/pages/modeling/objects/assembly)
</ParamField>

<ParamField path="Relationships" type="connection">
  A list of all Relationships this object has with other model objects.

  [Read more about Relationships](/pages/modeling/common/relationships)
</ParamField>
