Skip to content

Commit

Permalink
Rename node type resourceid to constresourceid (now also in the templ…
Browse files Browse the repository at this point in the history
…ate)
  • Loading branch information
3dJan committed Jun 4, 2024
1 parent 73857e9 commit 1f6bb19
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 491 deletions.
8 changes: 4 additions & 4 deletions 3MF Volumetric Extension Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ Overview of native nodes
| [mesh](#mesh) | signed distance to mesh operation |
| [unsignedmesh](#unsignedmesh) | unsigned distance to mesh operation |
| [length](#length) | length operation |
| [resourceid](#resourceid) | constant resource ID |
| [constresourceid](#constresourceid) | constant resource ID |


## addition
Expand Down Expand Up @@ -977,7 +977,7 @@ None
</constmat>
```

# resourceid
# constresourceid

**Description:** Defines a model resource id as a constant value.

Expand All @@ -1000,11 +1000,11 @@ None
**Example Usage:**

```xml
<resourceid identifier="resourceid1" displayname="Resource Id 1" value="1">
<constresourceid identifier="resourceid1" displayname="Resource Id 1" value="1">
<out>
<resourceid identifier="value"/>
</out>
</resourceid>
</constresourceid>
```

## composevector
Expand Down
Loading

0 comments on commit 1f6bb19

Please sign in to comment.