A 12d Model application that displays various information about the current project, including software version, common directories, project details and the ability to query specific project attributes or environment variables.
A simple 12d Model application to display the current project’s name, path and whether the project was opened from 12d Synergy. Useful on space-constrained screens, e.g. survey field tablets, where the full project name and path may not be visible in the window title.
One of the great features in 12d Model for streamlining and automating repetitive processes is chains. They allow you to wrap up a set of processes, actions or steps, add some smarts and run them all as one entity. For more about what chains can do and how they can be used, I’d recommend reading my previous post, Introduction to Chains . In today’s post, I’ll be covering one of the advanced features of chains- parameters- and how we can… Read moreSet and Change Parameter Values in Chains
A 12d Model application design to be used in chains for displaying values and capturing those values in parameters. This works similarly to the Chain Custom Prompts app, but is not intended for user interaction. Rather, the idea is that the chain author will provide the values to be displayed in the panel with the intention of capturing them in a parameter. This is sometimes required because there is not currently (V14C2h) an in-built Set Parameter Value command. As such,… Read moreChain Custom Values (12d App)
[Updated 13/04/20 – v1.4] A 12d Model app that builds and displays a user-definable panel (i.e. Graphical User Interface (GUI)). The primary purpose of this macro is for use in chains as a replacement or extension of the Prompt command. The Prompt command built-in to the chain functionality inside 12d Model allows chain authors to present the user with a set of fields that can then be filled in. The data entered into this Chain Prompt is then captured in… Read moreChain Custom Prompt (12d App)