Output modifiers define what is visualized and what is exported when a configuration is saved or ordered. They control the generation of geometry files, images, and structured output data.
Outputs are the final step in the graph, translating configuration results into usable deliverables.
Modifier
Explanation
Input
2D Shape
Visualizes and/or exports 2D vector geometry such as SVG, DXF, or PDF.
Output Type: Defines whether the mesh represents a product or scene output type. This is relevant for use in combination with AR or the Unreal Engine plug-in.
Part: Defines whether the mesh is treated as an order part.
Visualize: Enables visualization of the mesh.
Export: Enables exporting the mesh.
Image output
Exports an image, typically as PNG.
Inputs
Source: Image source node.
Export Configuration: Optional export configuration defining filename and extension.
Console Log
Outputs debug information to the console.
Inputs
Source: Any value or node output.
Info Text: Optional label shown in the log.
Export
Defines configuration settings shared by export-capable output nodes.
Inputs
File Name: Name of the exported file.
File Extension: File extension and format of the export.
Outputs
Configuration: Export configuration reference.
Light
Visualizes lighting effects in the scene.
Inputs
Light: Output from a light modifier.
Visualize: Enables visualization of the light.
Numeric value
Visualizes a numeric value in the customizer UI and exports a numeric value to the additional_outputs.json file.
Inputs
Source: Numeric value to export.
Decimals: Number of decimal places used for formatting.
Unit: Unit label appended to the value.
Unit Position: Position of the unit relative to the value (start or end).
Order: Ordering index for exported values.
Position: Placement category, list (inline) or summary (at the end).
Label: Display label for the value.
Part: Whether the value is treated as an order part.
Viewer: Visualize the value or not. Facade can signal changes to Numeric values through the primitiveComponents$ observable.
Export: Enables exporting the value.
Custom ID: Custom identifier used in exported data.
String value
Exports a string value to the additional_outputs.json file.
Inputs
Source: String value to export.
Order: Ordering index for exported values.
Position: Placement category.
Label: Display label.
Part: Whether the value is treated as an order part.
Viewer: Visualize the value or not. Facade can signal changes to String values through the primitiveComponents$ observable.
Export: Enables exporting the value.
Custom ID: Custom identifier used in exported data.
Text value
Exports a text value, typically as a separate text file in the additional_outputs.json file.
Inputs
Source: Text value to export.
Export Configuration: Optional export configuration defining filename and extension.
Part: Whether the value is treated as an order part.
Export: Enables exporting the text.
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.