Skip to content

Commit

Permalink
More essential AEP details
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed May 1, 2023
1 parent 05a10b9 commit 1bbf1a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ Representation depends on the value of the previous {sl:`CTyp`}.
| Name |Type | Value Format |
|-----------|-----|-----------------|
| Scalar | `2` | `float64` |
| Color | `4` | `float32[4]` |
| Color | `4` |`float32[4]` RGBA|
| Position | `5` | `float64[2]` |
| Comment | `8` | |
| Vector | `9` | `float64[4]` |
Expand All @@ -1877,6 +1877,10 @@ Essential graphics group item count
| | 3 | |


### `CDim`

`uint32` number of dimensions for an essential vector property.

### `LIST` `Fold`

Top level item.
Expand Down

0 comments on commit 1bbf1a6

Please sign in to comment.