Tool
Vector
Curve Analysis
Surface
Transform
Toolset
Text
Analysis
Triangulation
Solid
Boolean Operation
Intersection
Render
3D Object
Primitive Curves
Panels
Image
Array
Render
Caches geometry for multiple uses, avoiding repeated triangulation
Details
ID
tool-render-render
Name
Render
Group
Render
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Geometry | Geometry | The input geometry to be cached and reused |
Output ports
| Name | Type | Description |
|---|---|---|
| Mesh | Mesh | Outputs optimized mesh geometry for rendering |
| 3D Curve | ThreeCurve | Provides stored 3D curve geometry for further use |
After creating the node, connect the geometry that needs to be cached to the input port. The first output port will return the cached mesh geometry, while the second output port will return the cached curve geometry. This allows for reusing geometry without repeated triangulation.