Skip to content

Commit dfb6b8a

Browse files
committed
Hextrafy the Model Attributes section
1 parent 10f8c7f commit dfb6b8a

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

content/docs/attributes/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: attributes
3-
title: Model Attributes
3+
title: Model attributes
44
description: How to use custom properties in your 3D CAD designs
55
weight: 7
66
---
@@ -17,5 +17,6 @@ Users or Lens can access such a model and change the same properties:
1717

1818
Learn how to:
1919

20-
1. [Make model attributes accessible to other users](attributes-access)
21-
2. [Update model attributes](attributes-update)
20+
1. [Create model attributes](/docs/attributes/attributes-create/)
21+
2. [Make model attributes accessible to other users](attributes-access)
22+
<!-- 3. [Update model attributes](attributes-update) -->
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
---
22
id: attributes-access
3-
title: Accessing Model Attributes
3+
title: Access model attributes
44
description: How to make model attributes accessible for updating
55
weight: 2
66
---
77

88
To make a parametric model accessible to other Lens users, do the following:
99

10-
1. Start creating a new share link
10+
{{% steps %}}
1111

12-
---
12+
### Start creating a new share link
13+
14+
Open the model of interest an start [creating a new share link](/docs/upload-share/public-share-links/).
15+
16+
### Enable attributes
1317

14-
2. Check the following two boxes: _Can view attributes_ and _Can update attributes_.
18+
Check the following two boxes: _Can view attributes_ and _Can update attributes_.
1519

1620
![Model attributes in a share link](model-attributes-in-share-link.png)
1721

18-
---
22+
### Generate the link
1923

20-
3. Click **Generate Link** to create the share link.
24+
Click **Generate Link** to create the share link.
2125

22-
---
26+
{{% /steps %}}
2327

2428
When a user opens a parametric model with attributes and starts updating it, Lens creates a copy of the original model in user's currently selected organization and performs all operations on that copy.

content/docs/attributes/attributes-create/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: attributes-create
3-
title: Creating Model Attributes
3+
title: Creating model attributes
44
description: How to create custom properties in your 3D CAD designs
55
weight: 1
66
---

content/docs/attributes/attributes-update/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: attributes-update
3-
title: Updating Model Attributes
3+
title: Update model attributes
44
description: How to update model attributes on Lens
55
weight: 3
66
draft: true

0 commit comments

Comments
 (0)