Skip to main content
Skip table of contents

Modifiers | Outputs

image-20251218-154957.png

Output Modifiers

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.

image-20251218-155208.png

Inputs

  • Cut: 2D shape intended for cutting operations.

  • Etch: 2D shape intended for engraving or etching.

  • Fill: 2D shape intended for filled areas.

  • Meta: 2D shape containing metadata.

  • Measure: 2D shape containing measurement geometry.

  • Style: Optional shape style modifier controlling line width, color, and appearance. Leave empty for TwikBot's default style.

  • Export Configuration: Optional export configuration modifier controlling filename and format.

  • Visualize: Enables visualization of the 2D output.

  • Export: Enables exporting the 2D output.

3D Mesh

Visualizes and/or exports a 3D mesh such as OBJ or STL.

image-20251218-155341.png

Inputs

  • Source: A 3D geometry.

  • Material: Material applied to the mesh for visualization.

  • Render Order: Determines rendering order when multiple meshes are present.

  • Export Configuration: Optional export configuration modifier.

  • 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.

image-20251218-155521.png

Inputs

  • Source: Image source node.

  • Export Configuration: Optional export configuration defining filename and extension.

Console Log

Outputs debug information to the console.

image-20251218-155613.png

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.

image-20251218-155733.png

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.

image-20251218-155805.png

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.

image-20251218-155913.png

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.

image-20251218-160138.png

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.

image-20251218-160244.png

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.