<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title></title>
<atom:link href="https:///www.shapediver.com/blog/feed.xml" rel="self" type="application/rss+xml"></atom:link>
<link>https://www.shapediver.com</link>
<description></description>
<lastBuildDate>Sat, Apr 4, 2026 6:24 PM +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://versoly.com</generator>

<image>
  <url>https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/a73dc604-63f3-4623-beb0-a10baefbaca8.ico</url>
  <title></title>
  <link>https://www.shapediver.com</link>
  <width>32</width>
  <height>32</height>
</image>

<item>
  <title>Stop sharing your Grasshopper files!</title>
  <description><![CDATA[ Sharing Grasshopper files feels fast because it avoids a “proper delivery step”. In practice, it creates the exact problems that slow projects down later: I P exposure, fragile dependencies, a UI that only the author understands, and a support burden that scales with every new stakeholder . If you are currently sending .gh files to clients, colleagues, or partners, you don’t need to rebuild your process from scratch. Y ou usually need one thing: a way to keep the definition under your control while letting others use it safely through a clean interface. That’s what ShapeDiver is for. ]]></description>
  <link>https://www.shapediver.com/blog/stop-sharing-your-grasshopper-files</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/019cc3d6-39ee-7f92-8c12-25255f735a78.avif"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Mar 6, 2026 3:31 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>If you are a computational designer, you’ve probably done this:</p>
<figure>
  <ul>
    <li>Send a.gh file by email or Slack
      <br />
    </li>
    <li>Drop it into Google Drive / Dropbox
      <br />
    </li>
    <li>Add a message like “just move these sliders.”
      <br />
    </li>
    <li>Hope the recipient has the right plugins
      <br />
    </li>
    <li>Spend the next week answering setup questions</li>
  </ul>
</figure>
<p>It’s common. It’s also one of the fastest ways to create security risk and support overhead, while delivering a poor user experience.</p>
<p>Below is a practical breakdown of the main problems and which <b>ShapeDiver features</b> address each one.</p>
<h2 id="1-you-are-handing-over-your-intellectual-property">1) You are handing over your intellectual property</h2>
<p>A Grasshopper definition is not “just a file”. It contains:</p>
<figure>
  <ul>
    <li>your logic and methods
      <br />
    </li>
    <li>your automation
      <br />
    </li>
    <li>your know-how (often the part clients are paying for)</li>
  </ul>
</figure>
<p>Once you share the file, you lose control over how it is copied, modified, reused, or forwarded.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/019cc3c5-9be0-7364-8d78-62c91f140e37.avif" class="" alt="A Grasshopper file is a collection of your intellectual property." />
</figure>
<h3 id="how-shapediver-fixes-this">How ShapeDiver fixes this</h3>
<figure>
  <ul>
    <li>
      <b>Server-side execution</b> : users interact with results; the Grasshopper definition stays on the server.
      <br />
    </li>
    <li>
      <b>Access control</b> : restrict who can access a model/app and under what conditions.
      <br />
    </li>
    <li>
      <b>Private models and share links</b> : share an app experience without shipping the.gh source.
    </li>
  </ul>
</figure>
<p>
  <b>Practical example:</b> instead of sending a.gh to a client to “try options”, you publish a secure app where they can explore a controlled parameter set, while your definition remains protected.
</p>
<h2 id="2-why-is-it-red-file-sharing-turns-you-into-tech-support">2) “Why is it red?” - file sharing turns you into tech support</h2>
<p>A Grasshopper file is not a self-contained deliverable. When you send it, you’re also sending an invisible checklist of requirements:</p>
<figure>
  <ul>
    <li>the right Rhino version
      <br />
    </li>
    <li>the right plugin set (and often the right plugin versions)
      <br />
    </li>
    <li>valid licenses for paid plugins
      <br />
    </li>
    <li>correct paths, units, and environment settings
      <br />
    </li>
    <li>a machine that can actually run the definition</li>
  </ul>
</figure>
<p>That’s why the most common response to a shared.gh file is some variation of:</p>
<figure>
  <ul>
    <li>“It’s all red.”
      <br />
    </li>
    <li>“I’m missing a plugin.”
      <br />
    </li>
    <li>“It opens, but nothing updates.”
      <br />
    </li>
    <li>“It runs on your machine, but not on mine.”</li>
  </ul>
</figure>
<p>At that point, you’re no longer delivering design value — you’re debugging someone else’s setup. And the more stakeholders you add, the more that support load compounds.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/019cc3de-1c40-7f9e-99d1-54fabd8d2e2a.avif" class="" alt="When you share your Grasshopper files, you ris k beco ming tech support for your team" />
</figure>
<h3 id="how-shapediver-fixes-this">How ShapeDiver fixes this</h3>
<figure>
  <ul>
    <li>
      <b>Server-side execution in a controlled environment</b> : the model runs where you deploy it, not on every recipient’s laptop.
      <br />
    </li>
    <li>
      <b>Centralized deployment</b> : one published version of the model that everyone uses, instead of many local installs with unknown configurations.
      <br />
    </li>
    <li>
      <b>Web delivery</b> : users only need a browser to interact with your model—no Rhino install, no plugin hunting, no “why is it red?” calls.
      <br />
    </li>
  </ul>
</figure>
<p>
  <b>Practical example:</b> instead of onboarding a client into Rhino + plugins + licenses, you publish a link to a web app. They get outcomes; you avoid becoming the IT department.
</p>
<h2 id="3-grasshopper-is-not-a-user-interface">3) Grasshopper is not a user interface</h2>
<p>Grasshopper is a development environment. It’s excellent for building parametric logic. It is not designed for end users.</p>
<p>Tools like <b>Human UI</b> (and similar approaches) can improve the experience of <i>using</i> a definition by wrapping parameters into a cleaner interface. However, this doesn’t solve the rest of what makes file-sharing painful in real projects: secure distribution, controlled access, and a consistent “just works” delivery to stakeholders.</p>
<p>Even technical users struggle with:</p>
<figure>
  <ul>
    <li>dense graphs and hidden dependencies
      <br />
    </li>
    <li>parameter ranges with no guidance
      <br />
    </li>
    <li>“one wrong toggle breaks everything” behavior
      <br />
    </li>
    <li>unclear input expectations (units, formats, valid ranges)
      <br />
    </li>
  </ul>
</figure>
<p>So you end up anyway doing “ <i>Human</i> middleware” (pun intended): tutorials, Zoom calls, and long messages explaining what not to touch.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/019cc3e2-1087-727f-8e50-0bcbcf51d9d9.avif" class="" alt="Grasshopper is a development environment. It was not designed for end users" />
</figure>
<h3 id="how-shapediver-fixes-this">How ShapeDiver fixes this</h3>
<figure>
  <ul>
    <li>
      <b>Web deployment:</b> your UI runs in a browser, so sharing becomes as simple as sending a link (and it’s easy to embed). Users interact with the app while the Grasshopper definition stays under your control.
    </li>
    <li>
      <b>Custom UI / App Builder tools</b> : expose only the inputs you want, in a format users understand.
    </li>
    <li>
      <b>Parameter controls:</b> sliders, dropdowns, toggles, text inputs, file uploads, and advanced interactions such as drawing, gumball, and selection tools.
    </li>
    <li>
      <b>Guardrails</b> : constrain ranges, offer presets, and reduce the chance of invalid input.
    </li>
  </ul>
</figure>
<p>
  <b>Practical example:</b> instead of sending a definition with 60 sliders, you publish an app with 8–12 meaningful controls, grouped logically (“Geometry”, “Performance”, “Output”), with sensible 
</p>
<p>defaults.</p>
<h2 id="4-collaboration-does-not-scale-when-the-gh-file-is-the-deliverable">4) Collaboration does not scale when the.gh file is the deliverable</h2>
<p>Direct file sharing works for: </p>
<figure>
  <ul>
    <li>a quick internal experiment
      <br />
    </li>
    <li>a one-off exchange between two Grasshopper power users</li>
  </ul>
</figure>
<p>It breaks down when:</p>
<figure>
  <ul>
    <li>clients need access
      <br />
    </li>
    <li>non-technical stakeholders are involved
      <br />
    </li>
    <li>usage becomes frequent (“run it again with these inputs”)
      <br />
    </li>
    <li>you’re supporting multiple projects in parallel</li>
  </ul>
</figure>
<p>At that point, the work shifts away from design and towards operational support: troubleshooting installs, answering UI questions, and re-explaining the same process.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/019cc3e3-7317-717a-87cb-bc27b4519ed5.avif" class="" alt="Sharing Grasshopper files d oes not scale" />
</figure>
<h3 id="how-shapediver-fixes-this">How ShapeDiver fixes this</h3>
<figure>
  <ul>
    <li>
      <b>Shareable web apps</b> : distribute access like any modern tool: a link, not a file.
      <br />
    </li>
    <li>
      <b>Embedding</b> : embed the configurator directly on a website or internal portal.
      <br />
    </li>
    <li>
      <b>APIs and SDKs</b> : integrate parametric logic into existing workflows (product pages, CPQ flows, internal tools) without exposing the definition.
      <br />
    </li>
  </ul>
</figure>
<p>
  <b>Practical example:</b> instead of “email me the inputs and I’ll run it”, stakeholders can run approved variations themselves through a web interface, and you stay focused on improving the model, not operating it.
</p>
<h2 id="the-better-mental-model-ship-an-app-not-a-file">The better mental model: ship an app, not a file</h2>
<p>A Grasshopper definition is a powerful engine. But most people don’t need the engine — they need a steering wheel.</p>
<p>If you want:</p>
<figure>
  <ul>
    <li>IP protection
      <br />
    </li>
    <li>fewer plugin/setup problems
      <br />
    </li>
    <li>a usable interface for real stakeholders
      <br />
    </li>
    <li>a scalable way to share computational design outcomes</li>
  </ul>
</figure>
<p>…then the.gh file should not be your deliverable.</p>
<p>
  <b>ShapeDiver lets you keep the definition under your control and deliver a web application experience instead.</b>
</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/019cc3e5-f3ff-7aca-9136-563d8db17b57.avif" class="" alt="ShapeDiver lets you keep the definition under your control and deliver a web application experience instead" />
</figure>
<h2 id="conclusion">Conclusion</h2>
<p>Sharing Grasshopper files feels fast because it avoids a “proper delivery step”. In practice, it creates the exact problems that slow projects down later: IP exposure, fragile dependencies, a UI that only the author understands, and a support burden that scales with every new stakeholder.</p>
<p>If you are currently sending.gh files to clients, colleagues, or partners, you don’t need to rebuild your process from scratch. You usually need one thing: a way to keep the definition under your control while letting others use it safely through a clean interface. That’s what ShapeDiver is for.</p>
<p>
  <b>Book a cost-free evaluation call</b>
</p>
<p>If you want to sanity-check whether your workflow is a good fit, contact our sales team for a cost-free evaluation call. We’ll look at:</p>
<figure>
  <ul>
    <li>what you’re sharing today (and with whom)
      <br />
    </li>
    <li>what your definition depends on (plugins, licenses, inputs/outputs)
      <br />
    </li>
    <li>what a usable web UI would look like for your stakeholders
      <br />
    </li>
    <li>how to deploy it in a way that protects your work and reduces support time
      <br />
    </li>
  </ul>
</figure>
<p>You’ll leave the call with a clear recommendation whether ShapeDiver is the right tool for your case, and what the path would look like if it is.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… CD Peacock: When Heritage Fuels Innovation!</title>
  <description><![CDATA[ Learn how CD Peacock leverages Grasshopper and ShapeDiver, paired with iJewel’s jewelry-focused rendering, to transform its heritage-driven bridal collections into interactive, configurable experiences. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-cd-peacock-when-heritage-fuels-innovation</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/a22c0afe-5233-4463-b8a4-54e1640858b6.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Dec 3, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category><category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction:</h3>
<p>For nearly two centuries, <a href="https://cdpeacock.com/" target="_self">CD Peacock</a> has been part of Chicago’s story; over the past year, it has also become part of ShapeDiver’s. Together, we’ve been developing a new generation of bridal ring configurators that connect a 19th-century heritage with 21st-century tools: Rhino, Grasshopper, ShapeDiver, and iJewel. In this interview, we talk with <a href="https://www.linkedin.com/in/kelly-jacobson-5b88bb4/" target="_self">Kelly Jacobson</a>, Jewelry Creative Director at CD Peacock, about how a heritage brand approaches digital customization, why this moment felt right to rethink the ring-buying process, and what it really takes to align technology with a brand rooted in craftsmanship.</p>
<p>Throughout the conversation, Kelly guides us through the full stack behind CD Peacock’s new “Love and Celebration” configurable collection: why <a href="https://www.rhino3d.com/" target="_self">Rhino</a> continues to be the foundation of modern jewelry design, how their team simplified complex bridal designs into elegant Grasshopper systems, and how ShapeDiver and <a href="https://www.ijewel3d.com/" target="_self">iJewel</a> collaborate to transform those parametric models into an interactive experience. She explains why CD Peacock chose to test these configurators first inside The CD Peacock Mansion in Oakbrook, in a guided, high-touch environment, before launching a new e-commerce platform with the same UI and complete online purchasing. Along the way, she describes how each configuration is transformed into a physical ring, from CAD inspections to 3D-printed wax, to lost-wax casting, and hand-finishing by their in-house jewelers.</p>
<p>This interview will be especially valuable for jewelry brands, design and product leaders, and computational designers exploring serious investments in customization. If you’re responsible for CAD pipelines, parametric modeling, digital retail, or the future of client experience, you’ll gain clear, practical insights: how to use Grasshopper without disrupting manufacturing, how to make configurators feel like sitting with a designer rather than clicking through options, and how a historic brand like CD Peacock perceives personalization, technology, and craftsmanship shaping the future of fine jewelry. Let's dive in!</p>
<h3 id="1-hi-kelly-thank-you-for-taking-the-time-to-talk-to-us-could-you-briefly-introduce-yourself-whats-your-background-whats-your-role-at-cd-peacock">
  <b>1. Hi Kelly, thank you for taking the time to talk to us! Could you briefly introduce yourself? What’s your background? What’s your role at CD Peacock?</b>
</h3>
<p>I am the <a href="https://www.linkedin.com/in/kelly-jacobson-5b88bb4/" target="_self">Jewelry Creative Director at CD Peacock</a> and work alongside a talented team of jewelry designers and manufacturers. I started with the company in 2009. My background is rooted in fine arts, but I have always been drawn to the intersection of storytelling, craftsmanship, and beauty.</p>
<p>At CD Peacock, I help guide the development of our private-label collections, custom design projects, and overall creative direction; everything from design concepts and bench collaboration to visual storytelling and client experience. Our team is passionate about honoring CD Peacock’s history while also pushing the brand forward. We blend artistry with innovation to create meaningful, lasting pieces that truly reflect the people who wear them.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/963015e8-8648-482e-9879-c1bc8ce214db.png" loading="lazy" />
</figure>
<h3 id="2-cd-peacocks-roots-date-back-to-1837-how-does-that-heritage-shape-the-way-you-design-for-todays-customers-and-why-is-this-the-right-moment-to-modernize-the-online-ring-buying-experience">
  <b>2. CD Peacock's roots date back to 1837. How does that heritage shape the way you design for today’s customers, and why is this the right moment to modernize the online ring-buying experience?</b>
</h3>
<p>CD Peacock’s heritage is woven into everything we create. Our history isn’t just a story we tell - it’s a design language we build upon. The brand has been part of Chicago’s fabric for nearly two centuries, and that sense of legacy is a reminder that jewelry should always carry meaning, whether it’s a bespoke engagement ring or a new signature collection.</p>
<p>When we design, we think about merging tradition with innovation. For us, that means honoring craftsmanship while embracing the tools and technology that make today’s experiences more personal and intuitive. Modernizing the online ring-buying journey is part of that evolution. It allows us to meet clients where they are, while still giving them the beauty, detail, and human connection that defines CD Peacock.</p>
<p>This moment feels right because clients today want both the ease of digital and the soul of something handcrafted. We’re blending those worlds so that our heritage becomes a foundation for innovation, not a boundary.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/0215e716-2090-4597-8996-a9e7798338b2.jpg" loading="lazy" />
</figure>
<h3 id="3-what-was-the-precise-catalyst-for-investing-in-3d-configurators-vs-more-traditional-product-pages-and-photo-sets-was-it-a-growth-goal-a-customer-pain-point-or-a-competitive-gap">
  <b>3. What was the precise catalyst for investing in 3D configurators (vs. more traditional product pages and photo sets)? Was it a growth goal, a customer pain point, or a competitive gap?</b>
</h3>
<p>At CD Peacock, we take pride in the elevated experience we’ve created in our flagship location, The Mansion at Oakbrook Center. This is a space designed to feel personal, luxurious, and inspiring. The introduction of 3D configurators was driven by the desire to translate that same unique experience into the digital realm.</p>
<p>Our goal isn’t simply to display jewelry online but to invite clients into the creative process. With this new 3D technology, they can explore, personalize, and visualize their piece in a way that feels immersive and human.</p>
<p>This also represents an exciting opportunity to lead innovation in an industry that’s still discovering how digital tools can enhance emotional connection. For us, it’s about extending our heritage of craftsmanship into the future and hopefully making custom design more accessible.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/cb5ad398-0121-426a-8ce2-551c45fb0bae.png" loading="lazy" />
</figure>
<h3 id="4-who-is-the-core-buyer-for-configurable-rings-and-how-do-gen-z-and-millennials-differ-from-gen-x-and-older-generations-in-expectations-device-use-and-price-sensitivity">
  <b>4. Who is the core buyer for configurable rings, and how do Gen Z and Millennials differ from Gen X and older generations in expectations, device use, and price sensitivity?</b>
</h3>
<p>The younger generations are certainly more comfortable navigating the digital world, but I’d never underestimate Gen X’s ability to get exactly what they want quickly. What’s interesting is that across all generations, we’re seeing a renewed appreciation for the in-person experience.</p>
<p>Online tools like configurators are an entry point. They allow clients to explore, experiment, and express their taste with confidence. But more and more, both Gen Z and Millennials are discovering the magic that happens when they step into a store, feel the craftsmanship, and collaborate on a design that’s uniquely theirs.</p>
<p>So while digital engagement remains essential, we see it as a bridge to something deeper: helping every generation, regardless of device or budget, connect personally with their jewelry and the story behind it.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/b7bc1430-d235-4ee0-a36b-070253384bfe.jpg" loading="lazy" />
</figure>
<h3 id="5-why-did-you-choose-rhino-to-design-the-ring-models-initially-what-about-rhinos-ecosystem-or-workflows-made-it-the-right-foundation-compared-with-the-alternatives-you-considered">
  <b>5. Why did you choose Rhino to design the ring models initially? What about Rhino’s ecosystem or workflows made it the right foundation compared with the alternatives you considered?</b>
</h3>
<p>
  <a href="https://www.rhino3d.com/" target="_self">Rhino</a> has been at the core of fine jewelry design for decades. The industry standard for over 20 years was Gemvision’s Matrix, which is a Rhino-based platform built specifically for jewelers. So in many ways Rhino was the natural evolution rather than a new direction.
</p>
<p>The parametric framework inside Rhino allows for precision, flexibility, and seamless customization. This is essential for making subtle design alterations such as adjusting a stone shape or finger size without rebuilding the entire model from scratch.</p>
<p>In truth, there really wasn’t an alternative. Rhino’s ecosystem is deeply integrated into how modern jewelry is conceived and built, making it the right foundation for both our design process and our 3D configurator experience.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/da03efac-21c8-4e32-8472-c1b4604e9e91.png" loading="lazy" />
</figure>
<h3 id="6-why-did-you-choose-grasshopper-for-the-configuration-logic-which-constraints-stone-size-prong-geometry-shank-thickness-minimum-tolerances-matter-most-to-keep-designs-beautiful-yet-manufacturable">
  <b>6. Why did you choose Grasshopper for the configuration logic? Which constraints (stone size, prong geometry, shank thickness, minimum tolerances) matter most to keep designs beautiful yet manufacturable?</b>
</h3>
<p>One of the most exciting parts of this project has been uncovering how each of our bridal designs can be distilled to its purest form. Working with your team to translate complex Rhino models into simple and elegant parametric systems in Grasshopper has been eye-opening. What once required countless steps can now be defined by just a few thoughtful base curves.</p>
<p>Grasshopper gives us the power to embed beauty and precision at the same time. We’ve built manufacturing tolerances directly into the parameters. Behind-the-scenes details like stone spacing, prong geometry, and shank thickness ensure that what you see on screen isn’t just visually refined, but fully manufacturable.</p>
<p>It’s been a fascinating process of simplifying without compromise and finding that sweet spot where artistry meets engineering.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/eecca72d-1486-4646-a215-d8a8d15ddf43.png" loading="lazy" />
</figure>
<h3 id="7-how-is-shapediver-contributing-to-this-project">
  <b>7. How is ShapeDiver contributing to this project?</b>
</h3>
<p>The ShapeDiver Team has been an incredible partner in bringing our vision to life. The ShapeDiver platform enables us to convert the parametric models we’ve developed in Rhino and Grasshopper into an interactive, client-facing experience.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/1e89cd43-c0e6-482a-b7ad-2999ec6a12be.png" loading="lazy" />
</figure>
<p>This tool is the bridge between our design studio and the customer’s screen by translating the artistry and precision of fine jewelry into a seamless, responsive digital tool. ShapeDiver’s technology makes it possible for clients to explore, personalize, and visualize their ring designs in real time, all while maintaining the design integrity and manufacturing accuracy we expect at CD Peacock.</p>
<p>It’s been a true collaboration between design and engineering - using innovation to make craftsmanship more accessible, without losing any of the magic that comes from creating something truly personal.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/-RnBRgPGifo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="8-what-rendering-engine-are-you-using-for-the-online-configurator-and-why">
  <b>8. What rendering engine are you using for the online configurator, and why?</b>
</h3>
<p>We’re using <a href="https://www.ijewel3d.com/" target="_self">iJewel</a> as our rendering engine because it was built specifically for the jewelry industry. It also gives us the flexibility to integrate our 3D configurators seamlessly into ShapeDiver’s client-friendly interface, while maintaining the precision and craftsmanship standards that define CD Peacock.</p>
<p>What we love about iJewel is that it understands the nuances of fine jewelry, providing gemstone data and metal pricing and understanding the way customers want to explore a design. It allows us to showcase our collections beautifully while giving clients real customization options in a clean, intuitive way.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/GpjAcsIWKuk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="9-can-you-guide-us-through-the-different-ring-options-families-clients-can-choose-from-in-this-new-configurable-collection">
  <b>9. Can you guide us through the different ring options/families clients can choose from in this new configurable collection?</b>
</h3>
<p>Our configurable collection was designed to bring the essence of CD Peacock’s bridal aesthetic to life while allowing clients to personalize each detail. Within our “Love and Celebration” collection, we’ve organized the rings into three distinct families: <b>River North</b> , <b>Lincoln Park</b> , and <b>Gold Coast</b>
  <span>, each inspired by distinct neighborhoods that define Chicago’s character.</span>
</p>
<p>
  <b>River North</b> is sleek and modern, reflecting the clean lines and contemporary energy of the city’s art and design district. <b>Lincoln Park</b> is more romantic and organic, with soft curves and nature-inspired details that capture a sense of intimacy and warmth. <b>Gold Coast</b>
  <span>embodies timeless elegance with classic silhouettes and balanced proportions that nod to Chicago’s historic architecture and enduring sophistication.</span>
</p>
<p>Each collection draws subtle design cues from its namesake neighborhood, to create a tangible connection between place, design, and emotion. Together, they offer a cohesive yet customizable experience where clients can explore different styles, choose their center stone, metal, and proportions, and create a ring that feels uniquely their own.</p>
<p>Our goal was to make the process feel like sitting down with a designer even if you’re doing it from home. Every collection is distinct, but they all share the same DNA: craftsmanship, intentionality, and the unmistakable elegance of CD Peacock.</p>
<figure>
  <img alt="3x3 grid of nine rings labeled Gold Coast, Lincoln Park and River North — assorted gold, rose and silver bands with diamonds, emeralds and skyline motif." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/23f4c2f6-bb78-41d9-ae36-9ab884885ffe.png" loading="lazy" />
</figure>
<h3 id="10-how-are-these-rings-manufactured-can-you-give-us-a-rough-overview">
  <b>10. How are these rings manufactured? Can you give us a rough overview?</b>
</h3>
<p>Each ring configured through ShapeDiver follows the same process for our in-house collections. Once a client customizes their ring through the configurator, the digital model moves into our production workflow, where every detail is reviewed by our CAD team for precision, structure, and comfort.</p>
<p>From there, we proceed into 3D printing a high-resolution wax model, which is then transformed into metal by lost wax casting. The pieces are then refined and finished by our incredible in-house CD Peacock jewelers. Every setting, polish, and refinement is done by hand, ensuring each ring meets our exacting standards of beauty and durability.</p>
<p>Manufacturing jewelry in 2025 is truly a fusion of innovation and tradition. Technology guides the blueprint, and human hands bring it to life. That combination allows us to maintain full creative control and preserve the artistry at the core of our designs.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/7f0278f5-aef9-4805-afa5-444419a047dc.png" loading="lazy" />
</figure>
<h3 id="11-initially-these-configurators-will-launch-on-your-flagship-store-why-was-this-decision-made-what-is-the-next-step-after-this-validation-stage">
  <b>11. Initially, these configurators will launch on your flagship store. Why was this decision made? What is the next step after this validation stage?</b>
</h3>
<p>We chose to launch the configurators first in our flagship location, <b>The CD Peacock Mansion </b>, because it’s where the CD Peacock experience is at its most complete. The Mansion allows us to introduce this new technology in a guided, high-touch environment where our sales team and designers can walk clients through the customization process, gather feedback, and refine the flow in real time.</p>
<p>This first stage is really about validation through experience, making sure the digital tool enhances the emotional and tactile elements that make jewelry design so special. By observing how clients interact with the configurator in person, we can fine-tune both the interface and the storytelling before rolling it out online.</p>
<p>The next step is to expand the experience across a new e-commerce platform, so clients can enjoy the same level of creative freedom and precision wherever they connect with us. Ultimately, this pilot phase at The Mansion will ensure that when we scale, every interaction, whether in-store or online, feels equally personal, seamless, and true to CD Peacock’s exacting standards.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/e9673ebc-2fa1-488e-ba42-7dde507802ad.jpg" loading="lazy" />
</figure>
<h3 id="12-whats-the-future-of-jewelry-especially-for-brands-with-such-a-heritage-as-cd-peacock">
  <b>12. What’s the future of jewelry, especially for brands with such a heritage as CD Peacock?</b>
</h3>
<p>The future of jewelry is <b>personalization</b>. For thousands of years, jewelry has symbolized meaning, emotion, and identity. That hasn’t changed. What <i>has</i> evolved is how we are able to invite clients into the creative process.</p>
<p>Technology now allows us to make customization more accessible and intuitive, empowering people to design pieces that reflect their individual stories. That’s where we see the future heading - toward experiences that merge the timelessness of fine jewelry with the interactivity of modern tools.</p>
<p>For a historic brand like CD Peacock, this moment is about honoring our craftsmanship while reimagining how people connect with it. The artistry will always remain at the heart, but the way we share it — through innovation, storytelling, and digital design — is what will carry our legacy forward.</p>
<figure>
  <img alt="-" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/9f5c8cd4-098d-4c93-a587-319722d96132.png" loading="lazy" />
</figure>
<h3 id="thank-you-very-much-kelly-this-has-been-very-inspiring">- Thank you very much, Kelly. This has been very inspiring!</h3>
<p>Thank you as well for the opportunity to share our story with your community.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Frame Maker: Custom-fit Eyewear for On-Demand 3D Printing!</title>
  <description><![CDATA[ Andrés Roppa, an industrial designer working at the intersection of eyewear, 3D printing, and Grasshopper, explains how Frame Maker uses ShapeDiver and App Builder to turn parametric prototypes into accessible tools that blend craft, customization, and modern digital workflows. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-frame-maker-custom-fit-eyewear-for-on-demand-3d-printing</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/69173907-2710-45b2-9196-0d5488e12b07.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Nov 17, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category><category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">
  <b>Introduction:</b>
</h3>
<p>
  <a href="https://www.linkedin.com/in/andres-roppa-0293b98/" target="_self">Andrés Roppa</a> is an industrial designer who has spent more than a decade working at the intersection of eyewear, parametric design, and digital fabrication. This combination has shaped the tools and ideas behind his company: <a href="https://frame-stock.com/" target="_self">Frame Stock</a>. His path began in Uruguay, where early work with Rhino, Grasshopper, and 3D printing opened the door to remote projects and revealed the untapped potential of customization in eyewear. Over time, this niche focus became his full-time domain, blending the precision of CAD with the craft and aesthetics of frame design.
</p>
<p>At the center of our conversation is Frame Maker, his evolving system for transforming 2D outlines into ready-to-prototype 3D frames. Andrés breaks down what it means to automate a process that traditionally relies on a designer’s intuition, explaining both the opportunities and the limits of parametric modeling in a highly artistic industry. He walks through the technical challenges, such as inconsistent curves, hand-drawn variations, and the need to maintain creative flexibility, and how the tool focuses on automating the repetitive mechanics while preserving the designer’s intent.</p>
<p>The interview also explores how ShapeDiver enabled him to transform these parametric workflows into accessible tools for non-technical designers, the role the App Builder plays in building intuitive user experiences, and how bespoke collaborations, such as <a href="https://www.yourvisionnow.com/" target="_self">Vision Now</a>, demonstrate the commercial potential of tailored, on-demand eyewear systems. We close by looking ahead: in-store customization, new materials, evolving 3D printing technologies, and the slowly forming place of AI within the design process. It’s a view into a traditional industry quietly evolving through computation. Let’s dive in!</p>
<h3 id="1-hi-andres-thank-you-for-agreeing-to-this-interview-could-you-please-share-some-of-your-background-education-early-professional-steps-and-hobbies">1. Hi Andrés, Thank you for agreeing to this interview. Could you please share some of your background (education, early professional steps) and hobbies?</h3>
<p>Hello, thanks for the opportunity to share. I´m an industrial designer working independently since graduating from design school in Montevideo, Uruguay. I began using Rhino during my studies and continued to develop my 3D modeling skills in the years that followed. This was a big asset in my early product design projects, which were mostly local.</p>
<p>By 2010, I saw 3D printing as the perfect match for my work, because I could now work remotely on bigger, more complex product design projects. Back then, I began to learn more about the industry through a few European eyewear design projects that I was commissioned. I was learning Grasshopper on the side and understood that I could leverage parametric thinking to further develop that synergy between eyewear, parametrics, and additive manufacturing, in search of customization. Fifteen years and many projects later, my attention is fully focused on this niche.</p>
<p>Besides design work, I spend time working on my home and garden, which are part of my other passion: bio-architecture. I live four blocks from the beach and enjoy surfing, swimming, and paddleboarding.</p>
<figure>
  <img alt="A man sitting at a table against a dark wall, wearing a light shirt, with a neutral expression." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/37e9fa5a-3cd9-4963-847b-2ae6eca1b063.jpg" loading="lazy" />
</figure>
<h3 id="2-what-first-inspired-you-to-apply-parametric-design-to-eyewear-was-there-a-specific-project-or-frustration-that-sparked-the-idea-for-frame-maker">2. What first inspired you to apply parametric design to eyewear? Was there a specific project or frustration that sparked the idea for Frame Maker?</h3>
<p>Around 2012, I started experimenting with Grasshopper and designing frames for 3D printing. Back then, frames were already seen as an ideal product for additive manufacturing. I understood that pairing this versatile production method with parametric design would create opportunities for mass customization down the road. Frame Maker evolved as a solution based on these previous experiences, which taught me a great deal about the eyewear industry, which was new to me.  </p>
<figure>
  <img alt="White 3D-printed eyeglass frames disassembled, with a small screwdriver and hinges, placed on a white surface." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/dc5e470a-e3dd-444f-b212-910d6164cb22.jpg" loading="lazy" />
</figure>
<h3 id="3-eyewear-design-blends-aesthetics-ergonomics-and-engineering-how-did-your-background-as-an-industrial-designer-shape-your-approach-to-automating-such-a-craft-driven-process">3. Eyewear design blends aesthetics, ergonomics, and engineering. How did your background as an industrial designer shape your approach to automating such a craft-driven process?</h3>
<p>This is a complex topic. By trying to automate a design process for a product with such an artistic intent, you are always on the edge of oversimplification. This can lead to everything seeming alike. This is why Frame Maker is a prototyping tool, a geometry template for the early stages of design, which demand further design iteration and modeling.   </p>
<p>My custom client projects are more complex because they are not just basic geometry; they require a specific brand aesthetic to be kept.</p>
<figure>
  <img alt="Blueprint-style glasses design with quote about Frame Maker as a prototyping tool by Andrés Roppa, Co-Founder." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/46dea4e3-09af-4301-8fdd-be4ecfdec215.jpg" loading="lazy" />
</figure>
<h3 id="4-can-you-describe-how-frame-maker-simplifies-the-process-of-generating-3d-frame-models-from-the-designers-perspective">4. Can you describe how Frame Maker simplifies the process of generating 3D frame models from the designer’s perspective?</h3>
<p>The idea behind Frame Maker is to automate the mechanical or repetitive parts of the modeling process. It creates a 3D mock-up (printed or virtual) on the fly, based on 2D outlines, which is the usual design approach within the industry.</p>
<figure>
  <img alt="Two pairs of eyeglasses: one 3D brown frame and one 2D outline, showcasing design transformation with dimensions." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/a5a8a34e-05ea-492f-ad9d-00d3445e8615.jpg" loading="lazy" />
</figure>
<h3 id="5-what-were-the-most-complex-technical-hurdles-when-developing-frame-maker-especially-around-handling-diverse-2d-input-styles">5. What were the most complex technical hurdles when developing Frame Maker, especially around handling diverse 2D input styles?</h3>
<p>The biggest challenge was creating a Grasshopper script that would be versatile enough to achieve the desired 3D frame geometry, parting from curves with different drawing techniques. This means addressing point distribution, drawing errors, overlapping curves, etc. I came up with simple methods for discarding or subtly adapting geometry that would “break” the workflow.</p>
<p>After that was working satisfactorily, I could start adding other frame features, such as changing size, thickness, or adding features like nose pads. My goal was to avoid plugins as much as possible and rely on Grasshopper's native components. I learned a lot from this process. Now it’s time to revisit the entire script and organize.</p>
<h3 id="6-how-do-you-decide-what-level-of-customization-to-automate-versus-leaving-creative-freedom-to-the-designer">6. How do you decide what level of customization to automate versus leaving creative freedom to the designer?</h3>
<p>Based on conversations with experienced designers about their process and needs, I decided to develop and market Frame Maker as a prototyping tool to create accurate CAD files for prototyping during the early stages of design. From that point on, the variation in each design is infinite and would be impossible to manage. This was the key trade-off decision if I wanted to deliver a consistent 3D model for the brand or designer to download and continue working on. Trying to automate too much would be less flexible and hinder any further creative process by the designer.</p>
<figure>
  <img alt="Illustration of layered eyeglass frames with Grasshopper software interface, highlighting design management." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/a749ad40-4761-4f72-b198-faab97d6320c.jpg" loading="lazy" />
</figure>
<h3 id="7-shapediver-allows-you-to-distribute-frame-maker-without-requiring-rhino-or-grasshopper-knowledge-how-did-that-shift-your-strategy-in-terms-of-accessibility-and-scalability">7. ShapeDiver allows you to distribute Frame Maker without requiring Rhino or Grasshopper knowledge. How did that shift your strategy in terms of accessibility and scalability?</h3>
<p>ShapeDiver opened the door to a wider design audience, not just the 3D modeling experts. I tried to see it from the perspective of a designer using 2D only, building the 3D model in simple steps that could be easily understood. I know that acetate manufacturing design and techniques are most common, so this became my primary reference.</p>
<figure>
  <img alt="Quote on gradient background with glasses sketch: " src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/b9f1f9ff-623d-4f6a-b58e-e274924bef07.jpg" loading="lazy" />
</figure>
<h3 id="8-which-shapediver-features-have-had-the-biggest-impact-on-your-users-and-are-there-specific-updates-or-tools-youre-excited-to-integrate-next">8. Which ShapeDiver features have had the biggest impact on your users — and are there specific updates or tools you’re excited to integrate next?</h3>
<p>App Builder for sure, as it makes the interface so friendly, and it forces me to rethink how to integrate new features and make them as user-friendly as possible. I also see a lot of potential in saving model states that the user can come back to and continue editing.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/ESh2sO5vi1Q?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="9-vision-now-sounds-like-a-fascinating-example-of-tailoring-parametric-tools-to-a-brands-specific-needs-can-you-walk-us-through-the-collaboration-process-from-understanding-their-requirements-to-deploying-the-final-app">9. Vision Now sounds like a fascinating example of tailoring parametric tools to a brand’s specific needs. Can you walk us through the collaboration process — from understanding their requirements to deploying the final app?</h3>
<p>When I was first approached by <a href="https://www.yourvisionnow.com/" target="_self">
    <u>Vision Now,</u>
  </a>they already understood that 3D printing could be the ideal production method to complement their frame inventory in specific ways. This is crucial because they had a clear direction and knew how it would impact their business.</p>
<p>Together, we arrived at a proper solution involving a small collection of five frames for kids and a digital interface where the frames could be visualized, tweaked for size, and sent to production. This is an attractive offer, different from the traditional products in the store. Moreover, it’s a flexible solution that can be easily adapted to suit different opportunities, such as replacing styles that don’t sell with new ones by updating the digital stock inside the application. Since the collection is parametric, introducing new styles is quite quick. In terms of production, VN had already decided on the Genera G1/F1 3D printer. The workflow was now established.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/Q_IR3ht5TOE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>Vision Now was new to 3D printing, so setting up the print files and post-processing the frames would surely be a challenge. In view of this, I proposed a geometry optimized for the G1/F1, thanks to previous experience with the material. I also proposed a hinge model that is quick and easy to install.</p>
<p>At this point, prototypes were made, along with tweaks and iterations to achieve a proper hinge fit and refine surface features. With approval from VN on the frame results and assembly, I developed the parametric tool with all five models. With access to the tool on the App Builder interface, it’s now time for testing in the store. Kicking off takes time and adjustment, but once this system is running, the app can be replicated in their other stores, centralizing production in the original one.</p>
<figure>
  <img alt="Close-up of a hand holding black glasses on the left; glasses frame in a digital interface on the right. Text: " src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/6af9d061-b4fd-4cfc-b6bc-8060488d2cee.jpg" loading="lazy" />
</figure>
<h3 id="10-how-does-frame-stock-balance-between-developing-universal-tools-like-frame-maker-and-bespoke-solutions-for-brands">10. How does Frame-Stock balance between developing universal tools like Frame Maker and bespoke solutions for brands?</h3>
<p>Frame Maker is an ongoing project. It demands a lot of attention when introducing something new or addressing user feedback, which usually generates a version update. My custom client projects are challenges that arise as a brand understands the business potential of leveraging parametric designs that are exclusive to them. Some of these projects are not related to eyewear.</p>
<h3 id="11-do-you-see-a-future-where-most-eyewear-design-and-production-happens-through-parametric-systems-and-in-store-customization-like-vision-now">11. Do you see a future where most eyewear design and production happens through parametric systems and in-store customization like Vision Now?</h3>
<p>It will certainly play a big role. Parametric systems can be implemented differently, depending on the business goal, product, and manufacturing method. So I see a range of possible parametric solutions, where some may take the stage in the store experience, while others may choose to focus on customization and production in the shop's “back end” only.</p>
<h3 id="12-how-might-emerging-technologies-ai-design-assistants-3d-scanning-or-new-materials-intersect-with-your-current-workflow">12. How might emerging technologies — AI design assistants, 3D scanning, or new materials — intersect with your current workflow?</h3>
<p>3D scanning is already common with footwear, and there are similar projects for frames. I am not pursuing that direction for now, but it’s another path to customization. New materials already influence how I develop a certain solution. I constantly test new 3D technologies, collaborating with hardware providers to create optimized collections for those specific requirements. Materials and technologies are becoming increasingly diverse, with options growing and quality improving for consumer-ready prints.</p>
<p>Finally, conceptualization and idea generation with AI assistants is amazing. I’m still catching up and learning how it might best integrate with my work. My current focus is on delivering CAD files in a controlled or predictable manner, 2D to 3D, but I’m sure that AI will inevitably play a part at some point.</p>
<p>   </p>
<h3 id="13-looking-ahead-whats-your-long-term-vision-for-frame-stock-a-design-studio-a-software-platform-or-a-bridge-between-both-worlds">13. Looking ahead, what’s your long-term vision for Frame-Stock? A design studio, a software platform, or a bridge between both worlds?</h3>
<p>That’s a big vision question that I am currently working on. A mix of things is the most likely answer. As an independent, I have always been used to pivoting and changing directions with my work. Developing a serious software platform would require absolute full focus and another level of investment. I developed Frame Maker as an industrial designer, not as a software developer. A design studio? mmm not sure … I’ll leave this one open.</p>
<h3 id="this-has-been-great-thank-you-very-much-for-your-time-andres">- This has been great. Thank you very much for your time, Andrés!</h3>
<p>Thank you as well for this opportunity to share what I'm doing with ShapeDiver.</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit the </i>
  </b>
  <a href="https://frame-stock.com/" target="_self">
    <b>
      <i>Frame-Stock website!</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at contact@shapediver.com and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>The ShapeDiver Retreat 2025</title>
  <description><![CDATA[ ShapeDiver&#39;s team grew this year, so we took a trip to the countryside to reflect, plan, and get to know each other better. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-retreat-2025</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/ba16e613-4430-4807-b75a-361af12f80bc.webp"></enclosure>
  <dc:creator><![CDATA[ Mathias Höbinger ]]></dc:creator>
  <pubDate>Mon, Nov 10, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Inside ShapeDiver ]]></category>
  
  <content:encoded><![CDATA[ <p>A few weeks ago, the ShapeDiver team met up in Vienna, hopped into a rental bus, and drove to beautiful Wolfgangsee to spend a few quality days together in beautiful surroundings.</p>
<p>We had not done this in far too long, and I felt it was important for the team to take some time off from our busy daily work to focus on where ShapeDiver stands on its journey, how we got here, and all the exciting opportunities ahead of us.</p>
<p>We had time to get to know each other better through learning from one another, brainstorming, cooking, rowing, and generally having a great time.</p>
<figure>
  <img alt="The ShapeDiver team" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/e2ea93c1-4171-4ad8-9791-00bcd9342947.webp" loading="lazy" />
  <figcaption class="text-center">The ShapeDiver team at Wolfgangsee</figcaption>
</figure>
<p>To me, this trip was special in many ways. First and foremost, because of the people I got to spend time with.</p>
<p>Our team is, without any doubt, the aspect of ShapeDiver that makes me proudest. To run something as complex as ShapeDiver with a team of this size is only possible if everyone in it is truly dedicated to the group's success, thinks for themselves, and contributes not only hard work but also creativity, ideas, and constructive feedback wherever needed.</p>
<p>The best evidence for the team’s dedication is that they tend to stick with us for the long term.
  <br />
</p>
<p>Until quite recently, our Vienna team's “rookie” was <b>Matthias Reisacher</b> , who joined pretty much exactly 5 years ago and is the main reason our backend infrastructure is second to none when it comes to executing computational design apps in the cloud.</p>
<p>
  <b>Michael Oppitz</b> joined ShapeDiver right out of university in 2018 and built our 3d viewer from the ground up to the versatile tool it is today, powering thousands of engineering automation tools, e-commerce configurators, and scan-to-print applications.
</p>
<p>
  <b>Edwin Santiago Hernandez Gomez</b> got drawn to us, also in 2018, when he couldn’t realize his vision for beautiful and functional 3d configurators with other technologies, and has over the years become one of the most accomplished Grasshopper developers there is.
</p>
<p>
  <b>Dmitry Rumiantsev</b> has implemented a huge chunk of the frontend code we have (other than the viewer) and handles the ever-expanding feature requests from all sides with calm and precision.
  <br />He’s also playing an essential role in the development of App Builder and our platform backend.
</p>
<p>And then there are, of course, my partners, each of whom has been indispensable for the development of ShapeDiver: ​<b>Ezequiel Lopez</b>​, who carries our sales and marketing efforts in his own bare hands and never tires of improving and updating them to new ideas and strategies.
  <br />
</p>
<figure>
  <img alt="Mathieu cooking fondue" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/01ec1573-509a-4418-8dfa-3188433e0e05.webp" loading="lazy" />
  <figcaption class="text-center">Bonding over fondue</figcaption>
</figure>
<p>
  <b>Mathieu Huard</b> who has the difficult job of distilling the gems from a neverending stream of exciting feature ideas for platform, Grasshopper plugin, backend everything in between and somehow forge a consistent product out of them. And @Alexander Schiftner, who is the brains behind all of our technology and whose breadth and depth of technical knowledge impress me every day.
</p>
<p>All of this experience and skill is a robust and stable basis for ShapeDiver to grow on - but this growth, bringing in new perspectives and ideas, is crucial for our continued success as well. That’s why I’m excited that we were able to start hiring again this year, adding <b>Agnieszka Nowacka</b> and <b>Sakshi Jinturkar</b> , two wonderful new colleagues to the team who are strengthening our computational design expertise and are already contributing their unique skills to various aspects of our company.</p>
<p>A second reason for me to cherish this retreat is the fact that we were able to spend it at <a href="https://www.ferienhort.at/" target="_self">
    <b>Ferienhort am Wolfgangsee</b>
  </a>. I spent five wonderful summers there as a kid and went on to work as a counselor and camp leader until I couldn’t spend all summer with other people’s kids anymore, as I had become a father myself.
  <br />I met my wife here, got married on the other side of the lake, and still come back whenever I can. So the fact that I could invite my “work family” to this special place was a real treat. Fortunately, it presented itself in spectacular fashion - the fall colors were amazing, and we even got some sun!</p>
<figure>
  <img alt="Ferienhort am Wolfgangsee" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/00d295fa-ce23-4495-aac2-6b77da7676c3.jpg" class="rounded-3xl" loading="lazy" />
  <figcaption class="text-center">One of my favourite places on earth - <i>Image credit: Ferienhort</i>
  </figcaption>
</figure>
<p>ShapeDiver has had numerous successes to celebrate over the past few years. Still, we’ve also faced our fair share of challenges and had to make some hard and uncomfortable decisions. I am incredibly grateful to everyone who continued to believe in us and contributed their time, work, advice, and insights to bring us to where we are today, especially my team, as well as alumni, partners, customers, advisors, investors, and many other well-meaning individuals we met along the way.</p>
<figure>
  <img alt="Mathias presenting in fron of the Kaiser" src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/23854cf4-5101-4546-b305-c106680658ef.webp" loading="lazy" />
  <figcaption class="text-center">Working under the Emperor's gaze</figcaption>
</figure>
<p>I’m excited to build the future of computational design with all of you and look forward to seeing where this journey takes us!</p> ]]></content:encoded>
</item>
<item>
  <title>High-Complexity 3D Configurators: Automate Manufacturing Output with ShapeDiver + Grasshopper!</title>
  <description><![CDATA[ Learn the difference between simple and high-complexity 3D configurators and why ShapeDiver shines with the latter. ]]></description>
  <link>https://www.shapediver.com/blog/high-complexity-3d-configurators-automate-manufacturing-output-with-shapediver-grasshopper</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/8e50487c-2ff0-4920-97f1-1b5ca64c1c79.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Sep 23, 2025 11:00 PM +0000</pubDate>
  <category><![CDATA[ How To ]]></category><category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="span-shapediver-isnbsp-spanspan-unot-u-spanspan-nbspthe-best-solution-fornbsp-span-ievery-inbsp3d-configurator">
  <b>ShapeDiver is </b>
  <u>not</u>
  <b>the best solution for </b>
  <b>
    <i>every</i>
  </b>
  <b>3D configurator.</b>
</h3>
<p>However, it is the <i>best</i> solution for <b>high-complexity, highly configurable 3D configurators</b> that need to automate real engineering work. Let us explain.</p>
<p>Most businesses don’t need advanced CAD logic or to output manufacturing files from their 3D configurators. What do we mean? If your product can be sold with a few images or a basic 3D viewer that spins a chair or swaps a color, then dozens of cheaper tools can do the job.</p>
<p>But when your 3D configurator has many variables, requires millimeter precision, and must produce DXFs, STLs, G-code, PDFs, or bill of materials, essential for your production pipeline, the <b>ShapeDiver + Grasshopper</b> combo is in a category of its own.</p>
<figure>
  <img alt="A split image showing a laptop with a 3D toaster model and a digital workflow with manufacturing tools and data icons." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/cb97d4a7-9e11-464d-9328-53439201feb0.jpg" loading="lazy" />
</figure>
<h3 id="what-makes-a-configurator-high-complexity">
  <b>What Makes a Configurator “High-Complexity”?</b>
</h3>
<p>Low-complexity or "visual" configurators are image-based or rely on basic, static 3D models. They’re great for switching colors, textures, or swapping components online, but end at visualization. When the user completes configuring a product, the business behind that product receives simple data, such as color choices, accessories, modules, etc.</p>
<p>High-complexity configurators are fundamentally different:</p>
<figure>
  <ul>
    <li>They run on <b>parametric geometry rules</b>, not static meshes.</li>
    <li>They can connect design logic with <b>real engineering data</b>.</li>
    <li>They can output <b>manufacturing files</b> that drive fabrication, CNC, 3D printing, assembly, or supply chains.</li>
  </ul>
</figure>
<p>This difference is why ShapeDiver stands out: we run a full CAD system in the cloud, accessible from any browser.</p>
<p>👉 Example <i>:</i> We recently <a href="https://www.shapediver.com/blog/shapediver-now-supports-sheepmetal-plugin-grasshopper" target="_self">integrated the SheepMetal plugin into ShapeDiver</a>, which opened the door for sheet metal fabrication workflows online. Users can now flatten, unfold, and generate production-ready files directly from a configurator, which is <i>impossible</i> with visual-only tools.</p>
<figure>
  <img alt="A 3D illustration of a manufacturing process with robots, digital screens, and labeled sections like costing, welding, and servers." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/47676d24-8c07-47a6-ab71-4aa195e2913d.jpg" loading="lazy" />
</figure>
<h3 id="why-shapediver-grasshopper-shines">
  <b>Why ShapeDiver + Grasshopper Shines</b>
</h3>
<p>
  <a href="https://www.rhino3d.com/learn/?query=kind:%20grasshopper&amp;modal=null" target="_self">Grasshopper</a> is already the go-to tool for parametric modeling. If you don't know what Grasshopper is, <a href="https://youtu.be/B7wwqEH9FPw?si=JppZZBs6jPRVzytU" target="_self">we recommend watching this video</a>. Connecting it to ShapeDiver brings that parametric power to the web, making it instantly accessible to your team and/or customers. Here are some benefits of this combo:
</p>
<figure>
  <ul>
    <li>
      <b>Automate outputs</b>: STL for 3D printing, DXF for CNC cutting, PDFs for drawings, CSV for bills of materials.
    </li>
    <li>
      <b>Scalable performance</b>: Run complex processes in the cloud, no desktop bottlenecks.
    </li>
    <li>
      <b>Cost-effective</b>: Competes with custom-coded configurators that cost hundreds of thousands of dollars.
    </li>
  </ul>
</figure>
<p>But don't just take our word for it. There are plenty of case studies you can explore <a href="https://www.shapediver.com/blog/" target="_self">on our blog</a>. However, in this article, we'll focus on some of the most interesting ones, such as:</p>
<figure>
  <ul>
    <li>
      <a href="https://www.vivobarefoot.com/" target="_self">
        <span>
          <b>Vivobarefoot</b>
        </span>
      </a>
      <b>’s </b>
      <a href="https://vivobiome.vivobarefoot.com/" target="_self">
        <span>
          <b>VivoBiome</b>
        </span>
      </a>
      <b></b>project uses scans to create custom footwear, producing 3D-printable midsoles directly from customer data. <a href="https://www.shapediver.com/blog/getting-to-know-vivobarefoot:-the-scan-to-production-footwear-revolution" target="_self">Read the full case study here.</a>
      <br />
    </li>
  </ul>
</figure>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/JqXJgBMfSIU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<figure>
  <ul>
    <li>
      <a href="https://www.orthobroker.com/en/" target="_self">
        <span>
          <b>Orthobroker</b>
        </span>
      </a>
      <b>, </b>with its new <a href="https://orthosolid.com/" target="_self">OrthoSolid</a> line, is replacing plaster casts and labor-intensive hand-layups with a simple scan-or-measurement workflow powered by Grasshopper and ShapeDiver. This workflow weaves together custom medical device know-how, parametric design, and industrial 3D printing. <a href="https://www.shapediver.com/blog/getting-to-know-orthosolid-3d-printed-orthoses-and-prostheses-" target="_self">Read the full case study here.</a>
    </li>
  </ul>
</figure>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/xAnvL8fDe4I?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p></p>
<h3 id="industries-where-shapediver-excels">
  <b>Industries Where ShapeDiver Excels</b>
</h3>
<p>Some industries can get away with just visuals. Others can’t. When projects involve specific engineering rules like structural logic, ergonomic fits, or fabrication constraints, a 3D product configurator must <b>generate</b>
  <b>production-ready data</b> , not just previews. That’s where ShapeDiver and Grasshopper excel.
</p>
<p>In the Architecture, Engineering, and Construction (AEC) industries, configurators must balance design freedom with buildability. <a href="https://www.shapediver.com/blog/getting-to-know-type-five-the-art-of-modular-innovation" target="_self">
    <b>Type Five</b>
  </a>uses ShapeDiver to streamline modular housing, <a href="https://www.shapediver.com/blog/getting-to-know-cybe-3d-concrete-printing-meets-grasshopper" target="_self">
    <b>CyBe</b>
  </a>integrates it into 3D concrete printing, and <a href="https://www.shapediver.com/blog/getting-to-know-wood-skin-bespoke-wooden-panels" target="_self">
    <b>Wood-Skin</b>
  </a>brings complex panel systems from parametric logic to fabrication files.</p>
<p>For medical devices, outputs are critical because every patient is unique. <a href="https://www.shapediver.com/blog/getting-to-know-orthosolid-3d-printed-orthoses-and-prostheses-" target="_self">
    <b>OrthoSolid</b>
  </a>shows how orthoses and prostheses can move from scans to ready-to-print files, replacing weeks of manual CAD work.</p>
<p>In jewelry, artistry meets precision. Simple rings may not need CAD outputs, but complex pieces do. <a href="https://www.shapediver.com/resources/client-case-studies/nove25-case-study" target="_self">
    <b>Nove25</b>
  </a>cut production time by 95% while giving customers freedom to configure gemstone bridal rings.</p>
<p>Finally, in manufacturing and supply chains, companies like <a href="https://www.shapediver.com/blog/getting-to-know-dampere-a-french-innovation-story" target="_self">
    <b>Dampere</b>
  </a>use ShapeDiver to fully automate production workflows, from on-demand 3D printing to custom perforated metal parts.</p>
<p>Across these fields, the value is the same: turning customer inputs into <b>automated engineering outputs</b>.</p>
<figure>
  <img alt="3D rendering of a digital workflow for 3D printing, featuring screens, robotic arms, and 3D printers in a modern tech environment." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/5ccad30e-d30c-485f-8abc-74e7eeedc1b5.jpg" loading="lazy" />
</figure>
<h3 id="roi-through-automation">
  <b>ROI Through Automation</b>
</h3>
<p>For many businesses, the true cost of manual engineering work isn’t always obvious. Highly skilled engineers often spend countless hours on repetitive CAD tasks, which add little creative value but are essential for production. After all, this is just how it's <i>always</i> been, right? Over time, this translates into <b>millions of dollars spent on labor that could be automated</b> . For example, every year, companies dedicate engineering resources to:</p>
<figure>
  <ul>
    <li>Generating technical drawings</li>
    <li>Creating bills of materials</li>
    <li>Preparing CNC or 3D printing files</li>
  </ul>
</figure>
<p>But what if one configurator could <b>automate those tasks forever and at scale</b> ? With ShapeDiver, that’s exactly what happens. Instead of re-drawing parts or re-calculating outputs, the logic is defined once in Grasshopper and runs automatically in the cloud, 24/7, at scale. Here's a great example in the furniture industry:</p>
<figure>
  <ul>
    <li>
      <a href="https://moveismoveu.com/" target="_self">
        <span>
          <b>Moveis Movêu</b>
        </span>
      </a>, a Brazilian furniture brand, started with made-to-measure furniture customization. For them, ShapeDiver bridges the gap between accessible customization and the automation needed for scalable production. <a href="https://www.shapediver.com/blog/getting-to-know-moveu-brazilian-furniture-made-to-measure" target="_self">Read the full case study here.</a>
    </li>
  </ul>
</figure>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/6-x5NU0-GhI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>
  <br />As you can see, the ROI is clear: automation saves money and unlocks capacity. By shifting repetitive work to a configurator, businesses free their engineers to focus on innovation, product development, and solving new challenges <b></b> instead of redrawing the same parts over and over.</p>
<figure>
  <img alt="Digital workspace with engineers using CAD software and automation tools to streamline complex tasks, illustrating efficiency in design processes." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/49e9fbbe-ef2e-41aa-abec-6aa4aae8f43d.jpg" loading="lazy" />
</figure>
<h3 id="when-shapediver-might-be-overkill">
  <b>When ShapeDiver Might Be Overkill</b>
</h3>
<p>We’ll be blunt: We know ShapeDiver isn’t for everyone. And, that’s ok.</p>
<p>If you’re a startup selling simple products and do not need manufacturing outputs, ShapeDiver probably isn’t for you. There are plenty of simpler and cheaper configurator services that are easier to set up.</p>
<p>If your product is simple but you <b>
    <i>do</i>
  </b>
  <b>need CAD data as output </b>, then ShapeDiver can make sense. In this case, the key is keeping costs down either by <a href="https://learngrasshopper.com/" target="_self">learning Grasshopper yourself</a> or working with a low-cost freelancer to build the file. Paired with <a href="https://www.shapediver.com/pricing" target="_self">our Starter plan</a> and <a href="https://help.shapediver.com/doc/shapediver-app-builder" target="_self">App Builder,</a> you can create a custom application that can output manufacturing files that many visual-only platforms simply can’t deliver.
</p>
<p>Finally, if you’re a larger company that sells highly complex and configurable products and are already paying engineers to generate CAD files, drawings, or BOMs manually, <a href="https://www.shapediver.com/blog/skip-the-coding-build-your-3d-configurator-with-grasshopper-shapediver-" target="_self">Grasshopper and ShapeDiver are a clear win</a>. Here, the ROI quickly reverses: instead of paying for repetitive engineering hours, you make a <b>one-time investment in a configurator that automates those tasks for years to come.</b> If you’re <a href="https://youtu.be/B7wwqEH9FPw?si=RZf0JTqmPuWWCLW5" target="_self">unfamiliar with Grasshopper</a>, <a href="https://www.shapediver.com/professional-services" target="_self">our world-class team can help you with this development.</a>
</p>
<figure>
  <img alt="A collage showing three configurators: a toaster with color options, a surfboard with CAD outputs, and a hand brace with interactive 3D features." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/5de15cb9-89db-46b9-a53a-3255589a5f57.jpg" loading="lazy" />
</figure>
<h3 id="conclusion-the-best-choice-for-high-complexity-configurators">
  <b>Conclusion: The Best Choice for High-Complexity Configurators</b>
</h3>
<p>ShapeDiver is not meant to be the universal answer for all 3D configurators, and that’s by design. Every ShapeDiver configurator requires a Grasshopper definition at its core, and while this unlocks enormous power, it also means there’s a learning curve. For simple products that only need color changes or a handful of options, creating a Grasshopper file might not be worth the effort for a startup with limited resources.</p>
<p>However, ShapeDiver shines in <b>highly complex 3D configurators</b> that demand engineering outputs like CAD files, BOMs, or CNC data. At that level of complexity, investing the time to build the right Grasshopper definition makes sense because delivering those outputs simply isn’t possible without it.</p>
<p>👉 <b>Enterprises:</b> Contact our professional services team to build your production-ready configurator.</p>
<p>👉 <b>Startups:</b> Learn Grasshopper or hire a low-cost freelancer and try our Starter plan.</p>
<figure>
  <img alt="A laptop displaying a 3D model, surrounded by 3D printers, a laser cutter, and icons for CAD files, BOMs, and CNC data." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/8e50487c-2ff0-4920-97f1-1b5ca64c1c79.webp" loading="lazy" />
</figure>
<h3 id="whats-next">What's next?</h3>
<p>Want to learn how using ShapeDiver and Grasshopper compares to coding an entire configurator from scratch? <a href="https://www.shapediver.com/blog/skip-the-coding-build-your-3d-configurator-with-grasshopper-shapediver-" target="_self">Then, we recommend reading the following article.</a>
</p>
<h3 id="faqs">
  <b>FAQs</b>
</h3>
<p>
  <b>Q1: Can a 3D configurator export manufacturing files like DXF, STL, or G-code?</b>
</p>
<p>Yes. A ShapeDiver configurator operates a parametric CAD engine in the cloud, enabling the output of technical files for CNC, 3D printing, or documentation.</p>
<p>
  <b>Q2: Do I need to know Grasshopper to use ShapeDiver?</b>
</p>
<p>Not necessarily. If you do, costs are lower since you can build definitions yourself. If not, <a href="https://www.shapediver.com/professional-services" target="_self">our project team</a> or any other Grasshopper experts can create the right files for you.</p>
<p>
  <b>Q3: Which industries benefit most from a high-complexity 3D configurator?</b>
</p>
<p>Any industry that requires engineering outputs can benefit from a high-complexity configurator.</p>
<p>
  <b>Q4: How does ShapeDiver compare to building a custom configurator from scratch?</b>
</p>
<p>
  <a href="https://www.shapediver.com/blog/skip-the-coding-build-your-3d-configurator-with-grasshopper-shapediver-" target="_self">Hand-coded configurators can cost hundreds of thousands of dollars</a>, especially once you budget for infrastructure, scaling, and maintenance.
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... CORE studio: Scaling Computational Design at Thornton Tomasetti!</title>
  <description><![CDATA[ An in-depth interview with CORE studio’s Eesha Jain on how Thornton Tomasetti leverages ShapeDiver to transform computational design scripts into scalable engineering tools. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-core-studio-scaling-computational-design-at-thornton-tomasetti</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/1857c578-a07a-45d4-ae18-cfb14c2333f9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Sep 15, 2025 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category><category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p>
  <a href="https://www.thorntontomasetti.com/core-studio" target="_self">Thornton Tomasetti’s CORE studio</a> is widely recognized as one of the most forward-looking technology groups in the AEC industry. At its center are computational designers like <a href="https://www.linkedin.com/in/eesha-jain-9a6a87205/" target="_self">Eesha Jain</a>, whose journey began at <a href="https://www.pratt.edu/" target="_self">Pratt Institute</a> and quickly led her to this influential team.
</p>
<p>With a background that bridges architecture, coding, and electronics, she now develops tools that sit at the intersection of design and engineering — building systems that turn complex <a href="https://www.rhino3d.com/learn/?query=kind:%20grasshopper&amp;modal=null" target="_self">Grasshopper definitions</a> into polished, usable applications. At CORE, her work goes beyond geometry; it’s about creating workflows and platforms that directly impact how engineers and project teams work on some of the world’s most ambitious projects.</p>
<p>In this interview, Eesha shares how CORE studio balances immediate project needs with long-term innovation, what it takes to successfully introduce new tools across a global engineering firm, and how platforms like ShapeDiver are reshaping their ability to deliver automation at scale. She reveals the internal challenges of adoption, the speed gains unlocked by ShapeDiver, and how <a href="https://www.thorntontomasetti.com/" target="_self">Thornton Tomasetti</a> engineers are already deploying more than 30 ShapeDiver-powered tools in their daily practice.</p>
<p>This conversation is especially relevant for engineering teams worldwide that rely on computational design groups to develop tools but struggle with bottlenecks: cumbersome file sharing, license management, and the need for specialized software to deploy their work. If you’re exploring ways to unlock automation across your design and engineering workflows, this interview offers a rare inside look at how one of the industry’s leading firms has done just that.</p>
<h3 id="usection-1-background-u">
  <u>Section 1: Background</u>
</h3>
<h3 id="1-hi-eesha-thank-you-for-joining-us-today-could-you-please-share-a-bit-of-your-background-education-early-professional-steps-and-hobbies">
  <b>1. Hi Eesha, thank you for joining us today! Could you please share a bit of your background (education, early professional steps) and hobbies?</b>
</h3>
<p>Hi, thank you for taking the time to interview me. I’m excited to answer these questions! My name is <a href="https://www.linkedin.com/in/eesha-jain-9a6a87205/" target="_self">Eesha Jain</a>. I was born and brought up in Mumbai, India, where I also did my schooling. In 2018, I moved to New York to study architecture at Pratt Institute.</p>
<p>In my second year, the pandemic paused everything, and I used the downtime to learn to code. I learned Arduino, Electronics, Circuitry, Grasshopper, and advanced tools in most of the software I used in the studio. When I got back to NYC, I landed an internship at a construction tech company called Avvir (now Hexagon), where I was introduced to BIM and reality capture. I worked with processing 360 LiDAR (Light Detection and Ranging) scans, scanning data, and checking the construction process to track for clashes, design changes, and deviations. This really exposed me to how the construction industry was leveraging cutting-edge technology to make its processes more efficient.</p>
<figure>
  <img alt="Eesha Jain. A person with long dark hair, wearing a red and orange striped shirt, smiling against a blurred background." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/9f0c26b8-ab7f-4741-ab4d-c171c7a12acb.png" loading="lazy" />
</figure>
<p>Soon after, in 2023, I graduated with a Bachelor of Architecture and a double minor in morphology and sustainability. For the last 1.5 years, I have had the incredible opportunity to work as a computational designer in CORE studio at Thornton Tomasetti. This role has expanded my understanding of technology’s impact on the AEC industry — from maintaining CORE’s C#-based plugins to building web applications with ShapeDiver. I work closely with engineers, modelers, and developers to create tools that empower project teams across the firm.</p>
<p>Outside of work, in my free time, I like to play tennis, go to concerts, and watch whale documentaries.</p>
<h3 id="2-what-attracted-you-to-computational-design-as-a-career">
  <b>2. What attracted you to Computational Design as a career?</b>
</h3>
<p>Honestly, I’m happiest when design has a rule set. In my design studios at Pratt Institute, I gravitated to a lot of grids, curvilinear form, and morphology, but my ideas outpaced what I could model until I found Grasshopper. Encoding intent, iterating fast, and seeing options instantly hooked me.</p>
<p>While getting a minor in Morphology, I was also able to be a Research Assistant to professors who encouraged me to work with Arduino, electronic circuitry, and Grasshopper to build out systems that I enjoyed working on. Since then, it’s grown beyond geometry into building tools and workflows using many plugins like ShapeDiver. For me, computational design is a pragmatic toolset for getting dependable outcomes—not a philosophy. It's the straightforward way to turn ideas into repeatable, reliable results.</p>
<figure>
  <img alt="Architectural model with repeating geometric structures, overlaid text about design innovation at Pratt Institute using Grasshopper software." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/8b71385b-0dcb-417c-9304-8695c5c7fc5e.png" loading="lazy" />
</figure>
<h3 id="usection-2-team-amp-tools-u">
  <u>Section 2: Team & Tools</u>
</h3>
<h3 id="3-what-is-core-studio-and-how-does-the-core-studio-team-fit-within-thornton-tomasettis-activities">
  <b>3. What is CORE studio, and how does the CORE studio team fit within Thornton Tomasetti’s activities?</b>
</h3>
<p>CORE studio is Thornton Tomasetti’s R&D and Technology group. We mix computational designers, software engineers, BIM specialists, and data folks to build tools and workflows that help our project teams design faster and with more certainty.</p>
<p>We have 7 subgroups within CORE studio:</p>
<figure>
  <ul>
    <li>
      <u>Modelling</u>
      <u>:</u>  Provides project support by embedding with design teams to script automations, build parametric/optimization models, and streamline analysis.
    </li>
    <li>
      <u>Application Development:</u> Creates firmwide products/platforms like shared plugins, connectors, and web apps used across the firm to help streamline repetitive tasks and automate anything that may be overly time-consuming.
    </li>
    <li>
      <u>AI:</u> Leverages cutting-edge technology and machine learning to predict specific engineering solutions.
    </li>
    <li>
      <u>Design:</u> BIM Strategy, best practices, and automations 
    </li>
    <li>
      <u>Delivery:</u> Fabrication modeling automations and fabrication-ready, model-based delivery.
    </li>
    <li>
      <u>Knowledge and Data:</u>
      <b></b>Enhance knowledge sharing by using the community. Establish data governance and best practices that empower staff with self-service access to data.
    </li>
    <li>
      <u>AECtech Conference:</u> This is a community-driven conference where computational designers and AEC innovators share ideas, learn new methods, and build tools—through talks, workshops, and a hands-on hackathon.
    </li>
  </ul>
</figure>
<figure>
  <img alt="A grid of black-and-white portraits categorized by roles: Management, AI, Knowledge, App Dev, Design, Modeling, Delivery, Operations, Administrate." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/37cf7ecf-ed8c-4908-bdd1-60d7736e5ab1.png" loading="lazy" />
</figure>
<p>I work in the application development team and help create UI’s for web-based tools, maintaining Grasshopper plugins and other computational workflows.</p>
<p>Because CORE studio is a central resource within Thornton Tomasetti, we’re brought into projects across disciplines — from structures and façades to sustainability and forensics — wherever there’s a need for complex geometry, high-stakes coordination, or workflow automation.</p>
<h3 id="4-what-drives-innovation-at-core-studio-what-is-the-balance-between-the-concrete-needs-of-current-projects-versus-software-projects-attempting-to-improve-or-disrupt-existing-workflows-in-the-long-term">
  <b>4. What drives innovation at CORE studio? What is the balance between the concrete needs of current projects versus software projects attempting to improve or disrupt existing workflows in the long term?</b>
</h3>
<p>Innovation in our work comes from two primary sources:</p>
<p>
  <b>1. Immediate project needs</b> : Addressing high-value challenges that directly impact ongoing projects. This might mean building a custom Grasshopper definition to automate repetitive geometry tasks, creating plugins for structural design software to accelerate project work, or developing a computational workflow to automate something time-consuming.
</p>
<p>
  <b>2. Long-term vision</b> : Prototyping tools and workflows that will serve the firm, clients, and the greater AEC Tech community well into the future. This includes developing reusable Grasshopper plugins, shaping project visualization and analysis tools like Ellipse, and structural sketching tools like ForceSketch. 
</p>
<p>We balance these by directly embedding ourselves with project teams, understanding their unique constraints, and identifying opportunities for technology to unlock efficiency or insight. From there, we design solutions that meet the immediate brief while also considering reusability, scalability, and integration into CORE’s larger ecosystem of tools—ensuring each innovation has both an immediate and lasting impact.</p>
<h3 id="5-what-is-the-balance-between-developing-tools-for-internal-purposes-versus-the-delivery-of-tools-to-clients-and-external-stakeholders">
  <b>5. What is the balance between developing tools for internal purposes versus the delivery of tools to clients and external stakeholders?</b>
</h3>
<p>We balance internal tools that improve our own workflows with external tools that serve the wider AEC community.</p>
<p>Internal tools help our teams work faster and more accurately. Many of these evolve into external tools that share those benefits more broadly, such as <a href="https://core-studio.gitbook.io/tttoolbox/" target="_blank">
    <u>TT Toolbox</u>
  </a>(a collection of Rhino/Grasshopper utilities), <a href="https://www.ellipse.studio/" target="_blank">
    <u>Ellipse</u>
  </a>(a web-based structural design platform), and <a href="https://forcesketch.io/" target="_blank">
    <u>ForceSketch</u>
  </a>(an interactive force diagramming tool).</p>
<p>By publicly releasing selected tools, we contribute to the community, foster collaboration, and help advance industry-wide capabilities beyond our own projects.</p>
<figure>
  <img alt="3D layout showing signs for TT Toolbox, Ellipse, and ForceSketch, with text about CORE studio's tool development for team efficiency." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/7eb99d15-661a-47ab-bb6d-32548e0752c9.png" loading="lazy" />
</figure>
<h3 id="6-in-practice-how-does-it-translate-into-the-delivery-schedule-of-new-tools-what-is-a-typical-development-time-frame-for-the-tools-developed-at-core-studio">
  <b>6. In practice, how does it translate into the delivery schedule of new tools? What is a typical development time frame for the tools developed at CORE studio?</b>
</h3>
<p>Timelines vary widely depending on the scale, complexity, and integration requirements of the tool.</p>
<p>
  <b>Smaller automations</b> : Often built directly in Grasshopper or as lightweight scripts — can be prototyped, tested, and deployed in just a few days to a couple of weeks. These are typically focused, task-specific solutions such as automating a modeling workflow, extracting project data for reports, or generating quick visualizations. Their speed comes from using existing project geometry, minimal UI, and direct deployment to the project team without large-scale dependencies.
</p>
<p>
  <b>Larger platforms</b> : Especially those that require input from multiple teams, dedicated UI/UX design, integration with external systems, and rigorous QA — may take 3–9 months or more to reach a stable release.
</p>
<p>The introduction of <b>ShapeDiver</b> has significantly accelerated our production timeline for Grasshopper-based tools. By allowing us to package complex Grasshopper definitions into accessible web applications, we can bypass the need for local Rhino/Grasshopper installations or a timeline for complex web development. We can streamline deployment and shorten the time from prototype to usable tool.</p>
<figure>
  <img alt="Quote about ShapeDiver accelerating production timelines for Grasshopper tools by Eesha Jain, Computational Designer at Thornton Tomasetti." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/b4cee0e0-9da1-4e66-94a6-baec190a9543.png" loading="lazy" />
</figure>
<h3 id="7-can-you-tell-us-about-the-challenges-associated-with-tool-adoption-particularly-within-the-thornton-tomasetti-offices-what-drives-the-adoption-of-new-tools-both-at-the-individual-employee-level-and-company-wide">
  <b>7. Can you tell us about the challenges associated with tool adoption, particularly within the Thornton Tomasetti offices? What drives the adoption of new tools, both at the individual employee level and company-wide?</b>
</h3>
<p>In a large, distributed company like Thornton Tomasetti, tool adoption is not automatic — it depends on visibility, trust, and ease of use. Even the most technically advanced solution can struggle to gain traction if it feels disconnected from day-to-day work or requires too steep a learning curve.</p>
<p>Some common challenges we face include:</p>
<figure>
  <ul>
    <li>
      <b>Competing priorities</b>: Project teams often work under tight deadlines, making it difficult to pause and learn something new, even if it will save time later.
    </li>
    <li>
      <b>Workflow disruption concerns</b>: Users may hesitate to change familiar processes, fearing errors, rework, or client delays.
    </li>
    <li>
      <b>Limited awareness</b>: In a company with multiple offices and disciplines, useful tools can easily go unnoticed outside their original project group.
    </li>
  </ul>
</figure>
<p>We address these challenges by:</p>
<figure>
  <ul>
    <li>
      <b>Designing tools that integrate seamlessly into existing workflows</b>: Whether it’s a Grasshopper automation, a ShapeDiver web tool, or a Rhino.Compute service, the goal is to fit into the tools and processes people already use, rather than requiring a complete overhaul.
    </li>
    <li>
      <b>Demonstrating value early</b>: Showcasing measurable time savings, improved accuracy, or new capabilities within days or weeks of release builds confidence and momentum.
    </li>
    <li>
      <b>Providing support and visibility</b>: Clear documentation, short training videos, internal presentations, and targeted marketing campaigns help ensure that tools are both discoverable and approachable.
    </li>
    <li>
      <b>Embedding with project teams</b>: By sitting alongside engineers, architects, and designers during active projects, we can refine the tool in real time based on feedback, accelerating trust and adoption.
    </li>
  </ul>
</figure>
<p>When users can see immediate benefits, understand how the tool improves their own workflow, and feel confident that support is available, adoption spreads organically. Over time, tools that started as niche project solutions often become firm-wide standards.</p>
<h3 id="usection-3-shapediver-u">
  <u>Section 3: ShapeDiver</u>
</h3>
<h3 id="8-how-does-shapediver-fit-in-the-context-of-cores-activities">
  <b>8. How does ShapeDiver fit in the context of CORE’s activities?</b>
</h3>
<p>ShapeDiver is part of our <b>delivery layer</b> — the bridge that turns dense, highly complex Grasshopper scripts into clean, customized web tools. With it, our project teams, partners, and clients can explore design options right in their browser, no Rhino or Grasshopper required.</p>
<p>This platform powers our <b>AI micro-apps</b> , trained on Thornton Tomasetti’s deep knowledge base — decades of project experience, proven calculations, and design techniques from our structural engineering experts. The AI team builds the models, the modeling team shapes the geometry, and the app dev team designs the UI — all within Grasshopper. Because these scripts pass through many hands and evolve daily, their native output can be messy. ShapeDiver lets us wrap that complexity in a tailored interface, delivering results as clear tables, charts, and diagrams. We can even push silent updates, fix bugs, or add features without disrupting the user experience.</p>
<p>These applications let users quickly calibrate <b>trusses, shear walls, column stacks</b> , and more — simply by adjusting parameters and instantly seeing updated outputs. Used primarily in the early design stages, they provide rapid quantity takeoffs and clear visualizations that help project teams make informed decisions and give clients the confidence to move forward. What once required manual recalculations and hours of modeling can now be done in seconds, streamlining design iteration and strengthening our ability to validate/test several designs early on.</p>
<p>It’s also a great testament to the ShapeDiver team for creating such an adaptable and transformable plugin. We can take advantage of their robust building blocks while still developing our own plugins and following our own dev schedule — tailoring features specifically for the needs of a structural engineering firm without being locked into a single workflow.</p>
<p>Our ecosystem is strengthened by tools developed both in-house and by colleagues from other practices and the overall Grasshopper community. These integrate seamlessly into ShapeDiver, giving us autonomy to create features specific to TT. We can also connect to the Grasshopper plugin ecosystem, including our own custom plugins. Our applications can communicate with external APIs, export PDFs, Excel files, create custom bitmaps, and generate custom charts — elevating our product and UI experience. CORE studio has also built backend scripts that export SAP and ETABS models so that structural engineers can validate ShapeDiver results against trusted analysis tools.</p>
<p>In short: ShapeDiver transforms our internal AI innovation into accessible, polished, and continuously improving tools.</p>
<figure>
  <img alt="Illustration of a digital design platform with multiple screens and workstations, highlighting ShapeDiver's browser-based design capabilities." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/f9aec6f8-a5ec-43b4-8f20-4951008b8997.png" loading="lazy" />
</figure>
<h3 id="9-for-you-personally-how-has-the-adoption-of-shapediver-changed-the-way-you-work">
  <b>9. For you personally, how has the adoption of ShapeDiver changed the way you work?</b>
</h3>
<p>ShapeDiver has fundamentally changed the way I approach Grasshopper scripts. What was once “just a definition” is now a full-fledged product — complete with its own UI, audience, branding, and lifecycle. I now think beyond mere functionality and also consider how someone will interact with the tool, their first impression, and how we’ll maintain and develop it over time.</p>
<p>This shift has pulled me deeper into the realm of UI/UX design, where I’ve learned to think critically about hierarchy, button placement, visual clarity, and the pacing of user interactions. I now approach each build with the same care a product designer would — defining the audience, tailoring the interface to their needs, and balancing aesthetics with speed and precision.</p>
<p>It’s also made me more conscious of the economics and audience demographics of every tool we release. Who will use it? How much time will it save them? What value does it add to a project or client relationship? ShapeDiver has turned every Grasshopper project into an opportunity to create something polished, purposeful, and sustainable — not just for today’s task, but for the long run.</p>
<figure>
  <img alt="Quote about ShapeDiver's impact on Grasshopper projects, attributed to Eesha Jain, Computational Designer at Thornton Tomasetti, on a purple gradient background." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/c9e1a72b-fb61-47f9-b5a3-e0fc3edc55be.png" loading="lazy" />
</figure>
<h3 id="10-has-shapediver-helped-computational-designers-release-production-tools-with-minimal-or-no-involvement-from-software-developers-in-core-studio">
  <b>10. Has ShapeDiver helped computational designers release production tools with minimal or no involvement from software developers in CORE studio?</b>
</h3>
<p>ShapeDiver drastically lowers the barrier to publishing tools.</p>
<p>Before, turning a Grasshopper definition into something shareable often required front-end development skills, hosting infrastructure, and custom integration — a process that could take weeks or months. With ShapeDiver, we’ve been able to bypass most of that complexity.</p>
<p>For example, a glass designer tool idea came from a team in the facades practice, and we were able to help them release a fully customized AI tool with several layers of automation and complexity using ShapeDiver’s App Builder plugin components.. With the AI tool integrated into the Grasshopper geometry generation script, we could instantly publish it as a ShapeDiver application. For further customization, we used our App Builder templates, and it only took a few days to create the entire app. From there, it was a process of understanding what kind of post-processing outputs users would want and adding more features before we launched it on our intranet. Even with only basic front-end experience, users have been able to release multiple complex UI applications in a fraction of the time it used to take.</p>
<p>The accessibility extends beyond our development team. Structural engineers with no prior ShapeDiver plugin experience have successfully published simple tools directly from Grasshopper, instantly making them usable across the firm. This ease of deployment means ideas can be tested, shared, and iterated on quickly, without waiting for a dedicated dev cycle. The result is a more collaborative and experimental culture, where anyone with a good idea and a Grasshopper script can get their work into the hands of users.</p>
<h3 id="11-how-many-tools-built-on-shapediver-are-currently-actively-used-at-thornton-tomasetti">
  <b>11. How many tools built on ShapeDiver are currently actively used at Thornton Tomasetti?</b>
</h3>
<p>We have over 30 AI/ML tools published to our ShapeDiver organization page, along with about a half dozen more from other TT practices outside CORE studio. These tools range from early-stage prototypes to fully mature applications, and we work continuously to refine, update, and scale them based on feedback and evolving project needs.</p>
<figure>
  <img alt="3D architectural model and data charts on screens in a modern workspace, showcasing AI/ML tools by CORE studio on ShapeDiver." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/b0a37bc1-90ca-4481-b8f1-819d5879ba6f.png" loading="lazy" />
</figure>
<h3 id="12-how-many-users-in-thornton-tomasetti-benefit-from-those-tools">
  <b>12. How many users in Thornton Tomasetti benefit from those tools?</b>
</h3>
<p>We embed our ShapeDiver applications directly into the company intranet using iframes, making them instantly accessible to all Thornton Tomasetti employees. This means any engineer — regardless of software expertise — can use these tools in the early stages of structural design.</p>
<p>If a client simply wants to know which material performs best, how much load a wall can bear, or needs preliminary quantity estimates, our engineers no longer have to spend days or weeks running manual calculations. Instead, they can open a ShapeDiver-powered tool, input a few parameters, and have clear, reliable answers in minutes. This speed not only improves efficiency but also allows us to engage clients earlier in the decision-making process with data-backed insights.</p>
<figure>
  <img alt="Quote about engineering efficiency by Eesha Jain on a purple and blue gradient background with abstract graphics." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/b20f22e6-05b4-406a-b7ea-a9ec87d14cd2.png" loading="lazy" />
</figure>
<h3 id="13-can-you-tell-us-more-about-one-of-the-shapediver-apps-your-team-has-worked-on-and-successfully-deployed-how-does-it-serve-the-execution-of-projects-and-other-activities-at-thornton-tomasetti-do-you-have-an-estimation-of-the-time-saved-either-for-specific-tasks-or-globally-in-the-context-of-a-specific-project-phase">
  <b>13. Can you tell us more about one of the ShapeDiver Apps your team has worked on and successfully deployed? How does it serve the execution of projects and other activities at Thornton Tomasetti? Do you have an estimation of the time saved, either for specific tasks or globally in the context of a specific project phase?</b>
</h3>
<p>Asterisk is the second generation of CORE studio–developed structural design and optimization tools that use custom ML and generative AI models to help our engineers explore design options quickly and efficiently. The first-generation platform was developed in 2017 as a stand-alone tall-building ML application.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/EJDtw1o28pw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>Since then, the CORE.AI team has developed predictive ML models for every major structural component in steel, concrete and mass-timber buildings, allowing users to apply specific design parameters to generate a wide variety of structural concepts with rapid member sizing, quantity takeoffs and embodied-carbon computations.</p>
<p>These options can be iterated and compared in real time, enabling faster decision-making during the early design stages. The CORE.AI team has leveraged generative AI to predict many design options for various structural components.</p>
<p>One of the ways the full Asterisk application is delivered to Thornton Tomasetti is through ShapeDiver, which serves as the platform for deploying our tools as interactive, browser-based apps. ShapeDiver enables fast cloud-based computation for multiple building elements, along with custom charts and a Grasshopper UI that makes complex output easy to interpret.</p>
<p>Users can export the entire processed building model—including attributes—directly as breps, meshes, or centerlines, ready for analysis in other CORE studio-powered software such as <a href="https://konstru.com/" target="_blank">
    <u>Konstru</u>
  </a>or other structural analysis software. Each ML model within Asterisk—such as truss designers, shear walls, concrete slabs, and other structural systems is also hosted as its own micro-app on ShapeDiver. These micro-apps are embedded directly into TT’s internal platforms via iFrames, making them accessible firmwide without requiring users to open Rhino or Grasshopper. This integration streamlines workflows, reduces computation time from days to hours, and allows engineers to test more design options in less time.</p>
<p>Asterisk is designed for tasks like <b>structural optioneering</b> , which involves adjusting and testing structural parameters to optimize designs. Its AI enables it to automate much of this process, significantly reducing time spent on tasks that traditionally required manual calculation and coordination meetings, and providing fast, smart design options for our clients.</p>
<h3 id="14-what-are-your-goals-for-the-next-apps-you-are-developing">
  <b>14. What are your goals for the next Apps you are developing?</b>
</h3>
<p>We’ve developed a suite of AI App Builder applications for use across Thornton Tomasetti. Each has a custom UI that allows users to input project-specific information and instantly receive outputs such as quantity takeoffs and load capacity calculations. These micro-applications can be deployed firm-wide to streamline the design of structural elements like columns, beams, slabs, and more — enabling consistent, fast, and accurate early-stage design decisions.</p>
<p>Looking ahead, a powerful next step would be the ability to use ShapeDiver’s compute components directly inside Grasshopper. This would let us call ShapeDiver applications from the web within a Grasshopper script, allowing modelers to incorporate real-world engineering data into their geometry from the very start. Imagine designing a structural model where each beam and column is automatically sized, verified, and optimized using ShapeDiver’s data-driven systems — all without leaving the Grasshopper environment. This integration would bridge conceptual modeling and engineering precision, resulting in faster workflows and more reliable design outputs.</p>
<h3 id="usection-4-future-of-aec-amp-computational-design-u">
  <u>Section 4: Future of AEC & Computational Design</u>
</h3>
<h3 id="15-as-a-member-of-core-studio-you-have-the-chance-to-both-learn-and-experiment-with-new-technologies-while-also-driving-change-yourself-within-the-aec-industry-which-trends-are-you-currently-witnessing-and-which-ones-do-you-think-are-relevant">
  <b>15. As a member of CORE studio, you have the chance to both learn and experiment with new technologies, while also driving change yourself within the AEC industry. Which trends are you currently witnessing, and which ones do you think are relevant?</b>
</h3>
<p>Right now, the biggest trends we’re seeing are the integration of AI/ML into design workflows, cloud-based computation for accessibility, and the push toward real-time collaboration tools. Another important trend is the convergence of design and analysis — architects, engineers, and fabricators are increasingly working from shared, live data environments, which shortens feedback loops and reduces errors.</p>
<figure>
  <img alt="Diagram showing architects, engineers, and fabricators collaborating in shared, live data environments, with icons and digital tools on a grid." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/74196239-0a9b-4da4-9673-54d95c6753e9.png" loading="lazy" />
</figure>
<h3 id="16-where-do-you-see-the-role-of-computational-design-going-in-the-future-and-how-does-core-studio-position-itself-within-the-upcoming-challenges-facing-the-industry">
  <b>16. Where do you see the role of computational design going in the future, and how does CORE studio position itself within the upcoming challenges facing the industry?</b>
</h3>
<p>Computational design is moving from being a specialist skill to a core part of everyday practice. In the future, I see it becoming more about building interconnected ecosystems rather than one-off scripts — systems where geometry, data, and analysis flow seamlessly between disciplines, platforms, and even companies. CORE studio is positioned at the center of this shift. By embedding with project teams, developing reusable toolkits, and leveraging platforms like ShapeDiver, we’re able to test, deploy, and scale solutions quickly across the firm. This adaptability is key as the industry faces challenges like compressed project timelines, increasing sustainability requirements, and the demand for greater transparency in design decisions.</p>
<h3 id="17-do-you-see-ai-as-an-alternative-to-computationally-driven-algorithms-or-simply-as-a-new-element-in-your-toolbox">
  <b>17. Do you see AI as an alternative to computationally-driven algorithms, or simply as a new element in your toolbox?</b>
</h3>
<p>For me, AI isn’t a replacement for computational design — it’s a powerful new layer on top of existing tools. Computational algorithms excel at solving well-defined problems with precise rules, while AI thrives in identifying patterns, making predictions, and generating options from complex, less structured data. In our work, the most exciting outcomes come from combining the two — using AI to inform or guide computational workflows, and computational logic to validate and refine AI-generated results. This hybrid approach not only speeds up iteration but also makes outputs more accurate, explainable, and directly applicable to real-world projects.</p>
<figure>
  <img alt="A diagram showing AI and computational design integration with graphs and a Grasshopper logo, highlighting project benefits." src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/791d71b9-c672-40a1-92c6-76d748758b61.png" loading="lazy" />
</figure>
<h3 id="thank-you-very-much-for-your-time-eesha">- Thank you very much for your time, Eesha!</h3>
<p>Thank you as well for this opportunity to share our work at CORE studio!</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://www.thorntontomasetti.com/core-studio" target="_self">
    <b>
      <i>CORE studio's website</i>
    </b>
  </a>
  <b>
    <i>and&nbsp;</i>
  </b>
  <a href="https://www.linkedin.com/company/core-studio-tt/posts/?feedView=all" target="_self">
    <b>
      <i>LinkedIn account!</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at contact@shapediver.com and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>App Builder 101</title>
  <description><![CDATA[ Learn about the process, challenges, and thought process our team followed to come up with the concept of App Builder, as directly told by our CTO. ]]></description>
  <link>https://www.shapediver.com/blog/app-builder-101-shapediver</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/795b9f8c-6178-474b-8548-4bc33780f5f6.webp"></enclosure>
  <dc:creator><![CDATA[ Alexander Schiftner ]]></dc:creator>
  <pubDate>Wed, Aug 27, 2025 4:30 PM +0000</pubDate>
  <category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p>Hi! My name is <a href="https://www.linkedin.com/in/alexschiftner/" target="_self">Alex Schiftner,</a> and I'm the CTO at ShapeDiver. In this article, you will get to know useful background information about ShapeDiver’s App Builder features. We are answering questions such as:</p>
<figure>
  <ul>
    <li>
      <b>Why did we start developing App Builder?</b> …and how it is helpful to you.
    </li>
    <li>
      <b>What features are currently supported?</b> …and how to use them.
      <br />
    </li>
    <li>
      <b>How does App Builder work under the hood?</b>…and how far you can go developing your apps.
      <br />
    </li>
    <li>
      <b>What are our further plans for App Builder?</b> …and why the name App Builder might disappear again soon.
      <br />
    </li>
  </ul>
</figure>
<p>Let’s dive right in.</p>
<h3 id="the-reason-for-app-builder">The reason for App Builder</h3>
<p>Back in 2023, our users had only two options for embedding ShapeDiver models in their web applications: </p>
<p>
  <b>
    <span>Iframe embedding:</span>
  </b> Think of this like embedding a YouTube video. You will get a 3D view of your model and a plain UI for interacting with it (sliders, dropdown menus, color pickers, text inputs, but no 3D viewer interaction options). Styling options are also minimal. <a href="https://interstatebrick.com/structural-brick-shape-builder/" target="_self">Here's one <a href="https://interstatebrick.com/structural-brick-shape-builder/" target="_blank">example</a>.</a>
</p>
<p>
  <b>
    <span>Direct embedding:</span>
  </b> In this case, our 3D viewer is embedded directly into your web application. You have complete control over the UI and 3D viewer for advanced interactions, but you need design skills to conceive it and web development skills to create it. <a href="https://www.aectual.com/shop/ab6d7e0d1a01-pixel-brick-1673?configure=ab6d7e0d1a01&amp;Pieces=0&amp;SHOW+-+Height=230&amp;SHOW+-+Panel+Width=100&amp;SHOW+-+Grid=2&amp;SHOW+-+Graphic=3&amp;SHOW+-+Color=19" target="_self">Here's one <a href="https://www.aectual.com/shop/ab6d7e0d1a01-pixel-brick-1673?configure=ab6d7e0d1a01&amp;Pieces=0&amp;SHOW+-+Height=230&amp;SHOW+-+Panel+Width=100&amp;SHOW+-+Grid=2&amp;SHOW+-+Graphic=3&amp;SHOW+-+Color=19" target="_blank">example</a>.</a>
</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/700c4e3f-b273-4cd9-a9b3-3434fea42022.png" loading="lazy" />
</figure>
<p>The options we were offering were on the extreme sides of a scale: Either take what you can get at minimal effort (the iframe) or develop your web app from scratch. Since most platform users and clients are purely computational designers, we had to find some middle ground.</p>
<p>In autumn 2023, we developed a best practice code example for using ShapeDiver with React, a popular framework for building modern web applications, addressing regular requests from our users. We quickly realized that we needed to do more than just a minimal React app showing a 3D view and some UI controls connected to parameters of the ShapeDiver model. React has a steep learning curve, and one of the biggest challenges is developing stable state management.</p>
<p>For example, consider a parameter (an input) of a ShapeDiver model. The parameter has a definition (what type of parameter it is, what the min/max values are, etc.), and a current value is shown in the UI. It also has a value corresponding to what’s visible in the 3D scene, which sometimes differs from the value shown in the UI. If so, the change of the parameter value might be pending and waiting for the user’s confirmation, or the execution of the change might currently be going on (involving API interactions with ShapeDiver). This example barely scratches the surface, but shows that state management can get pretty intricate.</p>
<p>We didn’t want our users to deal with these complications, so we implemented a properly abstracted state management into the React code example. This involves the inputs and the outputs of ShapeDiver models, the 3D viewports, and the possibility of using multiple ShapeDiver models from a single React app. From there, it was a relatively small step to link a JSON data output of a ShapeDiver model with React components representing various UI elements, like parameter controls, text, and image widgets. This enabled parametric control of a web app directly from Grasshopper without coding. That’s how App Builder was born.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/aec37be1-dbe6-43a1-90e4-b2bdf91e8191.png" loading="lazy" />
</figure>
<p>Once the principle was proven to work, we went on to implement:</p>
<figure>
  <ul>
    <li>Multiple new Grasshopper components to control the UI,</li>
    <li>Various types of charts, graphs, and tables,
      <br />
    </li>
    <li>Interactive inputs for drawing polylines or points, selecting objects in the 3D view, or moving them using a gumball,
      <br />
    </li>
    <li>Support for controlling the look and feel by themes,
      <br />
    </li>
    <li>Embedding the apps as iframes,
      <br />
    </li>
    <li>Plugins for Shopify and WordPress,
      <br />
    </li>
    <li>An AI agent allowing you to chat with your apps, etc.
      <br />
    </li>
  </ul>
</figure>
<p>The App Builder principles, combined with ShapeDiver’s unprecedented capabilities of turning Grasshopper models into APIs, unleashed our creativity and productivity. So much so that we are lagging behind in getting the Grasshopper components implemented to allow simple use of all the features implemented in the React code. Three notable hints of what is coming:</p>
<p></p>
<figure>
  <ul>
    <li>
      <b>Parametrically defined inputs</b> (yep, it sounds mind-blowing). Grasshopper models typically are limited to statically defined inputs (either the input exists, or it doesn’t). App Builder extends this by the possibility of defining inputs on the fly, resulting from a computation in Grasshopper. For example, consider a Grasshopper model that outputs a variable number of objects. Using App Builder, your Grasshopper model can define inputs that individually control each object.
    </li>
    <li>
      <b>Instancing and chaining of Grasshopper models.</b> Keep your models tidy by splitting them up. App Builder composes them into a single scene according to your instructions. Think of it like parametric instances of blocks in Rhino.
      <br />
    </li>
    <li>
      <b>A theme editor</b> that allows you to configure the styling of your apps interactively. This will be much easier than editing a JSON file defining the theme.
      <br />
    </li>
  </ul>
</figure>
<h3 id="how-else-can-app-builder-be-helpful-to-you">How else can App Builder be helpful to you? </h3>
<p>In addition to simplifying the process of developing a 3D web app, making it as easy as authoring a Grasshopper model, App Builder offers various other benefits:</p>
<figure>
  <ul>
    <li>Significantly <b>lowers your maintenance costs</b> compared to directly embedding ShapeDiver into your web application. We take care of hosting and keeping it up to date. Note that App Builder is included at no extra fee with your ShapeDiver subscription.</li>
    <li>You benefit from <b>new features we constantly develop</b>, which you can integrate into your web application.
      <br />
    </li>
    <li>Easily <b>plug your apps into Shopify</b> or WooCommerce stores using our eCommerce plugins.
      <br />
    </li>
  </ul>
</figure>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/e9873f42-b208-442c-b2b8-e995af343309.png" loading="lazy" />
</figure>
<h3 id="how-far-can-you-go-using-app-builder">How far can you go using App Builder? </h3>
<p>The features offered by App Builder are extensive and steadily growing. Before starting to code a 3D web app from scratch, we recommend reviewing whether App Builder can do most of what you need for your project. Still, depending on your requirements, you might run into limitations. Luckily, we provide various ways to mitigate them: </p>
<p></p>
<figure>
  <ul>
    <li>All of our users can access <a href="https://www.shapediver.com/forum.shapediver.com" target="_self">our Support Forum</a> and weekly community catchups. For clients, we offer Onboarding Calls, which are private one-on-one sessions with our technical team and me. We are all ears and willing to listen to your requests and ideas, and answer them. Sometimes, a solution is already available or soon to be released.</li>
    <li>For requirements that are not on our near-term roadmap, we offer the possibility of reshuffling the roadmap for a fee, depending on the feature's usefulness for our community of users.
      <br />
    </li>
    <li>Lastly, there is always the option of forking the code or issuing pull requests. Of course, this is only recommended for people with at least some web development skills (although vibe coding with your favorite LLM might yield some results, too!).
      <br />
    </li>
  </ul>
</figure>
<h3 id="whats-in-for-web-developers">What’s in for web developers? </h3>
<p>As explained above, we conceived App Builder as a best practice codebase for using ShapeDiver with React. That’s still the case, and the App Builder SDK (the code of the App Builder web application) is open source. It’s a perfect starting point, should you create a custom React application using ShapeDiver. We have purposefully split the code into two repositories: </p>
<figure>
  <ul>
    <li>The <b>shared code</b> repo called <i>AppBuilderShared</i> contains code to be shared between different deployments of App Builder.</li>
    <li>The <b>main</b> repo, called <i>AppBuilderSdk,</i> uses AppBuilderShared as a git submodule and contains just a few lines of code to define the React application.
      <br />
    </li>
  </ul>
</figure>
<p>This provides you with several possibilities: </p>
<figure>
  <ul>
    <li>Create forks with little maintenance cost by integrating the <b>shared code</b> we maintain as a git submodule. For example, this is how we maintain the <a href="https://help.shapediver.com/doc/shapediver-ijewel3d-integration" target="_blank">
        <u></u>
      </a>
      <u>
        <a href="https://help.shapediver.com/doc/shapediver-ijewel3d-integration" target="_blank">integration</a> of iJewel3D into App Builder
      </u>using as little duplicate code as possible. See the code <a href="https://github.com/shapediver/AppBuilderIJewel3D" target="_blank">
        <u>here</u>
      </a>.
    </li>
    <li>You can fork everything. However, this comes at a higher maintenance cost because integrating the updates we steadily develop will require more work on your end.
      <br />
    </li>
    <li>Fork everything, develop a new feature, issue a pull request, let us review it, and have your feature integrated into the main App Builder distribution (which means we take over maintenance).
      <br />
    </li>
    <li>For the ones who are starting a React app from scratch, cherry-picking parts of the shared code is particularly useful for the state management code of sessions and parameters.
      <br />
    </li>
  </ul>
</figure>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/8c32892d-735e-4b2b-9d5b-1422ca0c62c5.png" loading="lazy" />
</figure>
<h3 id="why-the-name-app-builder-might-disappear-soon">Why the name App Builder might disappear soon</h3>
<p>While we like the term App Builder, we concluded that integrating all the capabilities of App Builder directly into our platform would provide the best experience for our users. As we are writing this blog post, we are getting closer and closer to completing all the features required for that.</p>
<p>Once we get there, there won’t be a difference anymore between viewing a model on the platform and opening the corresponding app - the model and its app will simply be one. At that point, there will not be a need to call it App Builder; it will just be how ShapeDiver is used. Hurray! </p>
<p>
  <b>
    <span>Are you missing a feature in App Builder? Let us know on</span>
  </b>
  <a href="https://www.shapediver.com/forum.shapediver.com" target="_self">
    <a href="https://forum.shapediver.com" target="_blank">our Support Forum</a>
    <b>
      <span>.</span>
    </b>
  </a>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports SheepMetal Plugin!</title>
  <description><![CDATA[ Learn more about this plugin for designing and preparing sheet metal parts. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-sheepmetal-plugin-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/7a931e00ad/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Aug 11, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="spanintroduction-span">Introduction:</h3>
<p>
  <a href="https://www.food4rhino.com/en/app/sheepmetal?lang=en" target="_self">SheepMetal</a> is a highly specialized Grasshopper plugin for designing and preparing sheet metal parts. It converts complex BREPs into valid sheet geometry, detects features like reliefs and hems, and unrolls parts with precise control over bend parameters such as K-factor. Built for performance and production-readiness, SheepMetal includes tools for classification, production, validation, and visualization to streamline sheet metal workflows directly in Grasshopper.
</p>
<h3 id="span1-who-is-the-plugin-developer-span">1. Who is the plugin developer?</h3>
<p>
  <a href="https://www.linkedin.com/in/felixbrunold/" target="_self">Felix Brunold</a> developed this plugin. He is based in Zürich, Switzerland, and studied industrial design before focusing on process optimization and data-driven design. Fascinated by the intersection of design and logic, he co-founded <a href="https://www.vektornode.com/en" target="_self">VektorNode</a> to offer computational design services for the AEC industry.
</p>
<p>Through projects involving metal facades and sheet metal workflows, he encountered Grasshopper's limitations but also saw its potential. This experience led to the creation of SheepMetal.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/a143bf6433/01.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="span2-who-is-this-plugin-for-span">2. Who is this plugin for?</h3>
<p>SheepMetal is built for professionals working with sheet metal in creative and technical fields, such as metal fabricators, engineers, industrial designers, and façade manufacturers. Whether developing highly parametrized products, optimizing fabrication workflows, or exploring complex geometries, SheepMetal offers tools to help streamline and enhance your process.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/bc5d803540/02.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="span3-what-does-sheepmetal-do-span">3. What does SheepMetal do?</h3>
<p>SheepMetal is a Grasshopper plugin designed to make working with sheet metal more accessible, efficient, and production-ready. It enables users to create accurate 3D models and flat patterns for fabrication, streamlining the design of parametric sheet metal parts that would otherwise require significant time and specialized expertise.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/ce679b1ffc/03.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>SheepMetal focuses on simplifying everyday sheet metal tasks, making routine work faster, more consistent, and easier to automate. Its applications span industries such as server rack construction, metal façades, shipbuilding, and more.</p>
<p>The plugin supports the creation of valid sheet metal parts from non-manifold Breps, performs detailed sheet analysis, and easily generates flat patterns and production-ready output files.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/65622c5924/04.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="4-how-does-it-work-on-shapediver">4. How does it work on ShapeDiver?</h3>
<p>SheepMetal works with all our paid plans but requires a €199/year add-on. The developer also agreed to offer a 3-month trial license for €25 if users enroll in <a href="https://www.shapediver.com/developer-program" target="_self">our Developer Program.</a>
</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/BIoWJ-aWrJE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>
  <b>
    <i>Are you interested in testing </i>
  </b>
  <a href="https://www.food4rhino.com/en/app/sheepmetal?lang=en" target="_self">
    <b>
      <i>SheepMetal</i>
    </b>
  </a>
  <b>
    <i>on your ShapeDiver account? Use the contact request form on&nbsp;</i>
  </b>
  <a href="https://www.shapediver.com/home" target="_self">
    <b>
      <i>our website</i>
    </b>
  </a>
  <b>
    <i>to tell us about your project!</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>What We Got Wrong About ShapeDiver’s Free Plan (And How We Fixed It)</title>
  <description><![CDATA[ In this article, I&#39;ll discuss recent changes to our free plan and our reasons behind them. ]]></description>
  <link>https://www.shapediver.com/blog/what-we-got-wrong-about-shapediver-s-free-planand-how-we-fixed-it</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/e2b6a58f03/shapediver-free-plan.webp"></enclosure>
  <dc:creator><![CDATA[ Mathias Höbinger ]]></dc:creator>
  <pubDate>Wed, Jul 23, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <p>Earlier this year, we quietly introduced a pretty fundamental change to the features and functionality available to the free version of ShapeDiver’s platform. The elevator pitch version of this change is that far more Grasshopper models will work out of the box in the free version. We relaxed restrictions like the maximum computation time (we now offer 30 seconds instead of 10), and the use of scripted components is now allowed (C#, Python, VB) in this free tier. These two changes make this free version much more useful and less frustrating for Grasshopper users starting to explore our platform. Additionally, users of our free plan now receive 50 monthly credits to use this expanded range of features, such as exports and Augmented Reality.</p>
<p>In essence, the free version of ShapeDiver becomes a more useful product with tighter monthly usage limits.</p>
<p>I know that some of you may have strong opinions on changes like this, so let me take a minute to explain our thinking here. The other founders and I have been enthusiastic supporters of the open culture of the Rhino and Grasshopper community since we started working on our first Rhino plugin back in 2010-ish, and it was always clear that our company culture should reflect this. So while we obviously wanted to build a business, it was clear that we wanted to have some version of Grasshopper in the cloud accessible to students, enthusiasts, and others with big ideas and a low budget.</p>
<p>Our initial approach, which was reflected in our free version until last year, was to define a set of features and make them completely free without any usage restrictions. Back then, we imagined our platform as a place where users freely exchanged their designs and where even users of the free versions might publish models that many others would find useful. So we created a plan that would allow free models to go “viral” without punishing their authors by shutting down their accounts, but we limited the strain these models could put on our infrastructure.</p>
<p>Over time, we realized this was not the scenario that played out. Most of our users publish models on ShapeDiver for one of two reasons:</p>
<p>- To be used in design workflows by themselves or a group of colleagues and collaborators</p>
<p>- To publish them on a public website or shop as a configuration tool</p>
<p>Our previous free plan made the first case frustrating for many users because its restrictions on computation time and scripts, among other things, made it hard to get models to work out of the box. Publishing models on the web wasn’t possible at all.</p>
<p>Our new approach aims to solve this. We learned that most people don’t want their models to go viral; they want them to work seamlessly on ShapeDiver. So we lifted many of the roadblocks that commonly led to models being rejected on upload. And we paired that with an amount of credits that won’t allow you to work full-time on ShapeDiver every day (if you want to do that, we have various other plans for you), but is enough to get some meaningful work done if you need ShapeDiver occasionally.</p>
<p>We’re also thinking about ways to add some form of web publishing to our new free plan. We’re not quite there yet, as this has some additional implications for our product, but we’re open to suggestions.</p>
<p>To finish up, here’s a detailed list of changes introduced for the users of ShapeDiver’s free version. If you created a ShapeDiver account in the past but couldn’t get your models to run properly, I encourage you to try again and give us feedback on whether you noticed an improvement on <a href="http://forum.shapediver.com/" target="_blank">
    <u>forum.shapediver.com.</u>
  </a>
</p>
<figure>
  <table class="table">
    <tr class="text-light bg-primary">
      <th>Feature / Limit</th>
      <th>Legacy Free Plan</th>
      <th>Free Plan 2025</th>
    </tr>
    <tbody>
      <tr>
        <td>Maximum computation time</td>
        <td>10 seconds</td>
        <td>30 seconds</td>
      </tr>
      <tr>
        <td>Maximum model size</td>
        <td>5Mb</td>
        <td>10Mb</td>
      </tr>
      <tr>
        <td>Maximum export size</td>
        <td>❌</td>
        <td>10Mb</td>
      </tr>
      <tr>
        <td>File Import Parameters</td>
        <td>❌</td>
        <td>✅</td>
      </tr>
      <tr>
        <td>Script Components</td>
        <td>❌</td>
        <td>✅</td>
      </tr>
    </tbody>
  </table>
</figure>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>Skip the Coding: Build Your 3D Configurator with Grasshopper + ShapeDiver!</title>
  <description><![CDATA[ In this article, we’ll examine two possible ways to build an online 3D configurator and how that affects its total cost of ownership. ]]></description>
  <link>https://www.shapediver.com/blog/skip-the-coding-build-your-3d-configurator-with-grasshopper-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/86509b3acb/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jun 24, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="spanwhat-is-an-online-3d-configurator-span">What is an online 3D configurator?</h3>
<p>An online 3D configurator is a tool that lets anyone tweak a product’s size, material, or colour and see the change instantly, sometimes even in AR, right in a web browser. Whether picking the perfect ring size and design or designing a garden shed, interactive 3D has shifted from nice‑to‑have to must‑have.</p>
<p>That shift pays off: <a href="https://www.shopify.com/blog/3d-ecommerce#:~:text=Higher%20conversion%20rates%C2%A0" target="_self">Shopify reports</a> that adding 3D/AR to a product page lifts conversions by 94 % and persuades 40 % of shoppers to pay more. Outside eCommerce, <a href="https://www.mckinsey.com/featured-insights/mckinsey-explainers/what-is-digital-twin-technology#:~:text=increase%20their%20decision%2Dmaking%20speed%20by%20up%20to%2090%20percent%2C%20and%20more." target="_self">McKinsey finds</a> that digitally enabled supply chains using 3D digital twins and AI technology can "increase their decision-making speed by up to 90 percent."</p>
<p>So, how do you build a slick 3D configurator that powers all this? Consider this effort as a project divided into three main categories: <b>
    <span>human costs, running costs, and maintenance/debugging and scaling costs.</span>
  </b>
</p>
<p>In this article, we’ll explore two possible paths for building an online 3D configurator and how these three categories influence its total cost of ownership. <b>
    <span>Path A</span>
  </b>will <u>hand-code a configurator using WebGL</u> , and <b>
    <span>Path B</span>
  </b>will use <a href="https://youtube-nocookies.com/B7wwqEH9FPw?si=PQ9yczwFyH-2OZMH" target="_self">
    <u>Grasshopper and ShapeDiver.</u>
  </a>Let’s dive in!</p>
<h3 id="spancategory-1-human-costs-span">Category 1: Human Costs</h3>
<p>This first category involves <b>the team developing the online tool</b>. Since a modern 3D configurator requires multiple technologies to operate, it's crucial that your team can skillfully and efficiently manage all of them. As a rule of thumb, the more people and time<b> </b>needed to launch your tool, the higher the cost for this first category.</p>
<p>
  <b>
    <span>
      <u>Path A (Hand-coded):</u>
    </span>
  </b>You’ll need at least three specialists working together: a WebGL Developer, a Frontend Engineer, and a DevOps/Security Engineer. They’ll handle the 3D engine, the UI, and infrastructure, so the cost starts at three specialists' salaries (or freelance day rates). You’ll <i>
    <span>probably</span>
  </i>also need a UI/UX Designer, Project Manager, and QA Tester, but we want to keep the comparison slightly fair!
</p>
<p>
  <b>
    <span>
      <u>Path B (ShapeDiver):</u>
    </span>
  </b>Using <a href="https://www.rhino3d.com/" target="_self">Grasshopper</a>, one computational designer can handle modelling, UI/UX (via <a href="https://help.shapediver.com/doc/shapediver-app-builder" target="_blank">ShapeDiver's App Builder</a> ), and deployment entirely. Since ShapeDiver handles hosting and security, payroll starts at <i>
    <span>one</span>
  </i>salary.
</p>
<p>
  <i>
    <span>- For simplicity’s sake, we’ll assume that the product's 3D assets already exist. Otherwise, a 3D artist would also be required in both cases.</span>
  </i>
</p>
<blockquote>
  <p>
    <b>
      <span>Winner: Path B (ShapeDiver).</span>
    </b>
    <span>Even if we assume all professionals charge the same rate (which they do not), path B offers a minimum three-for-one headcount savings and significantly reduces project management.</span>
  </p>
</blockquote>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/21de341e87/01.jpg" loading="lazy" />
</figure>
<h3 id="spancategory-2-running-costs-span">Category 2: Running Costs</h3>
<p>This second category includes <b>the costs of keeping your online configurator running 24/7</b>. After all, the main goal of a self-service tool is for it to be accessible whenever your end users need it, without requiring any involvement from your team.</p>
<p>This category covers essential services such as your cloud costs (storage, CDN, etc.), cybersecurity, and system monitoring and troubleshooting (when needed). Small companies often skip important parts, like having a DevOps on-call and conducting regular pen-tests, to save money, considering them non-essential. However, this approach is very risky, as it exposes them to frequent breaches (<a href="https://www.getastra.com/blog/security-audit/small-business-cyber-attack-statistics/" target="_self">with 43% of cyberattacks targeting SMBs and 60% failing within six months after an incident</a>), costly downtime, damage to reputation from data leaks, and legal fines under regulations like GDPR.</p>
<p>
  <b>
    <span>Path A (Hand-coded):</span>
  </b>A modest workload of 10,000 sessions per month with 100 MB assets burns about 1 TB of CDN egress. CloudFront (€0.08/GB) is ≈ €80/month; S3 storage adds ≈ €5/month; a t3.small EC2 for APIs ≈ €18/month; monitoring/logging ≈ €25/month; TLS, domains, backups ≈ €15/month. Baseline cloud = €140–160/mo. Add a 10‑hour on‑call DevOps retainer (at €75–90/h) and <b>
    <span>you’re near €900/month</span>
  </b>before optional pen‑tests (€400/month amortised).
</p>
<p>
  <b>
    <span>Path B (ShapeDiver):</span>
  </b>ShapeDiver’s Business plan is <b>
    <span>€499/month</span>
  </b>and covers the same 10,000 sessions and every service needed to power your online 3D configurator. Extra sessions cost a flat <b>
    <span>€0.04</span>
  </b>each. In fact, <b>
    <span>every</span>
  </b>ShapeDiver subscription covers infrastructure, monitoring, and cybersecurity. No surprise AWS bills or DevOps retainers.
</p>
<blockquote>
  <p>
    <b>
      <span>Winner: Path B (ShapeDiver).</span>
    </b>
    <span>In this 10,000 monthly sessions scenario, about half the monthly spend, and zero hidden Ops headaches. Even if fewer sessions are needed, ShapeDiver offers the Starter plan with up to 2,000 monthly sessions from </span>
    <b>
      <span>€149/month</span>
    </b>.
  </p>
</blockquote>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/c96629ba8e/02.jpg" loading="lazy" />
</figure>
<h3 id="spancategory-3-maintenance-debugging-amp-scaling-costs-span">Category 3: Maintenance, Debugging & Scaling Costs</h3>
<p></p>
<p>This final category includes <b>everything that occurs after you've launched your online 3D configurator.</b>Usually, the journey doesn't end there; instead, it's just getting started.</p>
<p>
  <b>
    <span>Path A (Hand-coded):</span>
  </b>Found a bug? It could be anywhere, so you'll likely need your three (or more) experts lending a hand (and they’ll happily charge you for it). New product or products? Cue another sprint of 3D adjustments, UI changes, QA, and infra tuning. Costs scale almost linearly.
</p>
<p>Need CAD outputs (PDF, STEP, STL)? Integrating the free OpenCascade library absorbs 80–120 dev hours; switching to a commercial kernel like Parasolid costs anywhere from several hundred euros per month to several thousands per year, so you’ll ask yourself, “Do I <i>
    <span>really</span>
  </i>need to automate my manufacturing files that badly?”.</p>
<p>
  <b>
    <span>Path B (ShapeDiver):</span>
  </b>One computational designer still runs the show. Spot a bug? Open the Grasshopper file, tweak the model, and reupload. ShapeDiver pushes the fix live in minutes. No three‑person (or more) dance. Ongoing maintenance, patches, uptime, and security are baked into the subscription and covered by the ShapeDiver team (so your weekends stay quiet).
</p>
<p>Need a new product, say switching from a table to a chair? The same computational designer starts a fresh Grasshopper model and publishes it; no extra hires required. And when manufacturing needs production files, Rhino’s CAD engine inside ShapeDiver spits out STEP, DXF, STL, or PDF at the press of a button. Each export costs around €0.04 in credits. Loose change compared with another developer sprint.</p>
<blockquote>
  <p>
    <b>
      <span>Winner: Path B (ShapeDiver)</span>
    </b>
    <span>. No comparison. The flexibility of needing only one computational designer and ShapeDiver taking care of the rest provides another clear victory. Plus, the versatility of having the Rhino CAD engine powering CAD outputs is game-changing.</span>
  </p>
</blockquote>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/8d16454d81/03.jpg" loading="lazy" />
</figure>
<p>Across all three categories, human costs, running costs, and maintenance & scaling, <b>
    <span>Path A (hand‑coded)</span>
  </b>grows line‑for‑line with complexity: every extra feature or SKU demands more specialist hours, bigger cloud bills, and fresh DevOps overhead.</p>
<p>On the other hand, <b>
    <span>Path B (ShapeDiver)</span>
  </b>flips that equation. One computational designer covers modelling, UI, and deployment; a single subscription caps infrastructure spend; and updates are as simple as editing a Grasshopper file. The variables that explode in Path A (head‑count, server hours, security patches, etc.) stay flat or scale in cents under Path B.</p>
<h3 id="spanbottom-line-span">Bottom line</h3>
<p>Skip the multi‑role payroll, surprise AWS invoices, and never‑ending hot‑fixes. Learn Grasshopper or hire a computational designer, lean on ShapeDiver, and ship while your competition’s DevOps team is still triple-checking why ‘npm run deploy’ triggered a fire drill.</p>
<p>If you're interested in learning more, please <b>
    <span>send us a contact request through our website</span>
  </b>. We'd love to discuss your project!</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… OrthoSolid: 3D Printed Orthoses and Prostheses!</title>
  <description><![CDATA[ Learn how OrthoSolid is replacing plaster casts and labor-intensive hand-layups with a simple scan-or-measurement workflow powered by Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-orthosolid-3d-printed-orthoses-and-prostheses</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/cb2321e3-1224-431e-a8d9-41d02c658afd.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jun 16, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  <tag><![CDATA[ Long ]]></tag>
  <content:encoded><![CDATA[ <h2>Learn how OrthoSolid is replacing plaster casts and labor-intensive hand-layups with a simple scan-or-measurement workflow powered by Grasshopper and ShapeDiver.</h2>
<h3 id="h3introduction-h3">
  <h3>Introduction</h3>
</h3>
<p>A few weeks ago, <a href="https://www.orthobroker.com/en/" target="_self">Orthobroker</a>
  <b>, </b>a renowned Belgian supplier of prefabricated orthopedic products, launched<b> </b>
  <a href="https://orthosolid.com/" target="_self">OrthoSolid®</a>. This ShapeDiver-powered online platform lets clinicians design and order fully custom orthoses and prostheses in a matter of minutes. By replacing plaster casts and labor-intensive hand-layups with a simple scan-or-measurement workflow, the cloud service guides users through annotation, automatic fit optimization, and accessory placement, all before a single part is printed. The result is a fast, repeatable process that preserves the craft knowledge of orthotists while unlocking the geometric freedom of additive manufacturing.
</p>
<p>At the heart of this transformation is a <a href="https://youtu.be/B7wwqEH9FPw?si=Z6uCBzM3At4SiA0P" target="_self">Grasshopper-driven</a> design engine. OrthoSolid’s product-specific scripts capture every clinical parameter of splints like <a href="https://orthosolid.com/volar-resting-splint/" target="_self">Volar</a>, <a href="https://orthosolid.com/carpi-wrist-orthosis-3d-printed-wristbrace/" target="_self">Carpi</a>, and the upcoming upper-limb line. Thanks to <a href="https://www.shapediver.com/home" target="_self">ShapeDiver</a>, those Grasshopper scripts run in the cloud, feeding real-time 3D to any browser so technicians can instantly see the impact of their decisions without installing CAD or writing code.</p>
<p>Once a patient’s order is approved, designs go straight to OrthoSolid’s in‑house <a href="https://www.hp.com/us-en/printers/3d-printers/products/multi-jet-technology.html" target="_self">HP Multi Jet Fusion printers</a>. The process produces lightweight, ventilated lattices that stay strong under daily load, shed moisture, and clean easily, advantages difficult to match with laminated thermoplastics. ISO‑certified workflows and step‑by‑step quality checks keep every print consistent, whether the order is for a single paediatric splint or a thousand units for a national provider.</p>
<p>For hospitals, O&P chains, and independent CPOs alike, the result is shorter lead times, fewer appointments, and a growth path that does not require hiring linearly with demand. With encrypted European hosting, role‑based permissions, and optional links to existing patient‑management systems, the fully online platform seamlessly integrates into current operations while opening the door to new, data‑driven services.  And this is only the beginning: upper‑limb additions, new materials, and continuous UX refinements are already on the roadmap, ensuring that OrthoSolid stays a step ahead as digital orthotics becomes the standard of care.</p>
<p>This case study explores how the team behind OrthoSolid wove together custom medical-device know-how, parametric design, industrial 3D printing, and ShapeDiver’s scalable computing layer to deliver a platform that helps clinics treat more patients, with better outcomes and lower overhead. Whether you’re a medical professional evaluating digital workflows, a 3D-printing specialist seeking high-value applications, or a Grasshopper power-user curious about the medical field, the following interview reveals the possibilities and the lessons learned of taking orthotics online at scale. Let’s dive in!</p>
<h3 id="1-can-you-introduce-the-team-behind-orthosolid-what-are-their-backgrounds-and-how-did-their-expertise-in-orthotics-computational-design-and-3d-printing-shape-the-platforms-development">1. Can you introduce the team behind OrthoSolid? What are their backgrounds, and how did their expertise in orthotics, computational design, and 3D printing shape the platform’s development?</h3>
<p>Our team at <a href="https://orthosolid.com/" target="_self">OrthoSolid</a> brings together a strong mix of expertise in orthotics, design, and technology. The company is led by founder <a href="https://www.linkedin.com/in/patrick-garmyn/" target="_self">Patrick Garmyn</a>, <b></b> who has many years of experience in orthopedic rehabilitation and the orthopedic medical device industry. He works closely with our sales and product management team, which includes orthopedic specialists.</p>
<p>Our product design engineers focus on creating effective solutions by combining their knowledge of product design, parametric modeling (using Grasshopper), and user experience design for the platform.</p>
<p>Meanwhile, our software developers turn these ideas into a reliable and user-friendly platform.</p>
<p>Together, this blend of expertise and continuous feedback from our clients drives OrthoSolid's ongoing development and improvement.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/3a2f4074-a55c-4275-9391-3ec662cf821a.png" loading="lazy" />
  <figcaption class="text-center">OrthoSolid brings together a strong team with a mix of expertise in orthotics, design, and technology.</figcaption>
</figure>
<h3 id="2-whats-the-story-behind-orthobrokers-transition-from-a-traditional-prefab-orthopedic-supplier-to-launching-orthosolid-how-did-the-company-identify-the-need-to-disrupt-itself-and-embrace-a-digital-first-approach">2. What’s the story behind Orthobroker’s transition from a traditional prefab orthopedic supplier to launching OrthoSolid? How did the company identify the need to disrupt itself and embrace a digital-first approach?</h3>
<p>
  <a href="https://www.orthobroker.com/en/" target="_self">Orthobroker</a> has a history as a supplier of prefabricated orthopedic products, with its <a href="https://braceid.com/" target="_self">successful BraceID® brand</a>. When Orthobroker hired its first product developer, interest in 3D printing followed.
</p>
<p>This shift opened new possibilities for customized, patient-specific solutions that conventional manufacturing methods couldn’t fully address. OrthoSolid was developed to bridge the gap between traditional workflows and digital manufacturing, offering a more accessible, scalable platform for custom product creation.</p>
<p>The OrthoSolid® brand now exists in parallel with BraceID®, giving it a secure foundation to enter the market.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/b74995b4-25b0-496b-b835-57cbfb50df24.png" loading="lazy" alt="Orthobroker has a history as a supplier of prefabricated orthopedic products with its successful BraceID(R) brand." title="Orthobroker products" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="3-how-does-orthosolid-leverage-computational-design-to-streamline-the-creation-of-custom-orthotics-like-volar-mino-and-carpi-what-specific-advantages-does-this-offer-over-traditional-manual-methods">3. How does OrthoSolid leverage computational design to streamline the creation of custom orthotics like Volar, Mino, and Carpi? What specific advantages does this offer over traditional manual methods?</h3>
<p>Digital product designs offer a great way to create complex designs with minimal effort. Starting with a 3D scan instead of a cast (which in itself is a remarkable improvement), clients can achieve precise and repeatable results with minimal time investment, a crucial factor in a market where trained professionals are becoming more scarce.</p>
<p>Real-time feedback allows clients to adjust and see results immediately, meaning they can fine-tune designs more effectively without time penalties.</p>
<p>The platform also allows our and our customers' businesses to grow without having to increase employee count linearly, meaning scale will be to our advantage.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/bf60c1b8-59d9-4366-bab7-fde8f61ff1b1.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="4-why-was-grasshopper-chosen-for-orthosolids-design-scripts-how-does-it-enhance-precision-and-flexibility-in-tailoring-orthotics-to-individual-patient-measurements">4. Why was Grasshopper chosen for OrthoSolid’s design scripts? How does it enhance precision and flexibility in tailoring orthotics to individual patient measurements?</h3>
<p></p>
<p>Having tried (and failed) to create products with morphing technology, a more precise and flexible option was needed.</p>
<p>As we have a product-first vision, we did not want to create a general ‘CAD’ system. We need precise control of product features and custom controllable features for clients.</p>
<p>Grasshopper allows this quite well, and it allows us to quickly iterate without complex software overhead.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/180b00ef-ed6e-4c0d-976e-eb1f16f8bcd6.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="5-how-does-3d-printing-improve-the-production-of-orthotics-compared-to-conventional-manufacturing-what-benefits-stand-out-like-durability-lightweight-design-or-customization">5. How does 3D printing improve the production of orthotics compared to conventional manufacturing? What benefits stand out, like durability, lightweight design, or customization?</h3>
<p>HP Multi Jet Fusion printing's main enabler is its design freedom. We can design complex features that improve patient experience without adding complexity to the production process. This means we and our clients can focus more on the patient.</p>
<p>Our materials are durable, skin-safe, and look good when printed.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/cf623149-884b-4a54-8da6-d4ca53464175.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="6-how-does-shapediver-support-orthosolids-online-customization-platform-what-role-does-it-play-in-making-the-process-intuitive-for-orthopedic-technicians-adjusting-features-like-trimlines-or-joint-angles">6. How does ShapeDiver support OrthoSolid’s online customization platform? What role does it play in making the process intuitive for orthopedic technicians adjusting features like trimlines or joint angles?</h3>
<p>ShapeDiver is the crucial link between our designs and our clients.  We cannot see OrthoSolid working without the real-time feedback that ShapeDiver allows us to provide for our clients.</p>
<p>We can and do create custom product flows easily, only limited by what is possible in Grasshopper.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/xAnvL8fDe4I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%" id=""></iframe>
</div>
<h3 id="7-your-end-to-end-digital-platform-integrates-3d-scanning-cloud-based-design-and-direct-manufacturing-how-does-this-improve-efficiency-for-orthopedic-technicians-and-clinics">7. Your end-to-end digital platform integrates 3D scanning, cloud-based design, and direct manufacturing. How does this improve efficiency for orthopedic technicians and clinics?</h3>
<p></p>
<p>In the right business cases, our services save considerable time.</p>
<p>Saving time on casting and a complex traditional product creation reveals the opportunity to serve more patients while keeping quality consistent due to our validated flow.</p>
<p>Clients can increase the number of patients they serve without investing in more personnel or workshop equipment.</p>
<p>Win, win.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/38efda34-48ad-4043-b079-f0265e1182f1.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="8-what-are-the-impacts-on-lead-times-costs-and-scalability-for-larger-healthcare-providers">8. What are the impacts on lead times, costs, and scalability for larger healthcare providers?</h3>
<p>Scale will bring the cost of our products down considerably. These savings can also eventually be passed on to our clients.</p>
<p>Thus, larger companies are a great fit for OrthoSolid since they only need a training investment to expand their business with quality devices at a good price and short lead times.</p>
<h3 id="9-how-does-orthosolid-ensure-a-smooth-shift-for-technicians-moving-from-traditional-workflows-to-digital-tools-especially-with-products-like-volar-requiring-only-measurements-instead-of-casts-or-scans">9. How does OrthoSolid ensure a smooth shift for technicians moving from traditional workflows to digital tools, especially with products like Volar requiring only measurements instead of casts or scans?</h3>
<p>Transferring years of knowledge and experience into the digital world requires time and effort. Just as it did to learn their current workflows.</p>
<p>We know this and offer ample training and support for as long as our clients need it.</p>
<p>While initially steep, the learning curve quickly plateaus. Users start to notice the control they have over the product design, and they begin to apply it with confidence.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/c8ba0d18-0b9a-4590-809a-bcaf4a8e9b10.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="10-how-does-orthosolid-maintain-iso-certified-quality-and-safety-standards-with-in-house-3d-printing-what-specific-controls-are-in-place-to-ensure-consistency-across-high-volume-production">10. How does OrthoSolid maintain ISO-certified quality and safety standards with in-house 3D printing? What specific controls are in place to ensure consistency across high-volume production?</h3>
<p>Our ISO certificates tell our clients that we have validated reliable processes during production.  Our scripts are validated, and the production flow is set up with fixed procedures, with quality inspection at every step.</p>
<h3 id="11-can-orthosolid-scale-to-meet-the-needs-of-large-medical-companies-producing-thousands-of-orthotics">11. Can OrthoSolid scale to meet the needs of large medical companies producing thousands of orthotics?</h3>
<p>Yes. In fact, OrthoSolid enables a new magnitude in scale and efficiency, which was previously impossible to achieve.</p>
<p>Due to the guided product flows with fail saves, both large and small teams can now achieve higher output while spending less time per product.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/377f9a55-ccf8-40ad-b856-b518c25ef362.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="12-how-does-the-platform-handle-increased-demand-without-compromising-quality">12. How does the platform handle increased demand without compromising quality?</h3>
<p>Product quality remains consistent due to our ISO production flow, which is set up for large-scale operation.</p>
<h3 id="13-how-does-orthosolid-integrate-with-existing-workflows-in-large-organizations-is-it-compatible-with-common-industry-tools-for-patient-management-or-manufacturing">13. How does OrthoSolid integrate with existing workflows in large organizations? Is it compatible with common industry tools for patient management or manufacturing?</h3>
<p>OrthoSolid aims to lower the threshold to digitalization, but simply providing an intuitive platform isn’t enough.</p>
<p>True integration means adapting to existing workflows through versatility. We created a system of configurable roles and permissions that aligns with diverse organizational structures and while the platform includes a patient management system, its use is optional.</p>
<p>OrthoSolid also includes robust scan cleaning tools so that we can allow 3D-scans from all 3D scanners on the market.</p>
<figure>
  <img src="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/c70bcbd3-4460-4b6e-9229-266f9763700d.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="14-what-safeguards-does-orthosolid-implement-to-protect-patient-data-in-its-cloud-based-platform-especially-given-the-sensitivity-of-medical-information-for-large-scale-clients">14. What safeguards does OrthoSolid implement to protect patient data in its cloud-based platform, especially given the sensitivity of medical information for large-scale clients?</h3>
<p>First off, we minimise the data required to create a product. Data that is needed, is encrypted in a way so that only the professional has access to it. Only when support from our side is needed, client give explicit confirmation for us to see their data.</p>
<p>Built from scratch, OrthoSolid uses the latest authentication and storage services together with European servers.</p>
<figure>
  <img src="https://a.storyblok.com/f/92524/1299x636/adb0e293eb/13.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="15-whats-next-for-orthosolid-are-there-plans-to-expand-features-like-new-materials-additional-orthotic-designs-or-enhanced-cloud-capabilities-to-further-serve-the-industry">15. What’s next for OrthoSolid? Are there plans to expand features, like new materials, additional orthotic designs, or enhanced cloud capabilities, to further serve the industry?</h3>
<p>While the platform is launched and being used as it is, we’re not planning on standing still.</p>
<p>Product range expansion is key for the success of OrthoSolid. First up is to complete our upper limb solutions.Next, we’ll move on to other product groups.</p>
<p>While working on those, ongoing user feedback will translate to smaller updates, improving the ease of use.</p>
<h3 id="excellent-congratulations-on-the-launch-and-thank-you-for-your-time-during-this-interview">- Excellent! Congratulations on the launch, and thank you for your time during this interview.</h3>
<p>Thank you as well for the opportunity to share our story.</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://orthosolid.com/" target="_self">
    <b>
      <i>OrthoSolid's website!</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at contact@shapediver.com and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... PENTAURA: Parametric Timber Structures!</title>
  <description><![CDATA[ Learn how PENTAURA combines Grasshopper, Karamba3D, and ShapeDiver to deliver customizable, sustainable timber shell structures through an accessible online platform, transforming architectural system design and fabrication across Europe. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-pentaura-parametric-timber-structures</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/c1cfd768-af0d-4474-b8f9-a99c26676f65.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, May 28, 2025 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p></p>
<p>Meet the team behind <a href="https://www.coda-office.com/" target="_self">CODA</a>, a forward-thinking collective of architects, engineers, and computer scientists dedicated to creating adaptable architectural systems. With roots in early visual programming tools and a passion for bridging geometry, construction, and structure, the team developed <a href="https://www.coda-office.com/pentaura" target="_self">PENTAURA</a>, a timber shell configurator powered by <a href="https://help.shapediver.com/doc/shapediver-app-builder" target="_self">ShapeDiver’s App Builder</a>, designed to bring sustainable design to a broader audience.</p>
<p>In this interview, you’ll learn how PENTAURA leverages Grasshopper to power a generative system that balances user input with engineering constraints, Kangaroo2 for form-finding, and <a href="https://karamba3d.com/" target="_self">Karamba3D</a> for structural validation. Once a design is finalized, automated workflows generate CNC- and laser-ready fabrication files, enabling fast and precise manufacturing through a distributed European network of robotic timber workshops.</p>
<p>By integrating with <a href="https://shapediver.com/" target="_self">ShapeDiver</a>, CODA enabled access to complex parametric design tools through a user-friendly online experience made with App Builder. This expands the reach of computational design to municipalities and small studios and aligns with CODA's broader mission of democratizing technology, fostering sustainability, and empowering local fabrication. Let’s dive in!</p>
<blockquote class="font-normal">
  <p>
    <i>
      <span>
        <u>NOTES: This project has indirectly received funding from the European Innovation Council and EISMEA, European Commission COSME-SMP-2021- CLUSTER. FRIEND CCI PROJECT.</u>
      </span>
    </i>
  </p>
  <p>
    <i>
      <span>The system was first developed in an academic setting at</span>
    </i>
    <a href="https://www.mpda.upc.edu/" target="_self">
      <i>
        <span>MPDA</span>
      </i>
    </a>
    <i>
      <span>with a group of students for a local school. It was later used as the first of many building systems to be implemented in ShapeDiver.</span>
    </i>
  </p>
</blockquote>
<h3 id="span1-please-tell-us-about-coda-and-its-team-members-whats-everyones-background-when-did-you-get-started-span">1. Please tell us about CODA and its team members. What’s everyone’s background? When did you get started?</h3>
<p>Before finishing our architecture studies, a group of friends was united by a special interest in the relationship between geometry, construction, and structures. In 2007, we found Generative Components, a visual programming CAD software similar to Grasshopper, and started a process of self-learning through small tutorials on the nascent internet and attending conferences while testing all this gained insight in design competitions.</p>
<p>In 2011, we founded CODA on the occasion of a couple of small research grants. Although it was hard to create a niche, we have been growing at a slow but steady pace, with the vision of designing not just architectural solutions for a site or a specific client, but systems that can be tailored and implemented while creating a greater family of solutions.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/1b340f79f3/01.png" loading="lazy" />
</figure>
<h3 id="span2-for-someone-new-to-grasshopper-how-would-you-describe-its-role-in-creating-pentaura-span">2. For someone new to Grasshopper, how would you describe its role in creating PENTAURA?</h3>
<p>PENTAURA is not a closed product but rather a tailored adaptation of a building system to client and site needs. Designing the final solution while keeping the shape within a certain range of different hard constraints is at the core of this generative system. In this regard, Grasshopper is the perfect language to rationalize building systems, making them easily adaptable and efficient.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/d696ac82f7/02-1.png" loading="lazy" />
</figure>
<h3 id="span3-what-were-some-of-the-most-complex-design-parameters-you-had-to-manage-and-how-did-parametric-modeling-help-resolve-them-span">3. What were some of the most complex design parameters you had to manage, and how did parametric modeling help resolve them?</h3>
<p>One of the key aspects is that the form-finding is purely driven by the fantastic kangaroo2 solver from Daniel Piker. Without it, we could approximate efficient forms, but this dynamic relaxation implementation is flexible and fast, making it perfect for shells. Additionally, numerous optimizations have been implemented to enhance the configurator's responsiveness.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/4a08428640/03.png" loading="lazy" />
</figure>
<h3 id="span4-how-does-structural-feedback-via-karamba3d-influence-the-real-time-configurator-experience-for-end-users-span">4. How does structural feedback, via Karamba3D, influence the real-time configurator experience for end users?</h3>
<p>In the ShapeDiver configurator, the material thickness is retrieved directly from a pre-calculated table. Karamba3D is not used in this online version to save computation time. Once a project is agreed upon, we conduct a thorough Karamba3D analysis for verification and reporting.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/793c14e3ac/04.png" loading="lazy" />
</figure>
<h3 id="span5-in-what-ways-did-automation-contribute-to-reducing-the-time-from-concept-to-fabrication-ready-output-span">5. In what ways did automation contribute to reducing the time from concept to fabrication-ready output?</h3>
<p>In our design projects, automation facilitates several feedback loops with manufacturers and builders, so we don’t need to redraw; instead, we adapt and refine based on their needs. In these projects, we don’t reduce time.</p>
<p>In contrast, in projects where we provide automation as a service, or where we replicate the building system, like in PENTAURA, and the automatic redraw is for the same design, the impact can be drastically reduced. Our best case is a 3-minute workflow versus a 3-week manual drawing of a complex membrane system for pressurized tanks.</p>
<h3 id="6-what-role-does-local-fabrication-across-europe-play-in-making-timber-construction-more-sustainable-and-resilient">6. What role does local fabrication across Europe play in making timber construction more sustainable and resilient?</h3>
<p>In the PENTAURA business model, we will rely on an international network of small robotic timber workshops across Europe, where we only need to send fabrication files.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/db265fe90b/06.png" loading="lazy" />
</figure>
<h3 id="span7-how-do-you-envision-timber-and-modular-systems-shaping-future-urban-landscapes-especially-for-temporary-and-adaptable-spaces-span">7. How do you envision timber and modular systems shaping future urban landscapes, especially for temporary and adaptable spaces? </h3>
<p></p>
<p>PENTAURA is a dry-tech solution that is fully reversible. With the early prototypes, we have calibrated assembly time to make the system appealing to clients eager to create a space to share and play.</p>
<p>We are based in Spain, and from the beginning, we have aimed to create climate shelters that can host different activities in public spaces. Protecting public spaces in Europe against the climate and isolation crises is a fundamental concern. We need to extend the life and usability of these spaces by introducing more shade in central public areas, as this is at the core of the fundamental principles of communication, sharing, reunion, and activities that have shaped European culture.</p>
<h3 id="8-can-you-walk-us-through-the-digital-to-fabrication-workflow-that-takes-place-once-a-user-finalizes-a-design-on-the-configurator">8. Can you walk us through the digital-to-fabrication workflow that takes place once a user finalizes a design on the configurator?</h3>
<p>Once the design is set, we run a Karamba3D validation process and a fabrication workflow. This latter process runs through labeling and basic geometry operations to directly output two CAD files with manufacturing layers for CNC timber milling, laser metal cutting, and folding. The nesting is created in a manner that is finished and packaged for assembly to minimize the spread of pieces on site.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/eb10050280/08.png" loading="lazy" />
</figure>
<h3 id="span9-how-important-was-shapedivers-web-based-platform-in-making-the-configurator-accessible-to-a-broader-audience-including-public-authorities-and-urban-planners-span">9. How important was ShapeDiver's web-based platform in making the configurator accessible to a broader audience, including public authorities and urban planners?</h3>
<p>ShapeDiver makes it very easy for Grasshopper users with no experience or time to train in web development. The workflow is straightforward because, from the very beginning, you feel confident using the tools. Additionally, the forum and support are quite user-friendly.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/iQCceZk2gZc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="10-one-of-pentauras-goals-is-to-democratize-access-to-advanced-design-technologies-how-do-you-see-this-impacting-education-municipalities-and-smaller-architectural-studios">10. One of PENTAURA’s goals is to democratize access to advanced design technologies. How do you see this impacting education, municipalities, and smaller architectural studios?</h3>
<p>ShapeDiver and similar tools will enable adaptable parametric projects in offices to become accessible to a much broader audience. This can allow useful, rational, sustainable computational design to transcend offices and reach more traditional clients.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/dd23430101/10-1.png" loading="lazy" />
</figure>
<h3 id="span11-what-lessons-did-you-learn-through-your-collaboration-with-coda-shapediver-and-karamba3d-that-might-apply-to-other-interdisciplinary-projects-span">11. What lessons did you learn through your collaboration with CODA, ShapeDiver, and Karamba3D that might apply to other interdisciplinary projects?</h3>
<p>It has been very fruitful to discuss a wide range of technical questions early on so that the development can be better framed. It can happen that you do not entirely know each part, so the earlier you start having technical meetings, the better.</p>
<h3 id="span12-what-are-your-plans-for-the-next-evolution-of-pentaura-are-there-new-features-or-use-cases-you-are-excited-about-eg-structural-feedback-cost-estimation-ai-assisted-design-span">12. What are your plans for the next evolution of PENTAURA? Are there new features or use cases you are excited about (e.g. structural feedback, cost estimation, AI-assisted design)? </h3>
<p>We are definitely interested in the assistance AI can provide to a user to better define the parameters according to a basic description of their specific demands. Additionally, we aim to find good trade-offs and effective combinations.</p>
<h3 id="span13-finally-what-advice-would-you-give-to-architects-or-designers-looking-to-embrace-computational-design-tools-in-their-own-practice-span">13. Finally, what advice would you give to architects or designers looking to embrace computational design tools in their own practice? </h3>
<p>Yes! Enroll in the master <a href="https://www.mpda.upc.edu/" target="_blank">
    <u>MPDA</u>
  </a>that we direct!</p>
<h3 id="excellent-thank-you-very-much-for-all-of-your-time">- Excellent! Thank you very much for all of your time.</h3>
<p>Thank you as well for this chance to share our work.</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://www.coda-office.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>CODA's website</u>
  </a>
  <b>
    <i>and follow them on their social media channels!</i>
  </b>
</p>
<p></p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner: Yves Ebnöther!</title>
  <description><![CDATA[ Swiss industrial designer Yves Ebnöther discusses the intersection of parametric design, sustainability, and digital fabrication in furniture design. He shares insights from his &quot;Stool around the MAK&quot; project, highlighting how platforms like ShapeDiver enhance design adaptability and collaboration. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-yves-ebnoether</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/fca70268ab/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Mar 27, 2025 1:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p>In this interview, we speak with <a href="https://www.linkedin.com/in/yves-ebn%C3%B6ther-0a124218/" target="_self">Swiss industrial designer Yves Ebnöther</a>, who combines parametric design, sustainability, and digital fabrication to create innovative furniture solutions. Yves, who researches and teaches at ZHAW <a href="https://www.zhaw.ch/en/university" target="_self">Zürich University of Applied Sciences</a> and runs his own design studio, discusses how his early inspiration from iconic designs like Hans Coray's Landi chair shaped his approach to material optimization.</p>
<p>We dive into Yves' notable project, <a href="https://www.mak.at/besuch/vermittlung/vermittlung?event_id=1720089773869&amp;vermittlung_id=1720089773850" target="_self">"Stool around the MAK,"</a> exploring how parametric tools like Grasshopper and ShapeDiver facilitate rapid customization and user-friendly manufacturing workflows. Yves emphasizes the transformative potential of technologies such as <a href="https://www.shapertools.com/en-us" target="_self">Shaper Origin</a>, a handheld CNC router that combines traditional manual woodworking with computer-controlled precision, highlighting their role in making precision craftsmanship accessible to beginners and experts alike.</p>
<p>This interview is particularly valuable for designers, architects, and makers interested in understanding how parametric design and digital fabrication tools can drive sustainability and adaptability in furniture production. Yves also shares his vision for integrating artificial intelligence into the design process, paving the way for broader accessibility and innovation within the industry. Let’s dive in!</p>
<p>
  <b>
    <span>1. Hi Yves. Thank you for joining us. Please tell us a bit about yourself.</span>
  </b>
</p>
<p>I'm an industrial designer in Switzerland with a strong interest in digital fabrication. I studied in the UK and now live in Zürich with my wife and son. I teach at ZHAW Zürich University of Applied Sciences at the new Institute for Building Technology and Processes and run an independent office for industrial design and product development.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/6b96139321/01-min.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>2. What first attracted you to furniture design, especially within the context of material optimization?</span>
  </b>
</p>
<p>One of my first icons of Design was the Landi chair by Hans Coray, made from aluminum in 1939. Like many designs of that time, it used material cleverly, which sparked my interest in achieving a maximum effect with the least amount of material possible.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/be4d9a8e88/02.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>3. Can you explain the process behind the "Stool around the MAK" project and how parametric design influenced it?</span>
  </b>
</p>
<p>"Stool Around the World" started as a demonstrator project in Addis Ababa for the university's prototyping laboratory. We used recycled material from the local market. It quickly became clear that it would be beneficial to have a configurator for the design to adapt it to changing material and need parameters. The search for an openly accessible parametric file format led me back in 2010 to the parametric SVG format, then hosted by a FabLab in the Netherlands.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/eb2f8027d3/04-1.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>4. Your MAK workshop used an online application powered by ShapeDiver to translate user inputs into CNC cutting plans. How did Grasshopper parameters balance user customization with manufacturing constraints in this project?</span>
  </b>
</p>
<p>For us, it was very important to be able to adapt the design of a stool or a bench quickly to changing material parameters and user needs. We didn't go very deep into embedding manufacturing-related constraints but integrated some aesthetic considerations into the design definition. Grasshopper was crucial to achieving this.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/a571991f62/03.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>5. Tell us about Shaper and why their Origin machine was also crucial for this stool project.</span>
  </b>
</p>
<p>
  <a href="https://www.shapertools.com/en-us" target="_self">Shaper Origin</a>, for us, is a game-changer technology. It combines manual work like a traditional router with computer-controlled added precision. The process is very easy and safe to learn. It's inexpensive, and even novices can use it competently after half an hour of training, enabling them to create parts with a precision of a 10th of a millimeter.
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/720b7b56a4/05-min.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>6. How do platforms like ShapeDiver help you connect with clients and other experts?</span>
  </b>
</p>
<p>ShapeDiver is a key ingredient because it allows us to publish our parametric designs online and make them accessible to our workshop participants via their smartphones. Furthermore, it allows us to share designs with students, clients, and collaborators regardless of the platform they work on.</p>
<p>
  <b>
    <span>7. When designing parametric systems for non-experts, what safeguards do you implement to prevent invalid inputs while maintaining creative freedom?</span>
  </b>
</p>
<p>In the context of research and artistic exploration, we actually welcome invalid inputs and quirky outcomes, as they illustrate the current limitations of technology and sometimes even lead to new insights.</p>
<p>
  <b>
    <span>8. Your research focuses on mass-producing reuse furniture. How do you bridge the gap between one-off prototypes and scalable production pipelines?</span>
  </b>
</p>
<p>This is a very good question! The honest answer is, we are working on it. It's in the nature of reusing and upgrading furniture to work with smaller production batches than in serial mass manufacture but of course our aim is to apply our findings and methods on a large scale.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/dc76fb1648/08-min.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>9. Looking ahead, where do you see the intersection of parametric design, Grasshopper, and online platforms like ShapeDiver taking the furniture and construction industries, and how do you plan to contribute to that evolution?</span>
  </b>
</p>
<p>Developing intelligent parametric designs in Grasshopper still requires specific knowledge and is quite an investment, especially in working with reused components and recycled materials. A huge thanks to my colleague Edurne Morales, who set up the configurator for our latest projects. In parallel, we are exploring how artificial intelligence can help create parametric designs more easily and in a shorter amount of time, thus enabling more people to harness the incredible power of the technology, especially regarding sustainability.</p>
<p>
  <b>
    <span>- Thank you for taking some time to answer these questions!</span>
  </b>
</p>
<p>Thank you for the interesting questions and the opportunity to share some thoughts!</p>
<p></p>
<hr class="py-2" />
<p>
  <b>
    <i>That's it for this new edition of Designers Corner. Don't forget to visit </i>
  </b>
  <a href="https://ebnoether.com/" target="_self">
    <b>
      <i>Yves's portfolio</i>
    </b>
  </a>
  <b>
    <i>and </i>
  </b>
  <a href="https://www.linkedin.com/in/yves-ebn%C3%B6ther-0a124218/" target="_self">
    <b>
      <i>follow him on LinkedIn!</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Revisiting… Saw &amp; Sew: AI meets Made-To-Order Furniture!</title>
  <description><![CDATA[ Learn how this bespoke furniture brand is using AI to help its customers create unique fabric designs for their products. ]]></description>
  <link>https://www.shapediver.com/blog/revisiting-saw-sew-ai-meets-made-to-order-furniture</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/593bd84feb/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Mar 5, 2025 1:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p>In 2022, <a href="https://www.shapediver.com/blog/getting-to-know-saw-sew-made-to-order-furniture" target="_self">we first sat down with Winston Ferguson</a>, the innovative mind behind <a href="https://sawandsew.com/" target="_self">Saw & Sew,</a> a UK-based made-to-order furniture platform that leverages <a href="https://youtube-nocookies.com/B7wwqEH9FPw?feature=shared" target="_self">Grasshopper</a> and ShapeDiver to bring custom designs to life.</p>
<p>Back then, Ferguson shared how his Canadian roots and entrepreneurial spirit converged to create a business that empowers users to craft bespoke furniture through parametric design. Fast forward to today, and Saw & Sew has evolved significantly, integrating cutting-edge advancements like AI into its workflow. In this latest interview, we explore how these changes have refined the platform's usability and opened new doors for personalization—key priorities for businesses looking to offer powerful online configurators to their users.</p>
<p>Ferguson walks us through Saw & Sew’s journey since 2022, highlighting a leaner frontend, a reimagined backend, and the strategic addition of AI to simplify the user experience. For Grasshopper enthusiasts and entrepreneurs alike, this conversation offers a front-row seat to the practical lessons of integrating AI with parametric design tools. Expect insights into how AI bridges complex design options and everyday users, streamlining customization without sacrificing creativity. From generating input values to envisioning a future of sustainable, made-to-order furniture, Ferguson reveals how Saw & Sew balances innovation with the human touch—a must-read for anyone aiming to harness technology for their own business ventures.</p>
<p>What stands out in this interview is Ferguson’s candid take on AI’s role: a powerful assistant, not a replacement for human ingenuity or coding expertise. He shares actionable advice for entrepreneurs building configurators, emphasizing the importance of understanding user needs and planning for AI’s scalability. Whether you’re a Grasshopper power user or a business owner exploring parametric design, this discussion promises a blend of technical evolution, creative exploration, and forward-thinking strategy—offering a glimpse into how tools like AI can shape the future of personalized production. Let's dive in!</p>
<p></p>
<h3 id="span1-its-been-a-couple-of-years-since-we-last-spoke-what-key-technological-advancements-has-saw-amp-sew-implemented-and-how-have-they-shaped-your-platforms-evolution-span">1. It’s been a couple of years since we last spoke. What key technological advancements has Saw & Sew implemented, and how have they shaped your platform’s evolution?</h3>
<p>I believe we last spoke end of 2022. Since then, key advancements include adopting a leaner frontend with import maps instead of React.js and bundling, redesigning the backend to better integrate how Grasshopper components relate to our models, and integrating AI.</p>
<p>These changes have made the platform far more usable and maintainable. They provide a stronger foundation for new features, and it’s how we were able to add AI.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/5c06706f62/01.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="span2-what-gaps-in-your-original-grasshopper-shapediver-workflow-led-you-to-integrate-ai-and-how-does-it-uniquely-enhance-the-users-design-process-span">2. What gaps in your original Grasshopper/ShapeDiver workflow led you to integrate AI, and how does it uniquely enhance the user’s design process?</h3>
<p>The workflow can quickly overwhelm users with options. Many inputs may be irrelevant to them, or as non-designers, they may not fully understand their importance. This is where AI comes in - an intermediary gathering the necessary data to customize the product effectively.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/7690c8f7c8/02.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="span3-walk-us-through-a-users-journey-with-the-ai-powered-configurator-how-does-it-simplify-or-innovate-compared-to-traditional-parametric-design-tools-span">3. Walk us through a user’s journey with the AI-powered configurator. How does it simplify or innovate compared to traditional parametric design tools?</h3>
<p>The journey starts with a greeting, followed by an AI interaction to generate values, and ends with the user selecting the AI-generated option to apply to the definition.</p>
<p>Customization is a personal process, and parametric design tools are often too complex for most users. AI simplifies the process by reducing friction through a more intuitive interface, and it innovates by streamlining decisions with deeper insights.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube.com/embed/nzplClt8KP8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="span4-how-does-ai-complementrather-than-replacecreative-input-in-your-workflow-are-there-design-decisions-youd-never-fully-automate-span">4. How does AI complement—rather than replace—creative input in your workflow? Are there design decisions you’d never fully automate?</h3>
<p>I find it a powerful tool for discovery and exploration. Creative workflows involve many ideas and iterations, requiring time and resources. Incorporating AI can speed up the process and reduce the resources needed. It’s like using an incredibly fast but inexperienced designer—it’s impressive, and the work has merit, but it’s not yet deliverable.</p>
<h3 id="span5-has-ai-reduced-dependency-on-manual-coding-or-developer-input-in-your-grasshopper-based-pipeline-span">5. Has AI reduced dependency on manual coding or developer input in your Grasshopper-based pipeline?</h3>
<p>No, it has not. I think using AI to write code is very risky. It can get enough right to lower your guard, but closer inspection often reveals serious flaws. Improving code documentation and comments has been helpful.</p>
<h3 id="span6-how-does-your-ai-editor-interact-with-grasshopper-definitions-are-there-specific-parameters-or-datasets-where-ai-adds-the-most-value-span">6. How does your AI editor interact with Grasshopper definitions? Are there specific parameters or datasets where AI adds the most value?</h3>
<p>We use AI to generate input values for Grasshopper definitions, but it doesn’t interact with them directly. Instead, it assists users in creating their designs. Since AI can generate images and text and assist with numerical values, it adds value to interactions that rely on these data types.</p>
<p>Currently, we use AI for images, but we plan to extend it to numerical values. For example, AI could suggest armchair dimensions based on a user's height and waist size.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/7b02da4b91/06.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="span7-what-lessons-from-integrating-ai-into-saw-amp-sew-would-you-share-with-entrepreneurs-building-parametric-design-tools-span">7. What lessons from integrating AI into Saw & Sew would you share with entrepreneurs building parametric design tools?</h3>
<p>If you're building parametric design tools, you've already addressed the most difficult part - you just need to integrate AI into your application so it can interact with users and your design. The algorithms in your definition will still shape the final outcome.</p>
<p>I believe AI works best as a support tool for interacting with parametric design. To reap its value, you need to understand your users and identify where AI can help. For example, for experienced designers, it enables exploration, while for less experienced users, AI may be their primary way of engaging with your definition.</p>
<p>Make sure you don’t leave yourself too exposed if usage exceeds expectations. The experience is novel and easily repeatable, so plan for sufficient interactions before seeing a return.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/9e41b6de12/07.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="span8-how-do-you-see-ai-shaping-your-industry-in-the-years-ahead-and-what-should-new-businesses-be-prepared-for-span">8. How do you see AI shaping your industry in the years ahead, and what should new businesses be prepared for?</h3>
<p>I believe AI can drive mass customization and made-to-order production, reducing inefficiencies and waste in the furniture industry. By bridging the gap between consumers and producers, it can lower carbon footprints and create more sustainable products. This personalization could also make products less disposable - imagine a resurgence of heirloom pieces, like keeping your dad’s chair because it was a one-of-a-kind representation of him.</p>
<p>Be prepared to adapt. This is still a new technology, and how it’s adopted may surprise us</p>
<h3 id="again-thank-you-very-much-for-your-time-winston">- Again, thank you very much for your time, Winston!</h3>
<p>Thank you as well for this opportunity.</p>
<hr class="py-2" />
<p>
  <b>
    <i>That's it for this first edition of Revisiting... Don't forget to visit </i>
  </b>
  <a href="https://sawandsew.com/" target="_self">
    <b>
      <i>Saw & Sew's new website</i>
    </b>
  </a>
  <b>
    <i>!</i>
  </b>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at contact@shapediver.com and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Spring &#39;25 Update | Live Webinar</title>
  <description><![CDATA[ Join us on March 25th to learn about the latest features added to the ShapeDiver platform, including our new Speckle and Shopify integrations. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-spring-25-update-live-webinar</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/02c8b06369/spring-25-update-webinar-flyer.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Sat, Mar 1, 2025 1:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>Join us for the ShapeDiver Spring ‘25 Update Webinar, where we'll showcase our latest major integrations with Speckle and Shopify, plus many of the other newest ShapeDiver developments, such as our AI Agent component for App Builder.</p>
<p>This webinar, which is scheduled to last approximately 60 to 75 minutes, not including Q&A, is aimed at computational designers and/or business leaders who want to learn more about our platform's latest features.</p>
<h2 id="webinar-overview">Webinar Overview</h2>
<figure>
  <ul>
    <li>
      <u>Date:</u> Tuesday, March 25th, 2025.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <u>Time:</u> 9am PDT, 12pm EDT, 5pm CET
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <u>Duration:</u> approximately 60-75 minutes, not including Q&A.
    </li>
  </ul>
</figure>
<blockquote>
  <h3 id="a-hrefhttps-livezohoeu-yyps-1cb-onz-targetself-ugt-click-here-to-register-u-a">
    <a href="https://live.zoho.eu/YYPS-1Cb-OnZ" target="_self">
      <u>&gt; CLICK HERE TO REGISTER</u>
    </a>
  </h3>
</blockquote>
<h2 id="agenda">Agenda:</h2>
<h3 id="upart-1-u-unbspspeckle-optimization-workflow-u">
  <u>Part 1:</u>
  <u> Speckle Optimization Workflow</u>
</h3>
<p>We'll officially introduce our Speckle integration, enabling seamless bidirectional data exchange between Speckle and ShapeDiver Apps. Through this use case, we'll demonstrate several key developments:</p>
<figure>
  <ul>
    <li>
      <b>Speckle Plugin on ShapeDiver: </b>Sync data using Synchronous Send and Receive components.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Secure Authentication Handling:</b> Store API keys and sensitive data with the new Secrets Input component.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Advanced UI tools:</b> Utilize the official Points Input component, enhanced SVG support, and new Python libraries like Plotly for custom graph visualization.
    </li>
    <li>
      <b>Next steps:</b> We'll discuss upcoming ShapeDiver automations directly from the Speckle dashboard.
    </li>
  </ul>
</figure>
<h3 id="upart-2-u-unbspshopify-product-configurator-no-code-just-grasshopper-u">
  <u>Part 2:</u>
  <u> Shopify Product Configurator (No Code, Just Grasshopper)</u>
</h3>
<p>We'll introduce the new ShapeDiver App for Shopify, allowing you to create a fully functional product configurator using only a Grasshopper definition. We'll demonstrate:</p>
<figure>
  <ul>
    <li>
      <b>Advanced App Styling:</b> Customize the layout and styling of Apps using a theme configuration file; match the theme of your website's Shopify template.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Model States:</b> Save and load parameter states within ShapeDiver, Apps, and Grasshopper, enabling seamless order handling in Shopify.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Extended Email Export Capabilities:</b> Send emails to multiple recipients with parameter states and attached exports.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>WooCommerce version:</b> We'll discuss our alternative WooCommerce integration, which includes similar features.
    </li>
  </ul>
</figure>
<h3 id="upart-3-u-u-upcoming-features-amp-enhancements-u">
  <u>Part 3</u>
  <u>: Upcoming Features & Enhancements</u>
</h3>
<p>Besides these core integrations, our team has been working on exciting new features that build upon our previous releases. During this part, we'll cover:</p>
<figure>
  <ul>
    <li>
      <b>New Credit System:</b> It unlocks extended computation times and provides several premium features for most subscriptions.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Tutorials Database:</b> A growing library of resources for users of all levels.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>App Builder Enhancements:</b> Dynamic parameter visualization and attribute management.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>AI Agent Teaser:</b> A preview of our AI Agent widget, which will soon be available in the App Builder.
    </li>
  </ul>
</figure>
<h3 id="upart-4-unbspqampa">
  <u>Part 4:</u> Q&A
</h3>
<p>Last but not least, it's Q&A time! For anyone sticking with us until the very end, this will be your chance to ask us any questions about what we just presented or even things we didn't discuss.</p>
<h2 id="uabout-shapediver-u">
  <u>About ShapeDiver</u>
</h2>
<p>
  <b>ShapeDiver</b> is an online platform that simplifies hosting and sharing Grasshopper files online. It provides the tools and scalable infrastructure to help users transform their library of Grasshopper files into powerful and shareable web applications.
</p>
<p>With ShapeDiver, users can:</p>
<p>- Share the full power of their parametric design files with partners, clients, and other non-technical stakeholders wherever they are while protecting their IP.</p>
<p>- Create online applications that help automate sales, design, and manufacturing processes.</p> ]]></content:encoded>
</item>
<item>
  <title>Inside ShapeDiver: Efficiently Rendering the Text Tag 3D Component via Instanced Meshes</title>
  <description><![CDATA[ A technical deep dive into how the ShapeDiver viewer now efficiently handles large amounts of 3D text. Learn more about the new approach, which is already live and ready to use! ]]></description>
  <link>https://www.shapediver.com/blog/inside-shapediver-efficiently-rendering-the-text-tag-3d-component-via-instanced-meshes</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/b32c6f318f/texttag3d-cover.webp"></enclosure>
  <dc:creator><![CDATA[ Michael Oppitz ]]></dc:creator>
  <pubDate>Fri, Jan 31, 2025 1:00 AM +0000</pubDate>
  <category><![CDATA[ Inside ShapeDiver ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>The performance of rendering the Text Tag 3D component has been something we’ve wanted to improve for a long time. While we knew our solution wasn’t optimal in terms of performance, it worked well enough that we pushed the issue into our backlog. However, with large amounts of text, the performance, both in creating the text and rendering it, became noticeably slow, particularly on lower-end devices. When one of our clients brought up this issue while trying to render a large number of text tags, we knew it was time to find a better solution. We developed an approach that’s relatively simple and works really well, and we’re excited to share it with you!</p>
<h2 id="the-problem-creating-3d-text-fast">The Problem: Creating 3D Text (fast)</h2>
<p>To understand why our new approach was necessary, let me briefly explain the kind of data we transfer, how our old approach worked, and where the bottlenecks were. This will help make our new approach clearer.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1478x775/084e2a4ce9/texttag3d-component.jpg" loading="lazy" alt="Screenshot of Grasshopper canvas showing the Text Tag 3D component." />
  <figcaption class="text-center">
    <i>Screenshot of Grasshopper canvas showing the Text Tag 3D component.</i>
  </figcaption>
</figure>
<p>When the Text Tag 3D component is used in Grasshopper, the ShapeDiver Plugin doesn't do much with the data provided as input. It gathers all that data into an output, and the content of that output is then interpreted by our viewer. This means that the text provided to the Text Tag 3D component is transferred simply as a string, without any geometry created in the Plugin. The advantage of this approach is that the data sent can be kept to a minimum, just the text itself and metadata for positioning, color, etc.</p>
<p>While this approach is efficient for transferring data, the 3D geometry of these tags must be created within the viewer. In our old approach, we used three.js functionality to generate this 3D geometry. Three.js includes a TextGeometry class that can create 3D text from a previously loaded font and some provided options. While this approach works well for many applications, we encountered a few issues that affected performance.</p>
<p>One issue was the creation of the geometry itself. Characters in a font are defined as vector paths, which mathematically describe curves and lines. In three.js, these vector paths are combined into a single shape per character and then extruded. This process can take some time, as some characters are defined by many vector paths. An additional problem arises because curves must be approximated. WebGL only supports primitives like points, lines, or triangles, so any round or curved shape must be approximated using these primitives. Curves are approximated through tessellation, which uses line segments to simulate a curve. These issues impacted the initial loading performance of models.</p>
<p>In addition to the creation of these 3D objects being performance-intensive during loading, the rendering of them can also be affected. As most characters have rounded shapes, these characters, when turned into 3D geometry, become meshes with a high number of triangles. With a lot of text geometry, this can result in a large number of triangles in the scene, which negatively affects rendering performance. This is why some models experienced low FPS while rendering, even though the models themselves, without the 3D text tags, were well-optimized.</p>
<p>To summarize, there are two main problems with the approach we were using:</p>
<p>- The creation of 3D text can be slow, as generating 3D characters takes time.</p>
<p>- The rendering of 3D text can be slow, as the created geometry may contain a high number of triangles.</p>
<h2 id="the-solution-part-1-pre-computing-3d-characters">The Solution - Part 1: Pre-Computing 3D Characters</h2>
<p>Now that I’ve explained the two issues we faced with our previous approach, let me explain how we solved the first one: the slow initial loading of 3D geometry. The solution was fairly simple, we pre-computed the 3D geometry and loaded the characters as needed.</p>
<p>We accomplished this by creating a small internal program that allows us to generate multiple GLB files for all characters defined in a font. This process takes some time, but we only had to do it once, and now those GLB files are uploaded to our servers. In addition to the 3D geometry for each character, we also stored some metadata (such as height, width, horizontal advance, etc.) within the GLBs, which we can later read to construct words and sentences based on the rules of the fon</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1920x1080/a1a7e8779f/texttag3d-precomputed.jpg" loading="lazy" />
  <figcaption class="text-center">
    <i>Screenshot of the GLB with all ASCII characters when loading them all at once. All characters are positioned at the origin to allow for seamless transformations.</i>
  </figcaption>
</figure>
<p>One thing we noticed right away was that a single GLB for all characters could become quite large. So, we decided to split the characters into two separate GLBs: one containing all printable ASCII characters, and the other containing the rest of the characters defined in the font. We only load the larger GLB on demand, when a character is defined in the original font but not part of the printable ASCII set.</p>
<p>With this change, the loading of the 3D geometry became much faster. We only need to download the GLB once, search for the required characters, and combine them into the specified text. This solves the first problem, the slow initial loading, and also sets the stage for solving the second problem, which is the rendering performance.</p>
<h2 id="the-solution-part-2-instancing-of-characters">The Solution - Part 2: Instancing of Characters</h2>
<p>Now that we’ve loaded all the characters we need in the first step, rendering each character separately results in the same performance as before. Once again, for large amounts of text, the rendering performance slowed down significantly.</p>
<p>This is where the concept of instancing comes in. Instancing allows us to use the geometry of a unique character just once and then instance it as many times as needed. The key is that you can supply separate transformation matrices and colors for each instance. This means you can adjust the position, scale, rotation, and color of each instance individually. Instancing works by loading the geometry onto the GPU only once, and then re-using it with the corresponding instance transformation and color. This means that even though the same geometry appears multiple times in the scene, the GPU only needs to store it once, which drastically reduces memory usage and improves rendering efficiency.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1920x1080/56d37f139d/texttag3d-manytags.jpg" loading="lazy" />
  <figcaption class="text-center">
    <i>Screenshot of a model that uses large amounts of text tags without any performance issues.</i>
  </figcaption>
</figure>
<p>Let’s consider an example. Suppose we want to render the sentence, "Hello, this is Michael from ShapeDiver!" If we were to render each character separately, we’d have 35 characters. However, with instancing, we can reduce this to 19 characters, as, for instance, the character “e” appears 4 times in the sentence.</p>
<p>What you can already see from this small example is that the more characters have been processed, the higher the chance that a character has already been used. This is particularly effective when rendering model data that includes numbers. For example, the 10 possible digits are each used once and then instanced multiple times.</p>
<hr class="py-2" />
<div data-test="embedded-video" class="embed-container embed-viewer" data-v-6addaa28="" data-v-fb53d430="">
  <iframe width="100%" height="480" src="https://appbuilder.shapediver.com/v1/main/latest/?slug=text-tag-3d" referrerpolicy="origin" allowfullscreen="" style="overflow:hidden; border-width:0"></iframe>
</div>
<hr class="py-2" />
<h2 id="br-br-limitations-and-future-work">
  <br />
  <br />Limitations and Future Work</h2>
<p>While this approach works very well in general, there is one simple limitation. The best performance is achieved when a single Text Tag 3D component is used in Grasshopper, which contains all the data that needs to be displayed. Using trees in Grasshopper makes it easy to achieve this. Aside from that, there are no downsides to using 3D text.</p>
<p>For instancing, there are more limitations that don’t affect 3D text tags. Since instancing only allows for changes in transformation (position, scale, rotation) and color, its use is quite restricted. While we are considering performance improvements with instancing in other areas of our system, we must keep these limitations in mind.</p>
<p>A potential future improvement could be the implementation of different fonts. Currently, we use the font in Grasshopper to ensure an identical representation in our viewer. However, for other projects, you might want to use a different font. If that’s the case, feel free to reach out, we might be able to find a solution for you in the form of a small project.</p>
<h2 id="conclusion">Conclusion</h2>
<p>To sum up, we’ve implemented a new solution for rendering 3D text tags. We pre-compute the text tags and only load the pre-computed geometry on demand. Once loaded, we use instancing to reduce the number of meshes to an absolute minimum. While none of these approaches are new or groundbreaking, they significantly improve the performance of loading and rendering 3D text tags.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... WAZP: Transforming Supply Chains with 3D Printing!</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-wazp-transforming-supply-chains-with-3d-printing</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/70ac5f2f71/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Sat, Nov 30, 2024 1:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction:</h3>
<p>
  <a href="https://www.wazp.io/" target="_self">WAZP</a> is redefining the possibilities of 3D printing by seamlessly combining sustainability, innovation, and customization. Founded with a vision to integrate 3D printing into everyday life, WAZP is on a mission to create high-quality, locally manufactured products that are accessible and ethically produced. From the scenic west coast of Ireland, the team at WAZP is transforming traditional supply chains, offering custom-made solutions to tackle some of the biggest challenges in the industry, from overproduction to the demand for more sustainable manufacturing.
</p>
<p>In this interview, WAZP shares its journey from a small Irish company founded in 2015 to an international leader in distributed manufacturing. Key milestones include groundbreaking partnerships with industry giants like IKEA and Vivobarefoot, as well as their integration of cutting-edge technology like <a href="https://www.rhino3d.com/" target="_self">Grasshopper</a> and ShapeDiver. These collaborations and tools have enhanced their efficiency and expanded their ability to deliver highly customized products, ensuring customers receive exactly what they envision.</p>
<p>This conversation is a must-read for those interested in the intersection of technology, sustainability, and next-generation manufacturing. Let’s dive in!</p>
<h3 id="span1-can-you-give-us-a-brief-overview-of-wazp-and-its-mission-in-3d-printing-and-additive-manufacturing-span">1. Can you give us a brief overview of WAZP and its mission in 3D printing and additive manufacturing?</h3>
<p>WAZP was founded with the vision of integrating 3D printing into people’s everyday lives. Our approach focuses on creating useful, affordable products, supported by platforms and tools that ensure accessibility. Sustainability is a core value for us; we prioritize ethically sourced materials and durable designs to ensure that our products stand the test of time. Ultimately, WAZP's mission is to provide high-quality, customized, and locally manufactured products that blend innovation with sustainability, making 3D printing a key part of modern living.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/58083dbf3a/01.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://www.wazp.io/wazp-team" target="_self">Our team at WAZP</a> consists of passionate experts in supply, sourcing, quality control, product design, software development, and operations. Together, we have tackled some of the most significant challenges in consumer 3D printing, consistently delivering excellence. Being based on the west coast of Ireland provides daily inspiration for our mission—to transform supply chains through 3D printing for a more sustainable future. This location reminds us of the importance of creating solutions that are environmentally conscious while pushing the boundaries of innovation.
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/941dbbf096/02.jpg" loading="lazy" />
</figure>
<h3 id="2-how-has-wazp-evolved-since-its-founding-in-2015-and-what-milestones-have-shaped-the-companys-growth">2. How has WAZP evolved since its founding in 2015, and what milestones have shaped the company’s growth?</h3>
<p>WAZP has thrived in a rapidly evolving industry marked by continuous innovations and challenges, both from within and from established companies looking to integrate 3D printing into their operations. Key milestones in our journey include partnerships with VivoBarefoot and IKEA. With IKEA, we successfully produced on-demand products while maintaining the cost expectations of their customers. Our collaboration with VivoBarefoot pushed the boundaries further by enabling the production of fully customized goods.</p>
<p>These achievements, along with our unwavering commitment to innovation, sustainability and our founding vision, have positioned us to offer custom, on-demand products using cutting-edge technology.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/f9f686f81e/03.jpg" loading="lazy" />
</figure>
<h3 id="span3-what-are-the-main-industries-wazp-serves-and-what-makes-your-approach-to-3d-printing-unique-in-those-markets-span">3. What are the main industries WAZP serves, and what makes your approach to 3D printing unique in those markets?</h3>
<p>WAZP’s core market is consumer goods, and we have a proven track record of delivering excellence, including supplying companies like IKEA with 3D printed products—a world-first in on-demand 3D printing. Our ambition is to make 3D printing accessible to as many people as possible. What sets us apart is our focus on designing not only products but also affordable solutions tailored to the needs of the end consumer.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/60a00598bd/04.jpg" loading="lazy" />
</figure>
<h3 id="span4-wazp-positions-itself-as-offering-a-distributed-manufacturing-footprint-and-supply-chain-as-a-service-could-you-explain-how-these-features-benefit-your-clients-especially-regarding-sustainability-and-scalability-span">4. WAZP positions itself as offering a “distributed manufacturing footprint” and “Supply Chain as a Service.” Could you explain how these features benefit your clients, especially regarding sustainability and scalability?</h3>
<p>WAZP’s distributed manufacturing footprint allows us to produce products closer to the point of need, reducing transportation costs and carbon emissions. By designing for and leveraging a global network of manufacturing sites, we can offer clients a more sustainable supply chain, minimizing environmental impact while ensuring fast delivery.</p>
<p>By viewing elements of what we do at WAZP in the framework of Supply Chain as a Service mode it enables our clients to scale efficiently without the burden of managing complex logistics. We can handle everything from design and production to fulfillment, allowing businesses to focus on innovation and growth. This approach provides flexibility to respond to demand in real time, ensuring scalability and sustainability as core benefits.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/93e1c50840/05.jpg" loading="lazy" />
</figure>
<h3 id="span5-what-would-you-say-are-wazps-top-three-competitive-advantages-over-traditional-manufacturing-methods-span">5. What would you say are WAZP’s top three competitive advantages over traditional manufacturing methods? </h3>
<p>WAZP’s competitive advantages over traditional manufacturing methods are:</p>
<h4 id="span-on-demand-production-amp-reduced-waste-span">- On-Demand Production & Reduced Waste:</h4>
<p>Unlike traditional manufacturing, which often requires large upfront production runs and can lead to excess inventory, WAZP’s on-demand 3D printing allows for flexible production and production that responds to actual sales. This minimizes waste, as products are only made when needed, contributing to both cost savings and environmental sustainability.</p>
<h4 id="span-design-freedom-amp-customization-span">- Design Freedom & Customization:</h4>
<p>Our 3D printing capabilities enable greater design flexibility, allowing clients to create complex geometries and customized products that would be costly or impossible to achieve using traditional methods. This opens up new possibilities for innovation and product differentiation.</p>
<h4 id="span-local-manufacturing-amp-faster-time-to-market-span">- Local Manufacturing & Faster Time to Market:</h4>
<p>By committing our belief in local manufacturing, we can produce closer to the end consumer, reducing lead times and shipping costs. This model also enables clients to scale globally without investing in costly manufacturing infrastructure, providing greater agility and responsiveness to market demands.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/3fb9657d30/06.jpg" loading="lazy" />
</figure>
<h3 id="span6-youve-been-collaborating-with-vivobarefoot-on-the-vivobiome-project-which-leverages-3d-printing-to-create-custom-footwear-could-you-tell-us-about-your-role-in-the-vivobiome-initiative-and-how-it-aligns-with-your-values-span">6. You’ve been collaborating with Vivobarefoot on the VivoBiome project, which leverages 3D printing to create custom footwear. Could you tell us about your role in the VivoBiome initiative and how it aligns with your values?</h3>
<p>WAZP has been involved in this project with <a href="https://www.shapediver.com/blog/getting-to-know-vivobarefoot:-the-scan-to-production-footwear-revolution" target="_self">Vivobarefoot</a> from the very beginning, choosing to participate because it aligns perfectly with our core values—creating unique, bespoke products that are made locally and with minimal environmental impact. From the outset, we saw a shared vision in Vivobarefoot's commitment to sustainability and innovation, which gave us confidence that together we could tackle some of the major challenges facing the footwear and fashion industries, such as waste and overproduction.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/9b9dfffdc3/07.jpg" loading="lazy" />
</figure>
<p>By leveraging our distributed manufacturing model and on-demand 3D printing capabilities, we’ve been able to help Vivobarefoot explore more sustainable, efficient production methods. This collaboration enables us to significantly reduce waste, minimize excess inventory, and produce products that are not only tailored to consumers but also better for the planet. Together, we’re setting a new standard for how footwear can be designed and manufactured with sustainability at its core.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/1497ced8c1/08.jpg" loading="lazy" />
</figure>
<h3 id="span7-wazp-has-recently-started-working-with-the-rhino-grasshopper-shapediver-tech-stack-how-did-you-come-across-these-tools-and-what-made-you-decide-to-adopt-them-for-your-projects-span">7. WAZP has recently started working with the Rhino/Grasshopper/ShapeDiver tech stack. How did you come across these tools, and what made you decide to adopt them for your projects?</h3>
<p>We discovered Rhino/Grasshopper/ShapeDiver as part of our work with one of our partners who use the same toolchain to generate shoes based on user scans as well as a fit visualiser.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/ba76b96241/09.jpg" loading="lazy" />
</figure>
<h3 id="span8-what-specific-challenges-has-shapediver-helped-you-solve-and-how-has-parametric-design-improved-your-workflows-span">8. What specific challenges has ShapeDiver helped you solve, and how has parametric design improved your workflows?</h3>
<p>ShapeDiver has helped us with three specific challenges.</p>
<p>Firstly, it allows our customers to visualise the final product in real-time based on the parameters they choose. This feature enables us to offer more complex customisation options and provide a richer customer experience. Secondly, once we receive an order with customer parameters, we use Rhino/Grasshopper to significantly reduce the time needed to generate the STL files for 3D printing. Finally, using the same tech stack to visualise our product for our customers and generate our print files allows us to ensure that the product they receive matches what they ordered on our web page.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube.com/embed/R-js055fF78?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="span9-can-you-give-us-some-examples-of-projects-where-youve-successfully-used-the-rhino-grasshopper-shapediver-combination-span">9. Can you give us some examples of projects where you’ve successfully used the Rhino/Grasshopper/ShapeDiver combination?</h3>
<p>Our current project where we’ve used Rhino/Grasshopper/ShapeDiver is <a href="https://custom.wazp.io/" target="_self">a website focused on selling customisable 3D printed consumer products</a>. We spent about a month getting familiar with Rhino/Grasshopper, followed by three weeks integrating ShapeDiver into a web app to manage sales.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/48155b775d/10.jpg" loading="lazy" />
</figure>
<h3 id="span10-looking-ahead-how-do-you-envision-wazps-role-in-the-future-of-additive-manufacturing-and-distributed-production-span">10. Looking ahead, how do you envision WAZP’s role in the future of additive manufacturing and distributed production?</h3>
<p>Looking ahead, WAZP envisions a future where additive manufacturing and distributed production redefine the way products are made and delivered. Our vision is to become a local producer on a global scale, using local materials to manufacture products as close to the customer as possible. This approach not only reduces environmental impact but also enhances efficiency, enabling faster, more sustainable delivery of goods.</p>
<p>We also see the future of additive manufacturing as one where personal products take center stage—where every individual has the ability to create bespoke consumer goods that perfectly fit their needs. By empowering consumers with the capability to customize and personalize, we’re moving toward a world of true product individualization.</p>
<p>Moreover, we are committed to democratizing manufacturing by making cutting-edge production technologies, products, and supply chain solutions accessible to businesses of all sizes. Whether a small startup or a large enterprise, we aim to provide everyone with the tools and technologies needed to compete in an increasingly complex global market. In this way, WAZP is not only shaping the future of manufacturing but also driving a shift toward more sustainable, efficient, and personalized production processes.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/43432c481c/11.jpg" loading="lazy" />
</figure>
<h3 id="span11-what-innovations-or-new-technologies-are-you-most-excited-about-in-the-3d-printing-space-and-how-is-wazp-planning-to-incorporate-them-span">11. What innovations or new technologies are you most excited about in the 3D printing space, and how is WAZP planning to incorporate them?</h3>
<p>At WAZP, some of the most exciting innovations are coming from beyond the traditional 3D printing industry. One standout example is our partnership with Shapediver, which combines a highly flexible supply chain with cutting-edge customization solutions. This collaboration opens up new possibilities for creating fully customized, on-demand products while maintaining efficiency and scalability—something that’s increasingly important in today’s market.</p>
<p>We’re particularly excited about how our growing relationship with Shapediver can integrate the best of both platforms to create truly modern supply chain solutions, offering the flexibility to adapt to changing demands while delivering personalized products. By leveraging this technology, we envision creating supply chains that are not only more efficient but also capable of offering unique, bespoke products to customers on a mass scale.</p>
<p>WAZP plans to continue incorporating such innovations to stay at the forefront of the 3D printing space, ensuring we’re delivering solutions that are relevant for the 21st century—both for businesses seeking sustainable supply chains and for consumers demanding more personalized products.</p>
<h3 id="thank-you-for-this-great-interview">- Thank you for this great interview!</h3>
<p>Thank you as well for this opportunity to share our story.</p>
<hr class="py-2" />
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://custom.wazp.io/" target="_self">
    <b>
      <i>WAZP's website</i>
    </b>
  </a>
  <b>
    <i>and follow them on their social media channels!</i>
  </b>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… RE:Ukraine Villages: Rebuilding Ukraine with Grasshopper!</title>
  <description><![CDATA[ RE:Ukraine Villages is an online constructor created by balbek bureau that simplifies the reconstruction of rural Ukrainian houses with respect for their surroundings. Learn how Grasshopper and ShapeDiver helped bring this online tool to life. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-reukraine-villages-rebuilding-ukraine-with-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/6e3617d7f8/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Nov 14, 2024 1:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="spanintroduction-span">Introduction:</h3>
<p>The <a href="https://villages.reukraine.org/" target="_self">RE:Ukraine Villages</a> project by <a href="https://www.balbek.com/" target="_self">balbek bureau</a>, <b>
    <span>an award-winning interior design and architecture practice from Kyiv,</span>
  </b>is more than just an architecture tool—it’s a bridge to Ukraine’s cultural identity, built for a country in recovery. Using <a href="https://www.rhino3d.com/" target="_self">Grasshopper</a> and leveraging ShapeDiver’s platform for interactive online experiences, this initiative lets users recreate traditional Ukrainian homes while preserving their architectural roots.</p>
<p>The balbek team developed the project after witnessing the devastation in villages across Ukraine, driven by a desire to honor regional heritage in the rebuilding process. The platform combines field research with modern parametric tools, providing detailed digital models of Ukrainian homes that reflect each region’s unique design traditions. From intricate decorative elements to structural variations, users can explore countless configurations designed to keep cultural history at the forefront.</p>
<p>The collaboration between balbek bureau, <a href="https://entireframework.com/" target="_self">Entire Framework</a>, and ShapeDiver has turned RE:Ukraine Villages into a one-of-a-kind configurator that is as accessible as it is impactful. This interview dives into how each partner contributed to the project, the challenges they overcame, and the strategies they used to create an intuitive, meaningful, and uniquely Ukrainian digital tool. We hope you enjoy it!</p>
<h3 id="span1-can-you-tell-us-a-bit-about-your-team-and-your-companys-overall-vision-span">1. Can you tell us a bit about your team and your company's overall vision?</h3>
<p>RE:Ukraine Villages project is initiated and powered by <a href="https://www.balbek.com/" target="_self">
    <u>balbek bureau</u>
  </a>, an award-winning interior design and architecture practice from Kyiv, Ukraine. Our bureau designs commercial, residential and cultural spaces in Europe, America and Asia.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/314add88c2/01_01.jpg" loading="lazy" />
</figure>
<p>Our team is known for thinking outside the box: we <a href="https://www.balbek.com/906-world-balbek-bureau" target="_self">
    <u>turned</u>
  </a>a church in San Francisco into an event venue, created a <a href="https://www.balbek.com/mot" target="_self">
    <u>movable art space</u>
  </a>, and transformed a former military arsenal into a <a href="https://www.balbek.com/kyivfoodmarket" target="_self">
    <u>teeming food hall</u>
  </a>. Our CEO, Slava Balbek, has even traveled to Antarctica to create an <a href="https://www.balbek.com/home-memories" target="_self">
    <u>art installation</u>
  </a>.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/e67431412d/01_02.jpg" loading="lazy" />
</figure>
<p>Before Russia's full-scale invasion of Ukraine, the bureau mostly focused on hospitality and corporate projects; now, we juggle our work and volunteering. Since March 2022, we have been developing a series of social initiatives titled <a href="https://www.reukraine.org/" target="_self">
    <u>RE:Ukraine System</u>
  </a>, and we are proud to have ShapeDiver as our partner.</p>
<h3 id="span2-how-did-the-reukraine-villages-project-originate-and-what-was-its-inspiration-span">2. How did the RE:Ukraine Villages project originate, and what was its inspiration?</h3>
<p>Our CEO came up with this idea after seeing the aftermath of the Russian occupation in the liberated part of the Kyiv region. The Russian forces damaged thousands of private residential buildings, and witnessing this damage made us think about the future of Ukrainian villages. Our team gathered that the rebuilding would happen promptly and with no regard for local design traditions, and this is something we, as architects, wanted to prevent.</p>
<p>RE:Ukraine Villages tool is based on thorough research of each region's design code. Our team examines structural and decorative patterns and presents them in an accessible digital format for people to discover and consider when (re)building their homes.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/35a6a46553/02.jpg" loading="lazy" />
</figure>
<h3 id="span3-could-you-explain-grasshoppers-role-in-the-reukraine-villages-project-and-its-importance-to-its-success-span">3. Could you explain Grasshopper's role in the RE:Ukraine Villages project and its importance to its success?</h3>
<p>RE:Ukraine Villages wouldn’t be possible without Grasshopper. The number of unique house configurations available just for the Kyiv region reached over 200 million. Producing this number of models and drawings manually would be simply not feasible. Even the slightest change in the design would mean we’d have to start from scratch and do so for every new region.</p>
<p>Parametric modeling lets us construct the house using algorithms, patterns, dependencies, functions, and formulas. This makes all the elements of the model interdependent and interchangeable, producing a vast field for variation with just a few clicks.</p>
<p>Grasshopper allows us to be extremely flexible and fast. This tool is not only useful for our users but also aids our design process and helps us test and refine the dimensions of the elements and their combinations, as we frequently notice conflicts between different geometries in the early stages.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/496fc10fb1/03.jpg" loading="lazy" />
</figure>
<h3 id="span4-were-any-specific-grasshopper-plugins-or-tools-particularly-useful-during-the-project-span">4. Were any specific Grasshopper plugins or tools particularly useful during the project?</h3>
<p>One of the biggest bottlenecks in our development process was importing all the necessary geometry from Rhino into Grasshopper, meshing, and internalizing it. For every new region, that is hundreds of breps, their respective 2D projections, and anchor points. For the first region, we manually set all these geometries to separate nodes (ouch), but this method quickly became very painful and tiring.</p>
<p>The greatest optimization happened when we discovered the ”Dynamic Geometry Pipeline” from the plugin “Human,” which imported all our volumes, curves, and points into Grasshopper in one click and let us store them in just one node, which in turn, significantly simplified the task of internalization. Now, any slightest change in the Rhino geometry could be instantaneously updated in Grasshopper. That feels really good! What doesn’t feel good is not being able to find a specific element in an enormous list of flattened data.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/15fda045bd/04.jpg" loading="lazy" />
</figure>
<p>For this reason, we started augmenting all the geometry in Rhino with Key/Value attributes describing its category (porch, window, etc), material (timber, brick), size, variation, etc. Then, having imported the geometry into Grasshopper and reading its attributes using Human’s “Object Attributes,” we constructed a data tree where every data tree path to some particular geometry was composed of its enumerated attribute values. Read: hash table in Grasshopper.</p>
<p>Finding the right element became as easy as listing the desired values of the geometry attributes, turning them into a path, and extracting the right branch from the data tree. We constantly have to keep in mind that our application has to run on the web and it has to run fast. Being able to efficiently import, store, retrieve the selected elements, and quickly combine them into a house drastically improved the user experience.</p>
<h3 id="span5-can-you-describe-the-workflow-starting-from-the-initial-field-research-to-the-digital-modeling-phase-span">5. Can you describe the workflow, starting from the initial field research to the digital modeling phase?</h3>
<p>First, our researchers would go on field trips to take photos and measurements and talk to locals. At the same time, another group of researchers would make the most out of online resources, such as marketplaces, where they might come across house-for-sale ads containing photos and floor plans. We’re also glad when local experts and academics take the initiative to guide us through the region's historical background. Once all the materials find their way to Google Drive, our architects switch to the Miro board and start the analysis and pattern identification.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/5c5ba763bf/05_01.jpg" loading="lazy" />
</figure>
<p>The final selection of decorative elements for every region is usually composed not of the most vibrant or sophisticated but of the most prevalent and characteristic elements in the respective area. 5 is usually the limit on the number of element variations we include in each step to make the configurator as millennial-friendly as possible. Gradually, the final elements materialize from photos to 2D drawings and then 3D models, which are later imported into Grasshopper and combined by pure computational magic into a traditional Ukrainian village house.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/b77324139f/05_02.jpg" loading="lazy" />
</figure>
<p>The last move before taking it online is to describe the available steps in the configurator and the restrictions on possible element combinations to our team of web developers, <a href="https://entireframework.com/" target="_self">
    <u>Entire Framework</u>
  </a>, to ensure the right structure of steps and available buttons.</p>
<h3 id="span6-what-role-does-shapediver-play-in-the-reukraine-villages-project-and-how-does-it-enhance-the-user-experience-span">6. What role does ShapeDiver play in the RE:Ukraine Villages project, and how does it enhance the user experience?</h3>
<p>In all fairness, we haven’t ever encountered any alternative to ShapeDiver. It’s an absolutely unique and incredible tool. We wouldn’t know how to bring our project to life without it.</p>
<p>When we talk about culture, it’s all about the story and the feelings, especially during the war when Russia is actively trying to annihilate our identity. By building this online configurator, we wanted to give people an opportunity to rediscover a part of their lives that may have been forgotten, unnoticed, or never closely analyzed because of how habitual and mundane it has become. The objects around us have so much beauty and history behind them only if we stop and pay attention.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/659a7e0cf2/06_01.jpg" loading="lazy" />
</figure>
<p>The magic lies in the very interactive experience that ShapeDiver provides. You feel like you’re not only observing a static image or drawing as if you were in a museum but actively participating, almost joining a game. By making a conscious choice on every step, experimenting, looking at the building from different angles, you’re paying way more attention to the details than you would if you were merely passing by another stand or turning another page of a book. You’re in a discover mode.</p>
<p>Apart from fun, ShapeDiver also enables us to provide a tangible result – a PDF with custom drawings for your specific house and complete documentation on every element in the region's selection for further examination (and even some easter eggs in the end). The newly customized house now feels closer to reality than ever. You designed it! Now, it’s part of you!</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/475d38a60d/06_02.jpg" loading="lazy" />
</figure>
<p>We’ve received multiple messages on our Instagram profile from people sharing their emotions after assembling a house reminiscent of their grandmother's dwelling from childhood. Some of them even went on to repaint their houses inspired by our selections of color palettes.</p>
<h3 id="span7-how-does-shapediver-contribute-to-making-parametric-design-accessible-to-a-broader-audience-beyond-just-architects-and-designers-what-strategies-ensured-non-experts-can-easily-use-the-reukraine-villages-tool-span">7. How does ShapeDiver contribute to making parametric design accessible to a broader audience beyond just architects and designers? What strategies ensured non-experts can easily use the RE:Ukraine Villages tool?</h3>
<p>Our mission was to create a tool accessible to users from various backgrounds regardless of their technical proficiency, familiarity with architectural terminology, or artistic skills. Needless to say, we expected our interest group to largely consist of elderly people living in villages.</p>
<p>Architects should make all the tough decisions and then present the solutions in the simplest way possible. First, we ensured that the selection of elements was large enough to satisfy the need for variety but not too broad to overwhelm and demotivate. Clearly defined intuitive steps, big buttons with easily distinguishable visuals, color accents, and clarifying notes where necessary are designed to make the process as smooth and natural as possible.</p>
<p>On every step, the geometry that’s being selected is accentuated in dark grey to avoid any ambiguity in naming for people who haven’t casually taken a class on building components in ancient Greek architecture. The camera zooms in and out as well. The flexibility of Grasshopper and the broad capabilities of ShapeDiver made realizing these ideas not just easy but also enjoyable.</p>
<h3 id="span8-did-you-face-any-particular-challenges-during-the-development-phase-if-so-how-did-you-overcome-them-span">8. Did you face any particular challenges during the development phase? If so, how did you overcome them?</h3>
<p>We started with little to no knowledge or skills in coding and made way more unintelligent mistakes than we’d like to admit. Apart from figuring out how to code the entire application in Grasshopper, we also had to find the most optimized method to do so while taking into the account the ShapeDiver rules and capabilities.</p>
<p>It wouldn’t be an overstatement to say we owe our success to ShapeDiver’s YouTube channel. There, we learned pretty much everything we needed to know about modeling, optimization, meshing, PDF generation, and much more. These materials provided solutions to some of our most pressing issues, especially regarding PDF formation.</p>
<p>Initially, we used to send dozens of fairly complex elements through the Make2D function to create our facade drawings, which sent our computing times into the stratosphere for what usually ended up not being the highest quality result. The suffering was eased when we found the ShapeDiver tutorial on keeping the respective 2D projections in a separate list and retrieving the ones to be seen in the selected configuration. This way, we increased our control over the resulting drawings and drastically cut the computing times.</p>
<h3 id="span9-how-did-balbek-bureau-shapediver-and-entire-framework-collaborate-what-strategies-were-used-to-manage-communication-and-ensure-seamless-design-and-technology-integration-span">9. How did Balbek Bureau, ShapeDiver, and Entire Framework collaborate? What strategies were used to manage communication and ensure seamless design and technology integration? </h3>
<p>It’s safe to say we were on the same page regarding the design concept from the start, so all communication leading to design decisions involved just a couple of Figma iterations. We knew we wanted a simple yet catchy interface that different age groups could use.</p>
<p>Internally, we used messengers for instant communication, held weekly meetings to sync on the timeline and discuss blockers, and relied on simple management software to align teams. Specs-wise, our configurators have a lot of related logic, such as 'don't display parameter Y if parameter X was selected in the previous step', so for each region, we compose a specification document to describe these limitations for the frontend team.</p>
<p>Because our configurators are quite complex in terms of logic and contain different parameter types, the main strategy for integrating the configurator was to get it in front of humans for testing as fast as possible, allowing us to iterate quickly. We gathered groups of testers through messengers, both from the professional field and outside of it, which allowed us to gather feedback based on real use cases and predict almost any potential future bug.</p>
<p>We also added a bug report contact and a feedback form on the site to collect any additional input.</p>
<p>The ShapeDiver team helped us significantly during the model optimization stage, resulting in a drastic reduction in computational time. We primarily communicated via email and held several dedicated calls to share ideas for making the configurator as smooth as possible. We also used the ShapeDiver forum to pass knowledge to future builders.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/dd924eceee/09.jpg" loading="lazy" />
</figure>
<h3 id="span10-how-scalable-is-the-reukraine-villages-project-and-do-you-have-plans-to-expand-it-to-other-regions-or-architectural-styles-span">10. How scalable is the RE:Ukraine Villages project, and do you have plans to expand it to other regions or architectural styles?</h3>
<p>We made a great effort to automate and optimize all the possible steps in the region's development to process and release them faster without losing quality or depth. The plan is of course to cover the entire territory of Ukraine and to make it fast. While we’re looking for funding and new partnerships for the RE:Ukraine Villages project, we’re simultaneously employing our newly gained skills and expertise to build a different configurator, this time for prefabricated modular buildings inspired by our RE:Ukraine Housing project.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/639904e9b0/10.jpg" loading="lazy" />
</figure>
<h3 id="span11-what-do-you-see-as-the-future-of-computational-design-in-architecture-especially-in-projects-focused-on-cultural-heritage-and-preservation-span">11. What do you see as the future of computational design in architecture, especially in projects focused on cultural heritage and preservation?</h3>
<p>Everything that concerns cultural heritage and preservation should be very personal and addressed in a case-to-case manner. Computational design is something we came to naturally from how our goal was formulated, but it might not be the best solution for a different problem.</p>
<p>Yet, there are many technological developments that look promising but need a fair amount of testing. Currently, we’re collaborating with some technical universities in Ukraine that develop custom LoRA models for Stable Diffusion so that we can generate images in the style of our studio. At the same time, we’ve been working on an R&D project called RE:Ukraine Vision, which would allow a user to take a photo of a destroyed building and generate a vision of its reconstruction. Such tools could potentially be used in the early stages of communicating with the customer or the stakeholders to rapidly and effortlessly test a batch of ideas.</p>
<p>A bit further away from culture, equally exciting innovations are happening in the development realm with projects like Finch, Delve from Google’s Sidewalk Lab, Space Syntax, Bonava, and many others. They all are developing generative design tools that allow architects to focus less on designing to comply with building regulations and more on planning to achieve the necessary metrics that actually improve and simplify our lives.</p>
<h3 id="this-truly-an-amazing-project-thank-you-very-much-for-your-time">- This truly an amazing project. Thank you very much for your time!</h3>
<p>Thank you very much to the ShapeDiver team for helping us throughout this process.</p>
<hr class="py-2" />
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://villages.reukraine.org/" target="_self">
    <b>
      <i>RE:Ukraine Villages </i>
    </b>
  </a>
  <b>
    <i>and follow </i>
  </b>
  <a href="https://www.balbek.com/" target="_self">
    <b>
      <i>balbek bureau </i>
    </b>
  </a>
  <b>
    <i>on their social media channels!</i>
  </b>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Vivobarefoot: The Scan-to-Production Footwear Revolution!</title>
  <description><![CDATA[ Pete Davis, Vivobarefoot&#39;s Computational Systems Lead, shares how the company is transforming custom-fit footwear with their new VivoBiome line by leveraging advanced tools like Grasshopper, ShapeDiver, Volumental, and Balena to push the limits of personalized shoe design. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-vivobarefoot-the-scan-to-production-footwear-revolution</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/377c4d7419/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Oct 30, 2024 1:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction:</h3>
<p>In footwear design, innovation rarely comes from following the beaten path. <a href="https://www.linkedin.com/in/pete-in-tech/" target="_self">Pete Davis</a>, Vivobarefoot's Computational Systems Lead, has crafted an incredible journey—from professional breakdancing to pioneering breakthroughs in computational design for footwear. In this interview, Pete shares how his unconventional background has shaped his fresh perspective on footwear, leading to groundbreaking projects at Vivobarefoot's innovation hub, BIOME.</p>
<p>With <a href="https://vivobiome.vivobarefoot.com/" target="_self">the introduction of the VivoBiome line</a>, Vivobarefoot is pushing the limits of what custom-fit shoes can be. By leveraging advanced 3D scanning, AI, and parametric modeling, they are rewriting how shoes are designed, manufactured, and fitted. Pete dives deep into the computational tools and systems driving this revolution, from Grasshopper scripting to ShapeDiver's powerful scalability, as well as <a href="https://volumental.com/" target="_self">Volumental's advanced 3D scanning technology</a> and <a href="https://balena.science/pages/our-materials" target="_self">Balena's innovative compostable materials</a>, giving a behind-the-scenes look at the new frontier of personalized footwear.</p>
<p>This conversation with Pete Davis is a must-read for anyone interested in computational design, 3D printing, or the power of rethinking traditional industries. His insights highlight not only the challenges but also the immense opportunities in applying advanced digital tools to solve very human problems—like making a pair of shoes that fits just right.</p>
<h3 id="1-whats-your-role-in-the-company-can-you-tell-us-about-your-background-and-how-it-led-you-to-innovate-footwear-design">1. What’s your role in the company? Can you tell us about your background and how it led you to innovate footwear design?</h3>
<p>My name is Pete Davis, and I’m Computational Systems Lead at <a href="https://www.vivobarefoot.com/" target="_self">Vivobarefoot</a>.</p>
<p>My career path has been quite unconventional. I left school to become a professional breakdancer, representing England for 17 years. After that, I transitioned into model making for architects and eventually founded my second company, specializing in computational design for 3D printing, AR, and VR. I sold the company to a client, ECCO Shoes, and helped establish their in-house innovation lab, ILE.</p>
<p>Not having any prior knowledge of footwear design actually worked in my favour, allowing me to approach the challenges with fresh eyes. Footwear is a fascinating field due to the deceptive complexity of designing around such malleable, force-dynamic, double-curved objects in multiple environments.</p>
<p>Unlike explaining the depth of computational design projects in architecture or aerospace, footwear is something everyone can relate to because we've all experienced discomfort from ill-fitting shoes. This makes the problem space instantly accessible and a fun problem to work on.  </p>
<p>Fell in love, married, and moved to Germany. I then focused on automating bespoke products through AI-based engineering, working for some leading companies that were working on new geometry kernels. This, with my past, caught the attention of VIVO, who was a client at the time. They brought me on board to lead their Computational Systems at BIOME (innovation department), where we’re pushing the boundaries of what footwear can be by leveraging parametric modeling and questioning traditional design norms. I'm excited to share more about our latest project today, which exemplifies this approach.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/dc241fa5fb/01.jpg" loading="lazy" />
</figure>
<h3 id="2-can-you-tell-us-a-bit-about-vivobarefoot-and-the-philosophy-behind-your-minimalist-footwear-how-does-vivobarefoots-approach-to-footwear-differ-from-other-brands">2. Can you tell us a bit about Vivobarefoot and the philosophy behind your minimalist footwear? How does Vivobarefoot's approach to footwear differ from other brands?</h3>
<p>
  <a href="https://www.vivobarefoot.com/" target="_self">Vivobarefoot</a> is a pioneering brand in the minimalist footwear industry. It is known for its commitment to creating shoes that promote natural foot movement and improve overall foot health. The philosophy behind Vivobarefoot's footwear is rooted in the belief that the human foot is inherently strong and capable and that traditional footwear, with its thick soles and restrictive designs, often hinders rather than helps the natural function of the feet. This thinking ensures its shoes enhance mobility, strength, and natural movement by incorporating several key design principles:
</p>
<p>1. Thin, flexible soles for enhanced ground feel and natural flexibility.</p>
<p>2. A wide toe box that allows natural toe splay and improves mobility.</p>
<p>3. Zero-drop design that promotes natural foot positioning and reduces joint impact.</p>
<p>4. Lightweight construction that reduces fatigue and increases agility.</p>
<p>5. The absence of arch support or excessive padding to encourage foot strengthening and natural foot function.</p>
<p>6. Use of durable and responsive materials that are sustainable and adaptable to various terrains.</p>
<p>7. Educational resources to guide users in transitioning safely to minimalist footwear.</p>
<p>8. Continuous innovation based on biomechanical research and testing to refine shoe designs in alignment with natural foot function and the latest scientific findings.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/d8c241c367/02.jpg" loading="lazy" />
</figure>
<h3 id="3-how-has-introducing-the-vivobiome-line-revolutionized-the-concept-of-custom-fit-footwear-what-did-you-improve-compared-to-previous-approaches">3. How has introducing the VivoBiome line revolutionized the concept of custom-fit footwear? What did you improve compared to previous approaches?</h3>
<p>
  <a href="https://vivobiome.vivobarefoot.com/" target="_self">The introduction of the VivoBiome line</a> has revolutionized custom-fit footwear by utilizing three key pillars that are not normal in current footwear production.
</p>
<p>1. Advanced 3D scanning technology,</p>
<p>2. Developments in manufacturing</p>
<p>3. A systems-driven computational approach to each foot.</p>
<p>If we start with just the traditional industrial production of shoes, every shoe is built around a Last. This shoe-shaped object is usually design or product-centric, leading to some aesthetically pleasing forms but functionally detrimental mechanics for the health of your feet.</p>
<p>This is evident in most sports shoes, with narrow toe boxes leading to toe compression problems later in life. Bunions are especially prevalent in women's feet due to their extremely high heel-toe shapes.</p>
<p>Vivo's main range of Lasts aims to address this with larger toe boxes and many other fit-form functions of the shape. At VivoBiome, we take this a little further, leveraging the data we can capture from thousands of foot scans and how we analyze and parse all the data.</p>
<p>For example, each person after scanning now has a VIVO foot health score. Within this score is an array of metadata we can filter from our data centers. We can pull up all scans within a certain heel-to-toe length and filter out if these people have low arches, bent toes, and minimal angle roll. We are left with a subset of scans that we use to build a new data-driven Last shape.</p>
<p>All of the Lasts made at VivoBiome are foot-centric shapes first. This is simple but exceptionally different for the footwear industry.</p>
<p>We aim to eradicate the use of Last altogether, which is unheard of. The computational system we have built allows us to do this, and I will elaborate on it later.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/5d97b1ec1b/03-2.jpg" loading="lazy" />
</figure>
<h3 id="4-what-role-do-advanced-scanning-and-ai-technology-play-in-creating-the-vivobiome-shoes">4. What role do advanced scanning and AI technology play in creating the VivoBiome shoes?</h3>
<p></p>
<p>We have designed all workflows to be foot-centric, so the core of all algorithms needs to be the most accurate and user-friendly process. After evaluating the market for potential partners, we found that <a href="https://volumental.com/" target="_self">Volumental excels in many areas</a>. They specialize in developing technology for 3D scanning and custom fitting solutions in footwear. Their seamless integration of fast, precise 3D foot scanning with AI-powered recommendations and insightful data sets them apart.</p>
<p>We have two ways to scan your feet: an in-store experience with bespoke hardware for us or software utilizing the latest in photogrammetry.</p>
<p>In both cases, the result is a mesh representation of each foot derived from thousands of scans using machine learning. We then orient and analyze the scan with our proprietary software.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/06d3c98d04/04.jpg" loading="lazy" />
</figure>
<h3 id="5-how-has-using-grasshopper-and-shapediver-contributed-to-the-innovation-and-customization-of-vivobarefoot-products">5. How has using Grasshopper and ShapeDiver contributed to the innovation and customization of Vivobarefoot products?</h3>
<p>As mentioned above, all analytics and foot health scores are parsed and processed using Grasshopper. This can all be done on a local machine if we are making custom lasts for a subset of people, but if we want to address making footwear for every foot, we need to think of a system that is so far removed from Last and human bottlenecks. Essentially, we need to automate the whole creative approach and democratize the creation process for our designers and, in turn, our clients. A great quote from Oren Harari is:</p>
<blockquote id="the-electric-light-did-not-come-from-the-continuous-improvement-of-candles">"The electric light did not come from the continuous improvement of candles."</blockquote>
<p>The amendment of the Last was a new candle. The electric light bulb moment for VivoBiome was the creation of our patented process, which removes all human elements and automates fit for a digitally foot-centric approach. It all starts with how humans break down the workflow in traditional manufacturing.</p>
<p>Design intent comes first, and then a CAD engineer usually needs to realize this intent. The CAD engineer needs to talk next to manufacturing. The machinist will usually want amendments due to reality's limitations, and last, the material scientist's idea of what we can pump into the machines. Each stage creates human feedback loops in how they want to optimize or amend the true intent of the product. We start by distilling all the knowledge and opinions into code and flipping this hierarchy backward. Material, Hardware, Software, and Design.</p>
<p>We start with the constraints of how the material and hardware work in synergy, then feed these into robust software that the designer can always play in. The result is always a manufacturable product exported in native code for the chosen hardware. If we focus more on one of the workflows for the compostable Biome Moccs.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/4543f26412/05-1.jpg" loading="lazy" />
</figure>
<p>- Material: <a href="https://balena.science/pages/our-materials" target="_self">Balena</a>
  <a href="https://balena.science/pages/our-materials" target="_self">
    <b>
      <span>BioCir</span>
    </b>
  </a>
  <a href="https://balena.science/pages/our-materials" target="_self"></a>
</p>
<p>- Hardware: FDM</p>
<p>- Software: GH + enhanced dependencies</p>
<p>- Design: Browser with ShapeDiver</p>
<p>The intent is an environment where the designer at vivo or client can analyze their foot and make design amendments without breaking the system. Export native gcode, never boundary representations. If you look closer, you will notice that for Balena, we use no Last but use data that the user can control to infer fit. Localized deformation that doesn't break the wall thickness of the constraints listed in material and hardware parameters. This equals almost shrink-wrapped footwear (not the Rhino 8 function) to your deformed fitted digital scan.</p>
<p>All of our shoes at Biome are created from just three images. These images affect elements like tread algorithms. This is majorly important to us, as accessibility allows all users to create, even our clients.</p>
<p>Again, extract the human element out of the process. The computational designer or CAD engineer can sometimes be the issue. They are so deep in understanding 3D that we can't bring every client up to speed on 3D design changes, but everyone can do 2D and draw on templates to make their perfect shoe.</p>
<p>As mentioned in my experience above, I've worked on many geo kernels in the past, and sometimes, it feels like your hands are tied to the functions and environment in which you can work.</p>
<p>Grasshopper's development and maturity of functions are unmatched compared to other software. This allows us to think more deeply about what geometry we want to manipulate and transition between established geo types to achieve our goal, always keeping in mind the speed of execution of the script, as this can hinder a user's workflow.</p>
<p>Nodes are a great start, but they can slow all workflows down. We tend to program headless and incorporate multiple libraries to create an unbreakable workflow. Then, port this back to GH to leverage ShapeDiver for the front-end accessibility. With this new system thinking, the code we have written over the last few years has greatly affected Vivo. We can make design amendments in browsers via images or get clients to analyze their fit preferences and update the show around their feet in seconds.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/a45c7943b8/05-2.jpg" loading="lazy" />
</figure>
<h3 id="6-what-benefits-did-shapedivers-technology-provide-in-developing-the-vivobiome-line">6. What benefits did ShapeDiver's technology provide in developing the VivoBiome line?</h3>
<p>We benchmarked many SaaS services for porting the workflow online. Three elements were really needed to ensure we could rely on letting our customers interact with the code we had created.</p>
<h4 id="spansecurity-span">Security </h4>
<p>If you dare imagine the transition and protection of user data between multiple APIs and data centers, all our data is encrypted until the physical product is delivered. However, many SaaS offerings break this by keeping data on their end. With our ShapeDiver dedicated system, we are fully in control of how we utilize this cloud infrastructure.</p>
<p>Isolated environments for each user, minimizing the risk of data breaches and ensuring that proprietary designs and parameters remain confidential.</p>
<h4 id="spancomputational-speed-span">Computational Speed</h4>
<p>We found that ShapeDiver significantly enhances computational speed by utilizing cloud-based processing to handle the complex calculations involved in running our scripts. Resulting in faster performance and the ability to manage more intricate and resource-intensive designs. The cloud instance can scale computational resources dynamically, ensuring that models run efficiently even when dealing with large data sets or complex vivo designs. A great example of this we used for our SaaS benchmark was a visual representation of marching cube iso meshes. These can usually result in slow render times, but I have no idea how SD has ported this so well to OpenGL.</p>
<h4 id="spanscalability-span">Scalability</h4>
<p>This is a big one. There was a limit to using our own servers or changing Rhinos Hops, and I didn't want to sink time into coding SD's offering. Queuing management spreads the processing of multiple scripts efficiently, ensuring that computational resources are used effectively while maintaining reliable performance. This is key if we have multiple users analyzing scans all at the same time. Load balancing and support of asynchronous processing are major bonuses for us. In short, ShapeDiver sped up our product to market.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/1888fe6f52/06.jpg" loading="lazy" />
</figure>
<h3 id="7-apart-from-vivobiome-was-shapediver-useful-for-tackling-other-challenges-at-vivobarefootnbsp">7. Apart from VivoBiome, was ShapeDiver useful for tackling other challenges at Vivobarefoot?</h3>
<p>The products we have released are really the tip of the iceberg. Many I can't talk about yet, but all are ported to SD and accessible via an online script for in-house and Vivo customers.</p>
<p>One story that SD really impacted is the development of the Last production.</p>
<p>Normally, footwear is more of an art than a science, so all last measurements are done using physical methods that can result in mixed results due to the non-planar nature or rotation of the Last shape. Biome’s task was a simple script: take two lasts and compare the differences between them, measurements, etc. This could be a great little script on a local machine, but really, I, along with the ego of CAD/computational engineers, was the issue.</p>
<p>I'm the experienced bottleneck for vivo colleagues and the Last manufacturer to make sure we are getting what we want.The script was ported to a test website and used SD Iframe for all the parameters. It was exported as a PDF with cut-throughs and multiple key data points. The result was that non-3D people scrutinized our Lasts and accelerated the process of getting to the best Last for normal business at Vivo.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/b07cc1629d/07.jpg" loading="lazy" />
</figure>
<h3 id="8-can-you-describe-the-customer-experience-from-scanning-their-feet-to-receiving-their-custom-fit-vivobiome-shoes">8. Can you describe the customer experience from scanning their feet to receiving their custom-fit VivoBiome shoes?</h3>
<p>After signing up at our store or from the comfort of your own home, you will be guided seamlessly on one website through each stage we need to get your custom Biomes.</p>
<p>First, scan. If you are scanning from home, all you need is an A4 sheet of paper. This data is then stored on our back-end system and linked with our next step.</p>
<p>We did all web development UI in-house but linked it to ShapeDiver's back-end power. We call this stage the fit visualizer. Here, you can see your scans and assess the health measurements of your feet. Then, you can flick between different pre-made designs or traditional footwear that we sell.</p>
<p>With each choice, you can see how your foot fits in the shoe in full 3D. We also use Grasshopper to deform the shoe to fit the foot scan based on the material of each part of the shoe, something I've not seen before.</p>
<p>From here, users can choose what design or parameters they want to be changed on the bespoke footwear, such as tread types, logo design, or localized fit amendments.If the user has chosen Balena or our conformal offerings that are fully 3D printed, then the user can amend all elements on their foot. If you want to make a sandal, amend the input image template, and bang, you have it. Clients' cost calculations and environmental impact scores all update accordingly. Finish, and all files will be sent in native code to our data center and then to localized production.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/af539a152d/08.jpg" loading="lazy" />
</figure>
<h3 id="9-how-do-you-ensure-that-the-3d-printed-shoes-maintain-both-performance-and-appearance-can-you-discuss-the-materials-and-technology-used-in-creating-your-compostable-shoes">9. How do you ensure that the 3D-printed shoes maintain both performance and appearance? Can you discuss the materials and technology used in creating your compostable shoes?</h3>
<p>I will jump back to the Material, Hardware, Software, and Design philosophy.</p>
<p>Once all deformation changes have been made to the scan, we build the shoe from there using multiple techniques.</p>
<p>Material offsets concerning Balenas bio material <b>
    <span>BioCir</span>
  </b>are always multiples of the FDM nozzle diameter used, and some changes that I won't go into.</p>
<p>As we are working at such a low level in regards to geometry linked to open vdb fields, we can manipulate the temperature of the nozzle in Gaussian local transitions across one slice of the build. Higher temperatures create a more rigid area; lower temperatures, for example, are used on the upper of the shoe.</p>
<p>The result is a uniformly offset wall thickness from the foot with meta changes that affect the performance of the footwear. Balena’s <b>
    <span>BioCir</span>
  </b>is a groundbreaking bio-based material designed to degrade naturally in soil, providing an eco-friendly alternative to traditional plastics. Made from renewable, non-toxic ingredients, BioCir breaks down quickly under natural conditions, converting into carbon dioxide, water, and biomass without leaving harmful residues.</p>
<p>This allows Vivo to create new business models to leverage the product's life cycles. We also have the option to send the shoes back, and we can remake the new pair or design one from the same material.</p>
<p>At vivo we started to think and implement, “Made to be Remade”.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/7aa8dfe00d/09.jpg" loading="lazy" />
</figure>
<h3 id="10-what-impact-do-you-hope-the-compostable-shoe-will-have-on-the-footwear-industry-and-environmental-sustainability">10. What impact do you hope the compostable shoe will have on the footwear industry and environmental sustainability?</h3>
<p>The compostable shoe made with Balena’s BioCir material has the potential to revolutionize the footwear industry by setting new standards for sustainability and innovation. By replacing traditional, long-lasting plastics with BioCir’s compostable, bio-based material, the industry can significantly reduce plastic waste and lower its carbon footprint. Footwear being one of the largest contributors to waste in the design industry.</p>
<p>This shift supports the transition to a circular economy, where products are designed to return to the environment safely and efficiently. Additionally, BioCir's use encourages broader adoption of eco-friendly materials, appeals to environmentally conscious consumers, and helps preserve ecosystems by preventing soil and water pollution. These long-chain polymers are really prevalent across materials for 3d printing, so to see companies like Balena spearhead this movement is great. Overall, this advancement could drive meaningful change in how footwear is designed and manufactured but also inform the customer that this is possible and affect change for customer-driven demand. Vivos clientele are usually environmentally minded, so this has already affected the intent of what we want to achieve and amend with this product.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/d0ad513222/10.jpg" loading="lazy" />
</figure>
<h3 id="11-how-do-you-see-the-future-of-footwear-evolving-with-the-integration-of-3d-printing-and-custom-fit-technology">11. How do you see the future of footwear evolving with the integration of 3D printing and custom-fit technology?</h3>
<p>We are one of many people trying to crack this problem. People have been really failing fast since the mid-2000s for 3D printed products for footwear. This knowledge has really shaped our approach, but many of the core pillars of our patented process have been from failing in very granular areas of the workflows that unlock light bulb moments that make everything else easier.</p>
<p>A good example of this is the orientation of the foot scan before all other functions. Seems simple, but usually, the simplest things for humans to do are the hardest in code. We now have a robust methodology that was inspired mainly by shoemaker patents from the 17th century. A lot of companies are offering 3D printed elements, inlays to a full shoe. The majority of these are pre-designed objects in a range of foot sizes, again all human-driven problems that the design has to jump through to make it printable. Mostly made in CAD/VR iteration until it's printable. This is kinda like the traditional method of making footwear anyway, but just printed. So when mentioning a company does fit, it's just fit on a small premade range level. it’s never linked or built just from a foot scan. If a foot scan its just matching your dimensions to work that's been done before. In my opinion, custom fit should be tailor-made for you, with every stitch calculated and every tread component linked to your data. Biome, in my opinion, is this now! Such an exciting time.</p>
<p>The best part is our method is only strengthened by the software paradigm. When we amend each update, all fits will only get more accurate.</p>
<p>We are agnostic to the input scans or the output for the native code, so quickly changing how the new material will act to fit with design changes is achieved at a rapid pace in contrast to normal production. In essence, every element in our hierarchy is linked to the best barefoot fit you can achieve with your data.</p>
<h3 id="12-whats-the-future-of-the-grasshopper-ecosystem-in-the-3d-printing-space">12. What’s the future of the Grasshopper ecosystem in the 3D printing space?</h3>
<p>Grasshopper has so many good plugins for 3D printing but a Design for Additive Manufacturing mindset is more what's needed. This can really shape how you create your products and software that relates to it.</p>
<p>Really, if you are using most geometry software, you are bending what it was initially designed for. You are manipulating boundary representations, but real-world objects aren't made of boundaries; they're volumetric. 3D printing allows us to make volumetric objects, but the kernels we all tend to use don’t even support this.</p>
<p>Grasshopper has some great implicit and SDF libraries, but they are never linked to the machine's native code creation. So there is always the step of exporting to a mesh for slicing, or some subtractive machinists will insist on a.stp or.iges file as this is what they are used to, and they want to amend the file. This breaks most workflows for custom products and can never be automated. What we are doing at Biome is always linked to other constraints of how the machine makes the product, which in turn makes the design space a certain way. Plus, sending native code to the printer means no human interaction with the customer's file. We have floated the idea of making a Vivo plugin for Grasshopper to address some of these problems. GH is widely used in footwear, but I would love to see McNeel keep pace with some of the new SDF / Implicit kernels that are on the market or the work that Fusion360 has done on design-to-print.</p>
<p>Shrinkwrap is a great function in the latest update of Rhino, and it already uses OpenVDBs to make it work. So, is this a hint that Voxel could be in Rhino 8? If so, linking native code would only be a stone's throw away.</p>
<h3 id="this-has-been-fantastic-thank-you-very-much-for-your-time">- This has been fantastic. Thank you very much for your time!</h3>
<p>Thank you very much as well, and thank you to the ShapeDiver team for helping us throughout this process.</p>
<hr class="py-2" />
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to </i>
  </b>
  <a href="https://vivobiome.vivobarefoot.com/" target="_self">
    <b>
      <i>visit VivoBiome's page</i>
    </b>
  </a>
  <b>
    <i>and follow Vivobarefoot on all social media channels!</i>
  </b>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Fall &#39;24 Update | Live Webinar</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-fall-24-update-live-webinar</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/abe2f518a4/fall-update-blog.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Sun, Sep 1, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p>In 2024, we heavily focused on allowing computational designers to build more complex web applications without any need for web development, thus furthering ShapeDiver’s position as a low-code / no-code way to build visually driven web applications based on Grasshopper files for eCommerce, the AEC industry, and beyond.</p>
<p>On the one hand, we released <a href="https://help.shapediver.com/doc/shapediver-app-builder" target="_self">
    <b>
      <span>App Builder</span>
    </b>
  </a>
  <b>
    <span>,</span>
  </b>a feature that allows the creation of advanced online application layouts based on Grasshopper definitions. 
</p>
<p>On the other hand, the <b>
    <span>new interaction components</span>
  </b> in <a href="https://www.food4rhino.com/en/app/shapediver" target="_self">our Grasshopper plugin</a> open up more intuitive, flexible ways to control ShapeDiver models. In addition to the traditional parameters, users can now <b>
    <span>select, transform, and draw geometry directly in the online viewer</span>
  </b>.</p>
<p>Our <b>
    <span>Fall Update ‘24</span>
  </b> webinar will introduce these crucial new features and show how to combine them into powerful, end-to-end online applications that were previously unimaginable without advanced web and 3D development.</p>
<p>At the end of the webinar, and before our Q&A section, we will have a <b>
    <span>Lightning Round </span>
  </b>where our Head of Product, Mathieu Huard, will introduce as many as possible of the other exciting new features we released in the last 6 months, among which:</p>
<p>- A new " <b>
    <span>teams feature"</span>
  </b> for Organizations,</p>
<p>- <b>
    <span>Model tagging and filtering,</span>
  </b>
</p>
<p>
  <b>
    <span>- Multiple file export,</span>
  </b>
</p>
<p>
  <b>
    <span>- Performance</span>
  </b> boosts left and right,
</p>
<p>- … and many more (if time allows!)</p>
<h3 id="spanwebinar-overview-span">Webinar Overview:</h3>
<p>
  <i>
    <span>-</span>
  </i>
  <b>
    <span>
      <u>Date:</u>
    </span>
  </b> Tuesday, October 8th, 2024
</p>
<p>- <b>
    <span>
      <u>Time</u>
    </span>
  </b>: 8am Pacific, 11am Eastern, 5pm CEST</p>
<p>- <b>
    <span>
      <u>Duration:</u>
    </span>
  </b>~1 hour (without Q&A)</p>
<h3 id="a-hrefhttps-livezohoeu-og6noiizl6-targetself-spangt-click-here-to-register-span-a">
  <a href="https://live.zoho.eu/oG6NoIizL6" target="_self">
    <b>
      <span>&gt; CLICK HERE TO REGISTER</span>
    </b>
  </a>
</h3>
<p></p>
<h2 id="spanmeet-your-hosts-span">Meet Your Hosts:</h2>
<h3 id="a-hrefhttps-wwwlinkedincom-in-mathieu-huard-80932176-targetself-spanmathieu-huard-span-a">
  <a href="https://www.linkedin.com/in/mathieu-huard-80932176/" target="_self">
    <b>
      <span>Mathieu Huard</span>
    </b>
  </a>
</h3>
<p>Mathieu is the Head of Product and co-founder at ShapeDiver. He focuses on expanding the ShapeDiver product to cater to various industries leveraging parametric design in their workflows. In the context of the AEC industry, he helped push the collaboration and interoperability functionalities of ShapeDiver, such as bridging the online platform with various design software suites, including Autodesk Forma.</p>
<p>He holds a Ph.D. in Applied Mathematics. Before founding ShapeDiver, he spent several years with the Vienna-based company Evolute, developing software and consulting for architects and engineering firms. He also gained experience building tools for Rhino and Grasshopper.</p>
<h3 id="a-hrefhttps-wwwlinkedincom-in-edwin-hernandez-gomez-targetself-spanedwin-hernandez-span-a">
  <a href="https://www.linkedin.com/in/edwin-hernandez-gomez/" target="_self">
    <b>
      <span>Edwin Hernández</span>
    </b>
  </a>
</h3>
<p>Edwin Hernandez is Head of Projects and Senior Computational Designer at ShapeDiver. He studied Architecture at Andes University in Bogotá, Colombia, and Computer Animation at the SAE Institute in Melbourne, Australia.</p>
<p>While he was still studying, he began working as a "solopreneur" with clients in Australia and New Zealand. These clients provided projects that allowed him to gain experience using BIM software, parametric design, and web coding. His experience enabled him to join the ShapeDiver team in Vienna, Austria, in 2017. He has managed multiple projects across more than 15 different industries. During this time, he has learned how to create highly optimized and complex parametric models using C#, custom plugins for Grasshopper, and cloud applications based on Grasshopper.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Beaver Structures: Redefining Parametric Timber Engineering!</title>
  <description><![CDATA[ Learn about this open-source plugin focused on timber engineering and how it is currently being used in universities of more than 20 countries and renowned engineering companies over the globe. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-beaver-structures-redefining-parametric-timber-engineering</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/08f137b6ba/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Aug 12, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Beaver is an <a href="https://www.food4rhino.com/en/app/beaver" target="_self">open-source plugin for Rhino3D and Grasshopper</a> meticulously crafted to adhere to Eurocode 5 standards. It ensures that timber structures are not only innovative but also safe and compliant. Beaver is developed with both educational value and real-world application in mind, and it integrates with <a href="https://karamba3d.com/" target="_self">Karamba3D</a> to provide a seamless and intuitive analysis environment for structural engineers and designers.</p>
<p>In this case study, we sat down with <a href="https://www.linkedin.com/in/joaopini/" target="_self">João</a>, <a href="https://www.linkedin.com/in/marcio-sartorelli/" target="_self">Marcio</a>, and <a href="https://www.linkedin.com/in/renanprandini/" target="_self">Renan</a>, the minds behind <a href="https://www.linkedin.com/company/beaverstructures/" target="_self">Beaver</a>, to explore the journey from academic research to a tool now used by industry leaders across the globe. We discussed the inspiration behind focusing on timber engineering, the specific market needs that Beaver addresses, and the significant role that Eurocode 5 plays in shaping the tool’s core functionalities. Our conversation also dives into the challenges faced by professionals in the field and how Beaver’s open-source nature fosters collaboration and innovation. We also explore how companies like <a href="https://www.itaengenharia.com/" target="_self">ITA Engenharia em Madeira</a> are using Beaver, alongside ShapeDiver, to push the boundaries of what’s possible in timber construction.</p>
<p>Through this case study, you'll gain insights into how Beaver allows engineers to transition from being safety-checking specialists to becoming integral parts of the design process and how integration with tools like Karamba3D and ShapeDiver simplifies complex tasks into manageable workflows. Let’s dive in!</p>
<h3 id="span1-could-you-share-a-bit-about-your-background-and-how-your-experiences-led-you-to-develop-beaver-for-timber-engineering-span">1. Could you share a bit about your background and how your experiences led you to develop Beaver for timber engineering?</h3>
<p>We come from a research background in membrane structures, where the geometry design depends on the applied force on the structural system. Hence, multiple geometries must be considered before arriving at a final design; this is called the form-finding process. We saw that we could apply this same concept to more conventional engineering problems if we could verify multiple solutions.</p>
<p>In that context, Beaver started in 2018 as a bachelor's thesis at the University of São Paulo, Brazil, and has been developing since then.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x638/e650b89b8a/01.jpg" loading="lazy" />
</figure>
<h3 id="span2-what-inspired-you-to-focus-specifically-on-timber-engineering-within-computational-design-workflows-span">2. What inspired you to focus specifically on timber engineering within computational design workflows?</h3>
<p>Timber engineering was experiencing rapid growth in terms of novel structures at the time because of its advantages as a sustainable material. However, there was (and still is) a gap between engineering knowledge and tools that allow bolder designs to be realized.</p>
<h3 id="span3-what-specific-gaps-or-unmet-needs-did-you-identify-in-the-market-that-led-to-the-development-of-beaver-span">3. What specific gaps or unmet needs did you identify in the market that led to the development of Beaver?</h3>
<p>The typical work at engineering firms consists of building a geometry model, exporting that geometry to FE software, analyzing it, making design proposals, and then restarting the loop.</p>
<p>We wanted to bring the design and engineering disciplines closer together by having an integrated workflow. A few tools already existed then, but none specifically for timber engineering.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/066550c772/03.jpg" loading="lazy" />
</figure>
<h3 id="span4-how-did-eurocode-5-shape-the-core-functionality-of-beaver-and-why-was-it-a-crucial-reference-span">4. How did Eurocode 5 shape the core functionality of Beaver, and why was it a crucial reference?</h3>
<p>It was the basic requirement for guaranteeing building approval for whatever you’re designing. Many design codes use the same analysis methods, and even different methods are commonly benchmarked against the Eurocode.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/c66bf87dd1/04.jpg" loading="lazy" />
</figure>
<h3 id="span5-what-are-some-of-the-primary-challenges-beaver-solves-for-professionals-in-the-timber-engineering-field-span">5. What are some of the primary challenges Beaver solves for professionals in the timber engineering field?</h3>
<p>Our project aims to have two major impacts: (a) Beaver offers educational guidance. The live-fed analysis builds up to the engineer's intuition much faster than normal workflows, and (b) it allows engineers to transition more easily from safety-checking specialists to active parts of the building design process.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/869f3755d9/05.jpg" loading="lazy" />
</figure>
<h3 id="span6-in-what-ways-does-beavers-open-source-architecture-enable-collaboration-and-innovation-for-research-and-professional-purposes-span">6. In what ways does Beaver’s open-source architecture enable collaboration and innovation for research and professional purposes?</h3>
<p>We’ve identified that most engineering professionals avoid exploring other tools when they encounter the "black box” feeling, that is, when they’re unable to discern what happened inside the algorithm. Open-sourcing tackles that and allows the community to collaborate by continuously making our tool more reliable.</p>
<p>Regarding research, we had several requests for students to write theses at different levels of the academy, but we’re not yet able to tell what their future products will be.</p>
<p>We are always looking for people to collaborate with us, as our roadmap still has many features to develop.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/e2892082ce/06.jpg" loading="lazy" />
</figure>
<h3 id="span7-how-does-beaver-help-designers-overcome-data-exchange-and-workflow-integration-difficulties-between-cad-cae-models-span">7. How does Beaver help designers overcome data exchange and workflow integration difficulties between CAD/CAE models?</h3>
<p>Having an integrated workflow between geometry, analysis, and post-processing allows many other disciplines to participate in the design process, such as evolutionary solvers, multi-objective optimizations, machine learning, and other form-finding processes.</p>
<h3 id="span8-why-is-shapedivers-support-for-beaver-important-and-what-unique-advantages-does-it-bring-to-your-users-span">8. Why is ShapeDiver's support for Beaver important, and what unique advantages does it bring to your users?</h3>
<p>With a fast-growing market for timber structures worldwide, pushed by a need for renewable and low-carbon construction methods, Beaver is presented as an alternative for fast and straightforward analysis of timber structures. Along with <a href="https://www.shapediver.com/home" target="_self">ShapeDiver</a> and <a href="https://karamba3d.com/" target="_self">Karamba3D</a>, this combination may be a great tool that can be presented to clients very straightforwardly without needing to access complex grasshopper definitions on the go.</p>
<p>
  <a href="https://www.itaengenharia.com/" target="_self">ITA Engenharia em Madeira</a>, for example, has recently developed a tropical hardwood concept design tool with ShapeDiver for the South American context. It will soon be available for architects and engineers on a web platform with a very simple user interface. This would not be possible without ShapeDiver.
</p>
<h3 id="span9-could-you-explain-how-beavers-integration-with-karamba3d-improves-users-workflow-span">9. Could you explain how Beaver's integration with Karamba3D improves users' workflow?</h3>
<p>The integration converts native Karamba3D objects into Beaver objects. So, to get the analysis up and running, any user with some experience on Karamba3D just needs to add about four more Beaver components.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/1f38ad4d63/09.jpg" loading="lazy" />
</figure>
<h3 id="span10-what-types-of-projects-are-ideally-suited-for-beaver-and-why-do-your-clients-prefer-it-over-other-tools-span">10. What types of projects are ideally suited for Beaver, and why do your clients prefer it over other tools?</h3>
<p>Typically, these are projects that demand computational design workflows or when some sort of geometry optimization is needed. Otherwise, modularity is also an important aspect since a reliable model can be built with very little time and effort.</p>
<h3 id="span11-could-you-share-some-examples-of-clients-currently-using-beaver-and-how-they-benefit-from-the-plugin-in-their-projects-span">11. Could you share some examples of clients currently using Beaver and how they benefit from the plugin in their projects?</h3>
<p>Beaver is currently used by known timber engineering companies in North and South America, Europe, and Asia, especially for parametric concept designs. We are reaching a milestone of 1000 licenses distributed, some of which belong to companies we consider world leaders.</p>
<p>ITA Engenharia em Madeira has recently developed an active-bending timber beam string that spans over 20 meters for boat hangar structures. This structure was developed using Karamba3D, Beaver, and genetic algorithms available in Grasshopper. It has achieved a remarkably low timber consumption and was selected to be presented at the IASS2024 (International Association of Spatial Structures) in ETH Zurich.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/97e4b48309/11.jpg" loading="lazy" />
</figure>
<h3 id="span12-what-are-the-most-important-components-of-beaver-and-how-do-they-contribute-to-the-overall-effectiveness-of-the-plugin-span">12. What are the most important components of Beaver, and how do they contribute to the overall effectiveness of the plugin?</h3>
<p>The easiest way to use Beaver is to benefit from its seamless integration with Karamba3D. Hence, by simply connecting the Karamba3D model to the “Karamba to Beaver” component, all finite element analysis data from Karamba will be automatically analyzed by Beaver according to Eurocode 5 standards. Also, the visualization components allow users to easily understand the Beaver evaluations along the structure in the Rhino 3D model.</p>
<h3 id="span13-how-do-the-calculation-reports-generated-by-beaver-provide-users-with-a-transparent-and-educational-overview-of-their-timber-design-decisions-span">13. How do the calculation reports generated by Beaver provide users with a transparent and educational overview of their timber design decisions?</h3>
<p>The Beaver report showcases each calculation coefficient and intermediate results, along with the final results for each analysis. This allows the user to understand if any configurations must be redefined and follow the eurocode procedures done by Beaver in a transparent and reliable way.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/09cdc3deb3/12.jpg" loading="lazy" />
</figure>
<h3 id="span14-what-makes-beavers-calculation-reports-particularly-valuable-in-benchmarking-and-educational-contexts-span">14. What makes Beaver's calculation reports particularly valuable in benchmarking and educational contexts?</h3>
<p>Beaver is an open-source project that is growing with the help of the community. The calculation reports have been very important for users to report bugs and also allow them to compare Beaver to more traditional software to check its reliability.</p>
<p>Beaver was primarily created for concept design since the parametric environment is great for that. Once the geometry is defined, a double check is always recommended with traditional non-parametric FEA software. Thankfully, due to the community that has helped us find inaccuracies, Beaver is now showing accurate evaluations that match other software evaluations.</p>
<h3 id="span15-what-features-are-you-planning-to-add-to-beaver-in-the-near-future-and-how-do-you-envision-these-new-features-expanding-beavers-capabilities-for-timber-engineering-professionals-span">15. What features are you planning to add to Beaver in the near future, and how do you envision these new features expanding Beaver’s capabilities for timber engineering professionals?</h3>
<p>In the near future, we intend to make the calculations much faster so that coupling Beaver with generative design and multi-objective optimizations runs faster.</p>
<p>In the medium term, we intend to create an integrated model where connections can be assigned to the structure and calculated in real-time. We should also develop a feature that includes CLT analysis soon.</p>
<h3 id="span16-what-challenges-or-trends-in-timber-engineering-are-you-preparing-beaver-to-address-moving-forward-span">16. What challenges or trends in timber engineering are you preparing Beaver to address moving forward?</h3>
<p>There is still a lot to be explored in terms of interesting geometries that can be derived from full-computational workflows. The existing examples are already producing interesting designs, and we believe there is much more to come. Some of our partners are currently working on their PhD’s, and although the dissertations are not related to this project, there is certainly some overlap in the fields of research.</p>
<h3 id="thank-you-very-much-for-your-time">- Thank you very much for your time!</h3>
<p>Thank you for letting us tell our story as well!</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://www.food4rhino.com/en/app/beaver" target="_self">
    <b>
      <i>Beaver on Food4Rhino</i>
    </b>
  </a>
  <b>
    <i>and follow&nbsp;</i>
  </b>
  <a href="https://www.linkedin.com/company/beaverstructures/" target="_self">
    <b>
      <i>their company on LinkedIn.</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... 1x1: German Eco-Conscious Modular Designs!</title>
  <description><![CDATA[ Learn how this design company focuses on creating customizable, sustainable products using locally sourced materials and parametric design tools like Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-1x1-german-eco-conscious-modular-designs</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1201x631/d111cb5988/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Jul 19, 2024 12:00 AM +0000</pubDate>
  
  
  <content:encoded><![CDATA[ <p>
  <a href="https://1x1.systems/" target="_blank">1x1</a> is a German-based design company founded by lifelong friends Max and Yannik. With Max's experience from top design studios and Yannik's expertise in 3D printing and algorithm programming, they created 1x1 to change how we create and use everyday products. Their mission focuses on making custom furniture, lighting, tools, and accessories using locally sourced and repurposed materials, promoting a circular production model with a low carbon footprint.
</p>
<p>In this interview, Max and Yannik share their journey, including the market needs that inspired 1x1 and the challenges they overcame to develop their unique production system. They discuss the role of <a href="https://www.rhino3d.com/" target="_self">Grasshopper</a> and ShapeDiver in bringing their designs online and the importance of an easy-to-use online configurator. They also highlight how their products support sustainable living through modular design and community collaboration.</p>
<p>Join us as we learn about 1x1's mission, their work with other designers, and their plans for future growth. This case study offers an interesting look at how 1x1 makes sustainable, modular design accessible to everyone, paving the way for a more eco-friendly lifestyle. Let’s dive in!</p>
<h3 id="1-how-did-your-team-at-1x1-come-together-and-what-backgrounds-do-you-bring-to-the-company">1. How did your team at 1x1 come together, and what backgrounds do you bring to the company?</h3>
<p>We grew up in the same village and have been friends for over twenty years. Max studied design in Cologne and worked at Meire und Meire, Meta Design, and Random Studio. Yannik is a trained carpenter and product designer with deep expertise in 3D printing and algorithm programming. We both love design systems and are passionate about solving current problems in design and production. 1x1 has been in the making for the past five years.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1318x660/0ef0f9cb72/01.jpg" loading="lazy" />
</figure>
<h3 id="2-what-specific-needs-did-you-identify-in-the-market-that-drove-you-to-create-1x1-and-its-products">2. What specific needs did you identify in the market that drove you to create 1x1 and its products?</h3>
<p>We created 1x1 to address several critical needs: reducing the high CO2 emissions from global supply chains, improving the repairability of products to combat the throwaway culture, and enhancing the resilience of production systems against disruptions.</p>
<p>We also aim to reconnect consumers with the manufacturing process by offering high-quality, customizable products that can be locally produced. By overcoming the low design standards and technical complexities of existing 3D-printing solutions, 1x1 empowers individuals to create sustainable, modular items, promoting a more sustainable and engaged way of living.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x643/2062b081d3/02.jpg" loading="lazy" />
</figure>
<h3 id="3-what-key-challenges-did-you-encounter-while-developing-your-circular-production-system-and-modular-design-philosophy">3. What key challenges did you encounter while developing your circular production system and modular design philosophy?</h3>
<p>A major challenge was creating modular, highly customizable products while maintaining a clear identity and consistent design language. Another hurdle was ensuring our 3D-printed parts were produced with high accuracy and managing tolerances for both printed and non-printed parts. Additionally, realizing complex and physically demanding components, like ball joints, using 3D printing technology presented its own difficulties.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1316x637/7a985c9e59/03.jpg" loading="lazy" />
</figure>
<h3 id="4-why-did-you-choose-grasshopper-as-a-platform-for-your-parametric-designs-and-how-does-it-help-you-achieve-your-goals">4. Why did you choose Grasshopper as a platform for your parametric designs, and how does it help you achieve your goals?</h3>
<p>We chose Grasshopper for its powerful integration with Rhino, which we and other designers have used to create static products. It was natural to use a familiar tool that connects seamlessly. Grasshopper allows us to create highly customizable components that can be easily adjusted to meet user needs. Its algorithm-driven components ensure adaptable and precise designs, aligning with our modular and circular production principles.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/1bd73d7e72/04.jpg" loading="lazy" />
</figure>
<h3 id="5-how-does-shapediver-help-you-create-your-online-configurations-and-bring-your-parametric-designs-to-life">5. How does ShapeDiver help you create your online configurations and bring your parametric designs to life?</h3>
<p>ShapeDiver is essential for bringing our parametric designs online. It allows users to interact with and customize products in real time, enhancing the user experience and ensuring each product meets individual needs. Its real-time rendering and AR functionality make our complex designs accessible and user-friendly, helping users visualize their creations before purchasing print files and manuals.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookies.com/embed/7aWYrq41bOY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="6-how-important-is-ui-and-ux-in-building-a-successful-online-configurator-for-your-users">6. How important is UI and UX in building a successful online configurator for your users?</h3>
<p>UI and UX are crucial for a successful online configurator, ensuring easy navigation and visualization of products. We focus on making our configurator accessible, user-friendly, and visually appealing to drive adoption and promote our sustainable offerings, empowering users to create custom products confidently.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/45d5483444/07.jpg" loading="lazy" />
</figure>
<h3 id="7-can-you-elaborate-on-how-your-products-embrace-the-principles-of-circular-production-and-how-this-benefits-your-customers">7. Can you elaborate on how your products embrace the principles of circular production and how this benefits your customers?</h3>
<p>Our products are designed with circular production principles at their core, meaning every component can be easily disassembled, repaired, or recycled. By using locally sourced materials and 3D-printed connectors, we reduce waste and encourage the reuse of parts. This modular approach extends the lifecycle of our products and empowers customers to engage in sustainable practices, reducing their environmental impact and fostering a sense of ownership and responsibility.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x643/8b15a47ad2/08.jpg" loading="lazy" />
</figure>
<h3 id="8-how-does-fostering-a-community-driven-approach-at-1x1-contribute-to-better-products-and-sustainable-living">8. How does fostering a community-driven approach at 1x1 contribute to better products and sustainable living?</h3>
<h3 id=""></h3>
<p>Fostering a community-driven approach is central to our mission. By enabling users to connect, share resources, and collaborate on projects, we create a support network that enhances the overall experience and encourages sustainable practices. This community aspect helps users achieve their goals more effectively and builds a collective commitment to sustainability.</p>
<h3 id="9-could-you-share-your-vision-for-unifying-the-configurator-marketplace-and-production-facilitation-into-a-cohesive-online-platform">9. Could you share your vision for unifying the configurator, marketplace, and production facilitation into a cohesive online platform?</h3>
<p>Our vision involves integrating the configurator, marketplace, and production facilitation into a seamless user experience. Users will be able to customize products through the configurator, source materials and components via the marketplace, and receive guidance on local production options. Currently, we split these aspects between our website and Discord channel, but we aim to unify them.</p>
<h3 id="10-what-viable-end-of-life-strategies-do-you-plan-to-include-to-ensure-a-truly-circular-product-lifecycle">10. What viable end-of-life strategies do you plan to include to ensure a truly circular product lifecycle?</h3>
<p>We plan to implement several end-of-life strategies, including take-back programs for recycling or repurposing components, detailed disassembly instructions, and a marketplace for second-hand parts. By facilitating these options, we aim to minimize waste and ensure that materials are continuously cycled back into use. Additionally, we encourage upcycling and provide resources for users to repurpose parts creatively.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/666798865b/10.jpg" loading="lazy" />
</figure>
<h3 id="11-how-do-your-parametric-designs-ensure-custom-parts-are-compatible-with-various-locally-sourced-materials">11. How do your parametric designs ensure custom parts are compatible with various locally sourced materials?</h3>
<p>Our parametric designs are highly adaptable, allowing precise adjustments to fit a wide range of locally sourced materials. By using parametric algorithms, we create components that adjust their dimensions and specifications based on the input materials. We continuously improve our parts, like software, based on testing and user feedback.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/0ce36f392b/11.jpg" loading="lazy" />
</figure>
<h3 id="12-how-do-collaborations-with-designers-like-christoph-hauf-and-studio-enhance-the-diversity-and-creativity-of-your-product-lineup">12. How do collaborations with designers like Christoph Hauf and Studio Œ enhance the diversity and creativity of your product lineup?</h3>
<p>We see ourselves as a label for DIY products with a very high design standard, and working with the best in the field was logically the only way to create an offering that can compete with the Vitras and Ikeas of this world.</p>
<h3 id="13-what-are-your-goals-for-future-growth-in-expanding-your-online-presence-and-product-range">13. What are your goals for future growth in expanding your online presence and product range?</h3>
<p>Our goals include expanding our online presence to reach a broader audience and diversifying our product range. We plan to enhance our digital marketing efforts, leverage social media, and form strategic partnerships. We also aim to introduce new product categories and collaborate with more designers to keep our offerings fresh and innovative. Ultimately, we strive to establish 1x1 as a leading name in sustainable, modular design, significantly impacting how people create and consume products in an environmentally conscious manner.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x646/bf2ca3fd9a/12.jpg" loading="lazy" />
</figure>
<h3 id="thank-you-very-much-for-both-of-your-time">- Thank you very much for both of your time!</h3>
<p>Thank you for sharing this space with us as well!</p>
<hr class="py-2" />
<p>
  <b>
    <i>
      <br />That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://1x1.systems/" target="_self">
    <b>
      <i>1x1's website</i>
    </b>
  </a>
  <b>
    <i>and I </i>
  </b>
  <a href="https://www.instagram.com/1x1.systems/" target="_self">
    <b>
      <i>nstagram page!</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Movêu: Brazilian Furniture Made-to-Measure!</title>
  <description><![CDATA[ Movêu is transforming the Brazilian furniture industry by providing fully customizable, affordable furniture using advanced digital tools such as Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-moveu-brazilian-furniture-made-to-measure</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x631/cb99857fb0/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jun 10, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In this interview, we explore the story behind <a href="https://moveismoveu.com/" target="_self">Movêu</a>, a startup company in the Brazilian furniture industry that is transforming the way customers experience and purchase customized furniture. Guilherme, Rodrigo, and Eduardo, the founders of Movêu, share their diverse backgrounds and how their unique experiences have contributed to the company's mission of delivering personalized, affordable furniture with flawless customer service. They discuss the inspiration behind starting Movêu, their challenges, and how they overcame these obstacles with tools like <a href="https://www.rhino3d.com/features/#grasshopper" target="_self">Grasshopper</a> and <a href="https://www.shapediver.com/why-shapediver" target="_self">ShapeDiver</a>.</p>
<p>Throughout the conversation, we explore how Movêu stands out in a competitive market by offering true customization options catering to individual needs and styles. The founders highlight the advantages of their online configurators, the impact of recent funding on their growth, and their vision for the future of the furniture industry. Additionally, they provide valuable insights for other entrepreneurs looking to leverage digital tools to enhance customer experience and satisfaction. Join us as we uncover the journey of Moveis Moveu and its ambitious plans to become Latin America's most beloved custom furniture brand.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x637/49eb873987/05.jpg" loading="lazy" />
</figure>
<h3 id="span1-can-you-introduce-yourself-and-your-team-what-diverse-backgrounds-do-you-bring-to-moveu-span">1. Can you introduce yourself and your team? What diverse backgrounds do you bring to Movêu?</h3>
<p>Movêu has 3 partners, each with a distinct background that adds value to our operation. Our CEO, Guilherme, has worked in the furniture sector for over seven years and has always been dissatisfied with the buying experience. Rodrigo, our COO, has experience in finance and operations, has been working with startups for 5 years, and joined the team to ensure that operations are flawless. Eduardo, our CPO, has worked in the furniture sector for 5 years, always in technology and digital products. He joined the team to ensure that the online experience for Movêu customers is seamless and easy.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x637/a13cc74ad4/02.jpg" loading="lazy" />
</figure>
<h3 id="span2-what-inspired-you-to-start-moveu-and-how-when-did-your-journey-begin-span">2. What inspired you to start Movêu, and how/when did your journey begin?</h3>
<p>The experience of buying customized furniture in Brazil has been the same forever. Deadlines not met, prices accessible only to a small minority, and service levels that leave much to be desired. Movêu was born to ensure that Brazilians can have personalized furniture without worrying about receiving it on time and at a fair price, providing the individuality everyone wants for their homes, with furniture made especially for their needs and style.</p>
<h3 id="span3-how-does-moveu-stand-out-in-the-competitive-furniture-industry-span">3. How does Movêu stand out in the competitive furniture industry?</h3>
<p>We are the first company in Latin America where the customer can truly customize furniture. The solutions available in the market are either expensive or false customization, where the customer can only customize according to some available blocks. Movêu is the only affordable option with impeccable service quality for customers to customize all aspects of their furniture.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x637/828cc0ce82/03.jpg" loading="lazy" />
</figure>
<h3 id="span4-can-you-explain-how-customization-in-the-furniture-industry-can-improve-customer-experience-and-satisfaction-span">4. Can you explain how customization in the furniture industry can improve customer experience and satisfaction?</h3>
<p>People's homes are unique; each has a specific space to place their furniture. Every centimeter, style, and color matters when it comes to having the perfect piece of furniture to make the house just the way customers dream. The Brazilian furniture market is practically 100% based on one size fits all, and the companies that truly offer customization are offline and have unsatisfactory service levels and prices or are exclusive to a minority. Because of these factors, customers cannot buy the furniture they dream of for their homes, having to adapt to what the market delivers.</p>
<h3 id="span5-what-were-some-of-your-biggest-challenges-while-starting-and-scaling-your-business-span">5. What were some of your biggest challenges while starting and scaling your business?</h3>
<p>At first, our main challenge was to deliver to our customers a fully digital customization experience, where not only would the furniture be customized in real-time, but they could also have their budget available instantly. With the help of tools like Grasshopper, ShapeDiver and a highly engaged team committed to solving our customers' pain points, we managed to overcome these barriers and today deliver what no other company in Latin America has been able to achieve.</p>
<h3 id="span6-what-advantages-does-grasshopper-offer-to-your-developers-and-designers-that-other-programming-environments-might-not-provide-span">6. What advantages does Grasshopper offer to your developers and designers that other programming environments might not provide?</h3>
<p>Besides the possibility of integrating with ShapeDiver, the ability to generate DXF files to ensure customization is viable for our customers. Our industry needs DXF files to cut all parts according to each customer's orders. For our developers and designers, the tool perfectly meets the technical requirements, ensuring perfect parameterization of the furniture and all design aspects that were visualized by our team at the beginning of the project.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x637/208ef97794/04.jpg" loading="lazy" />
</figure>
<h3 id="span7-in-what-ways-has-shapediver-been-critical-to-your-success-with-online-configurators-span">7. In what ways has ShapeDiver been critical to your success with online configurators?</h3>
<p>Without ShapeDiver, the journey would have been much longer and harder. In other words, without this platform, Movêu would not have been able to achieve its dream of delivering personalized customization at scale to Brazilians so quickly.</p>
<h3 id="span8-can-you-describe-the-different-configuration-options-your-online-configurators-provide-span">8. Can you describe the different configuration options your online configurators provide?</h3>
<p>With Movêu's furniture configurator, our customers can customize the furniture measurements (height, width, and depth), style, and colors.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookies.com/embed/6-x5NU0-GhI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="span9-you-recently-got-funding-how-has-this-changed-the-course-of-your-companys-growth-span">9. You recently got funding; how has this changed the course of your company’s growth?</h3>
<p>
  <a href="https://revistapegn.globo.com/Startups/noticia/2022/03/moveu-startup-de-moveis-personalizados-recebe-investimento-de-r-11-milhao.html" target="_self">Our latest investment round</a> has provided Movêu with the necessary funds to improve the digital customization experience, expand our team to ensure more expertise in essential areas, and pursue margin optimization projects. Now, our customers have a much faster website, and the journey has been completely revamped. This has ensured that more customers choose Movêu to purchase personalized pieces of furniture for their homes. Additionally, we are greatly improving our margin, ensuring that we offer the best service in the market and are a healthy and long-lasting company.
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x637/aa6a9563a5/07.jpg" loading="lazy" />
</figure>
<h3 id="span10-how-will-the-furniture-industry-evolve-over-the-next-five-years-span">10. How will the furniture industry evolve over the next five years?</h3>
<p>We believe that the industry will focus on the individuality of each customer, placing much more emphasis on delivering an individual experience rather than mass-produced. This ensures that companies that are able to do this will see increased sales and loyalty. Today, the market has a very low LTV, which we believe is because no company can deliver an experience worthy of being remembered for decades. This is exactly where Movêu comes in, delivering the best products, personalized for each customer and with an experience worthy of a beloved brand.</p>
<h3 id="span11-finally-what-is-the-ultimate-vision-for-moveis-moveu-and-how-do-you-plan-to-achieve-it-span">11. Finally, what is the ultimate vision for Moveis Moveu, and how do you plan to achieve it?</h3>
<p>Movêu will be Latin America's largest and most beloved custom furniture brand in the next 10 years. We will achieve this by ensuring that customers in the locations where we are present know the brand and experience the feeling of buying furniture in a completely revamped way.</p>
<p>We believe that the more customers have an experience they have never seen in the market, they won't hesitate to talk about Movêu with others and help spread the word. Additionally, we are not limited by operational aspects; we can utilize the existing industry throughout Latin America to produce our furniture. We have considered this since the beginning to ensure that scalability is not a problem and that everyone can have the Movêu experience.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x637/5830680890/08.jpg" loading="lazy" />
</figure>
<h3 id="span12-what-advice-would-you-give-to-other-entrepreneurs-who-want-to-start-businesses-using-grasshopper-and-shapediver-span">12. What advice would you give to other entrepreneurs who want to start businesses using Grasshopper and ShapeDiver?</h3>
<p>With ShapeDiver, using parameterization as a strategic differential is quick and easy, ensuring an excellent final customer experience.</p>
<h3 id="span-thank-you-very-much-for-your-time-span">- Thank you very much for your time!</h3>
<p>Thank you as well for this chance to share our story.</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit </i>
  </b>
  <a href="https://moveismoveu.com/" target="_self">
    <b>
      <i></i>
    </b>
    <u>Movêus's website</u>
  </a>
  <b>
    <i>and&nbsp;</i>
  </b>
  <a href="https://www.instagram.com/moveis_moveu/" target="_self">
    <b>
      <i></i>
    </b>
    <u>Instagram page.</u>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver &amp; the AEC Industry: 6 Case Studies!</title>
  <description><![CDATA[ This article explores how ShapeDiver is helping the AEC Industry, highlighting six case studies covering modular construction, 3D printing, 4D models, production automation, and advanced online applications featuring carbon footprint calculation and structural analysis. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-and-the-aec-industry-6-case-studies</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1201x631/2acef8d628/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, May 28, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ Case Studies ]]></category><category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In the last twenty years, the Architecture, Engineering, and Construction (AEC) industries have seen the rise of many new tools and design workflows, among which parametric design has proven to be a small revolution.</p>
<p>Among the tools available, Grasshopper, a graphical algorithm editor part of the CAD software <a href="https://www.rhino3d.com/" target="_self">Rhinoceros 3D</a>, stands out for its innovative, explicit way of defining a parametric design space and its vibrant ecosystem of users and developers who constantly broaden its capabilities.</p>
<p>However, Grasshopper's benefits are confined to a technical user interface and the need for a Rhino license, making it challenging for non-technical decision-makers to analyze and explore design iterations.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0597ba7c9a/01.jpg" loading="lazy" />
</figure>
<p>Furthermore, protecting intellectual property is a common concern when sharing such files, as each Grasshopper file contains the business logic to compute its output. This article explores how ShapeDiver addresses these issues, reshaping how AEC professionals share and manage their parametric designs.</p>
<h3 id="spanthe-rise-of-parametric-design-in-aec-span">The Rise of Parametric Design in AEC</h3>
<p>Parametric design is defined by its ability to adapt results based on user input or external data, allowing for convenient and rapid design iterations. Within the AEC industry, this means that designs are inherently flexible and capable of evolution throughout the project lifecycle.</p>
<p>For instance, a building's massing can adapt to local climate conditions, optimizing energy efficiency and indoor comfort. Similarly, materials that respond to environmental stimuli can ensure structural integrity under varying loads and conditions. The ability to quickly cycle through different design iterations enables architects to explore multiple options at crucial points in a project's lifecycle, finding the best solution based on changing requirements or constraints.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1318x681/281c9c745e/02-v2.jpg" loading="lazy" />
</figure>
<p>Most importantly, companies can create libraries of reusable Grasshopper tools from previous projects, capture valuable insights, and apply them to future designs. This allows automation of repetitive workflows, freeing up time and mental bandwidth for more creative tasks. By combining these tools to streamline internal workflows, organizations can standardize processes, reduce errors, and ensure consistent output quality across projects.</p>
<p>Furthermore, Grasshopper's vast <a href="https://www.food4rhino.com/" target="_self">library of third-party plugins</a> enhances its <a href="https://parametric-architecture.com/10-grasshopper-plugins-trending-in-the-aec-industry/" target="_self">application in the AEC industry</a>, providing tools for environmental analysis, energy modeling, and structural analysis, such as <a href="https://karamba3d.com/" target="_self">Karamba 3D</a>. These plugins support a data-driven approach to architectural and structural design, enabling a more informed and efficient design process.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/ca9fcfb43a/03.jpg" loading="lazy" />
</figure>
<p>Overall, Grasshopper's role in the AEC industry is increasingly significant as <a href="https://openasset.com/blog/aec-industry-trends/" target="_blank">
    <u>firms push for greater innovation and efficiency in their design workflows</u>
  </a>, making it a crucial tool in the digital transformation trends within the sector.</p>
<h3 id="spanchallenges-with-integrating-grasshopper-workflows-span">Challenges with integrating Grasshopper workflows</h3>
<p>Despite its clear advantages and growth in adoption, sharing Grasshopper files within a project team or with clients often involves significant hurdles. The primary challenge is the need for a Rhino license to open and manipulate Grasshopper files. This software requirement can be a barrier for those not regularly using Rhino, such as project managers or clients who may only need to view a model or provide feedback.</p>
<p>Further complicating the integration are the complex networks of data and logic within Grasshopper files, often referred to as a "spaghetti monster" due to their convoluted and intertwined data flows. This complexity can make it extremely difficult for anyone unfamiliar with Grasshopper to understand or even navigate the design logic, leading to communication barriers within teams.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/99c9d62c98/04.jpg" loading="lazy" />
</figure>
<p>The protection of intellectual property is another critical concern. These scripts often contain the detailed methodology of a design, which can be proprietary and sensitive. The widespread sharing of such files can inadvertently expose a company's unique design approaches to competitors or unauthorized users. This risk makes securing these files and controlling who has access to them an essential consideration for firms that rely on maintaining their competitive edge through innovative practices.</p>
<p>Additionally, the manual process of updating and distributing Grasshopper files presents significant challenges. Without a streamlined way to manage version control, ensuring that every team member is working with the latest file version is difficult. This can lead to inconsistencies and errors in the design process. Furthermore, traditional file-sharing methods are not equipped to handle the frequent updates that parametric designs often require, complicating collaboration and increasing the risk of project delays due to outdated or incorrect data.</p>
<h3 id="spanshapediver-the-solution-for-securely-sharing-access-to-grasshopper-workflows-online-span">ShapeDiver: The Solution for Securely Sharing Access to Grasshopper Workflows Online</h3>
<p>
  <a href="https://shapediver.com/" target="_self">ShapeDiver</a> addresses these challenges directly by providing tools that allow AEC professionals to upload, manage, and securely share their Grasshopper-based tools through the cloud. Our platform eliminates the need for each stakeholder to own a Rhino license, enabling viewing and interaction with Grasshopper models directly within a web browser.
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x600/6a4c9dffe3/06.jpg" loading="lazy" />
</figure>
<h3 id="spansecure-and-simplified-sharing-on-an-online-platform-span">Secure and Simplified Sharing on an Online Platform</h3>
<p>ShapeDiver includes a comprehensive <a href="https://help.shapediver.com/doc/model-visibility" target="_self">sharing and permission system</a> designed to protect a user’s intellectual property. This system ensures that sensitive design data is only accessible to authorized users, safeguarding critical IPs from exposure to unintended parties.</p>
<p>"Public" ShapeDiver models can be shared globally through a standard URL generated when a Grasshopper file is uploaded to our system. This allows only an online application to be exposed while ensuring that the original Grasshopper file and its IP are securely hosted on distant servers.</p>
<p>“Private” models can be kept out of anyone’s reach or shared via obfuscated URLs that can be revoked and nullified on demand, allowing external access to the online application for a specified duration.</p>
<p>ShapeDiver also offers the option of <a href="https://help.shapediver.com/doc/sharing-with-shapediver-users" target="_self">sharing models with other individual ShapeDiver users</a>. This feature allows for greater control and enables higher restrictions on what the recipient can view and do with the model compared to simply sharing it as a URL. These restrictions range from simple interaction with the online application to accessing exports, model analytics, or downloading the original Grasshopper file for further modifications.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/cfe7795e86/05.jpg" loading="lazy" />
</figure>
<h3 id="spanembedding-models-into-external-websites-span">Embedding Models into External Websites</h3>
<p>Beyond our online platform, ShapeDiver supports three main methods of embedding models into external websites:</p>
<p>The first method is <a href="https://help.shapediver.com/doc/iframe-embedding" target="_self">iframe</a>
  <a href="https://help.shapediver.com/doc/iframe-embedding" target="_self"></a>
  <a href="https://help.shapediver.com/doc/iframe-embedding" target="_self">embedding</a>, a straightforward copy/paste process requiring no web development knowledge. This method is easy and powerful, offering several customization options and built-in Augmented Reality.
</p>
<p>For users with advanced web and software development skills, ShapeDiver offers various <a href="https://help.shapediver.com/doc/apis-and-sdks" target="_self">APIs and SDKs</a> that enable the creation of sophisticated online applications. These tools support enhanced user experiences by allowing for interactive elements such as clickable and draggable components within the viewer and multi-layered, custom user interfaces that guide users through a step-by-step navigation process. Furthermore, these APIs facilitate integration with enterprise resource planning (ERP) and customer relationship management (CRM) systems, ensuring seamless data flow and enhancing overall operational efficiency.</p>
<p>Lastly, there’s <a href="https://help.shapediver.com/doc/build-apps-in-grasshopper" target="_self">App Builder</a>. This third embedding methodology aims to democratize many of our API features by making them available and programmable via Grasshopper. This means that computational designers can define dynamic and advanced UIs for their online applications by using specific Grasshopper components without needing web development knowledge (or very minimal).</p>
<h3 id="spanrobust-amp-modern-infrastructure-span">Robust & Modern Infrastructure</h3>
<p>Since releasing the first version of our product in 2016, <a href="https://www.shapediver.com/why-shapediver" target="_self">we’ve been relentlessly refining our technology stack</a>, allowing AEC professionals to concentrate on the unique aspects of their projects while we handle the complexities of maintaining a reliable, secure, and high-performing server system built on Rhinoceros 3D. Some key features include:</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Resilient Grasshopper Servers:</u>
    </span>
  </b>Our servers are designed to automatically respawn in the event of a failure. This redundancy ensures zero downtime for updates, supporting continuous deployment and providing a seamless experience for users.
</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Efficient Dispatching Algorithms:</u>
    </span>
  </b>To optimize performance and user experience, our dispatch algorithms manage quick response times and balanced workload distribution across the server system. This means faster processing and reduced waiting times for complex computational tasks. It also creates economies of scale as a single Rhino instance can simultaneously serve many users.
</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Advanced Caching System:</u>
    </span>
  </b>Our caching system enhances efficiency by storing geometric results, preventing the need for recomputation. This speeds up the process and significantly reduces the load on our servers during high-demand periods.
</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Scalable System Architecture:</u>
    </span>
  </b>
  <b>&nbsp;</b> Our systems' auto-scaling capabilities ensure they adapt based on user demand, maintaining optimal performance and availability during peak usage times.
</p>
<p>These technological enhancements form the backbone of ShapeDiver, making it not just a platform for sharing and viewing parametric designs but a dependable partner in the AEC sector's ongoing digital transformation.</p>
<h3 id="spanreal-world-success-stories-using-shapediver-span">Real-World Success Stories Using ShapeDiver</h3>
<p>The practical benefits of ShapeDiver are best illustrated through the following client case studies, covering modular construction, 3D printing, 4D models, production automation, and advanced online applications featuring carbon footprint calculation and structural analysis. Explore some of the top use cases from which current ShapeDiver clients in the AEC industry benefit.</p>
<h3 id="span-utype-five-usa-u-span">
  <u>Type Five | USA</u>
</h3>
<p>Type Five uses Grasshopper to develop an innovative site-built modular construction approach, creating efficient, client-tailored building designs. Through ShapeDiver, they offer an online configurator that makes this powerful design system accessible and user-friendly, enabling clients to participate directly in the home design process. This has significantly streamlined the design-to-construction cycle, reducing time and cost. <a href="https://www.shapediver.com/blog/getting-to-know-type-five-the-art-of-modular-innovation" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/522ff3ead4/07.jpg" loading="lazy" />
</figure>
<h3 id="span-uwasp-italy-u-span">
  <u>WASP | Italy</u>
</h3>
<p>WASP integrates Grasshopper and ShapeDiver to create enhanced 3D printing experiences through online configurators. This integration is pivotal in the construction sector where WASP's architectural 3D printers, such as the Crane WASP, are used. This setup allows users to design and print with advanced customization, boosting productivity and making 3D printing accessible to those without deep technical knowledge. <a href="https://www.shapediver.com/blog/getting-to-know-wasp-italian-3d-printing-innovation" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1297x637/aa4e757f95/08.jpg" loading="lazy" />
</figure>
<h3 id="span-uinterstice-usa-u-span">
  <u>Interstice | USA</u>
</h3>
<p>Interstice relies on Grasshopper to manipulate data and create detailed 4D models that enhance planning and decision-making. With ShapeDiver, these models are turned into interactive web apps, improving client engagement and streamlining project delivery by making complex data accessible to all stakeholders. <a href="https://www.shapediver.com/blog/getting-to-know-interstice-democratizing-4d-models" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/e5973144c3/09.jpg" loading="lazy" />
</figure>
<h3 id="span-udampere-france-u-span">
  <u>Dampere | France</u>
</h3>
<p>Dampere uses Grasshopper and ShapeDiver to transform their design and production process for perforated metal sheets, shifting from manual to automated workflows. This integration enhances customer interaction through real-time visualizations and customizations, significantly improving the efficiency of both sales and manufacturing processes. <a href="https://www.shapediver.com/blog/getting-to-know-dampere-a-french-innovation-story" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/0cce878b0d/10.jpg" loading="lazy" />
</figure>
<h3 id="span-uwebb-yates-engineers-united-kingdom-u-span">
  <u>Webb Yates Engineers | United Kingdom</u>
</h3>
<p>At Webb Yates Engineers, Grasshopper's parametric capabilities are essential for managing complex geometries and tasks, facilitated by ShapeDiver's web environment, which democratizes access to computational design tools. Their 'Cactus' tool, an online tool used to calculate the embodied carbon of any structure, exemplifies how ShapeDiver enhances design and engineering processes by enabling rapid prototyping and analysis. <a href="https://www.shapediver.com/blog/designers-corner-dan-cole-webb-yates-engineers" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/dcd4a87015/11.jpg" loading="lazy" />
</figure>
<h3 id="span-uconstrusoft-spain-u-span">
  <u>Construsoft | Spain</u>
</h3>
<p>Construsoft's Optinave, powered by Grasshopper and hosted on ShapeDiver, is a sophisticated online tool for designing and optimizing industrial metal structures. This platform allows for intricate structural calculations and visualizations, accessible directly through the web, enhancing both design accuracy and efficiency. <a href="https://www.shapediver.com/blog/getting-to-know-construsoft-and-optinave" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/3d33421621/12.jpg" loading="lazy" />
</figure>
<h3 id="spanconclusion-span">Conclusion</h3>
<p>The integration of Grasshopper in the AEC industry represents a significant shift towards powerful, data-driven processes and more efficient design iterations among teams and collaborators. However, the challenges of leveraging complex parametric files and exchanging data between Grasshopper and other design contexts are non-trivial.</p>
<p>ShapeDiver emerges as a powerful solution that simplifies the sharing of Grasshopper-based online tools and enhances collaboration, efficiency, and accessibility across diverse AEC projects. Through real-world applications, it's clear that ShapeDiver is not just solving technical problems; it's reshaping how the AEC industry operates, bringing forth a new standard in design and collaboration.</p> ]]></content:encoded>
</item>
<item>
  <title>Introducing: App Builder | Live Webinar</title>
  <description><![CDATA[ During this webinar, ShapeDiver&#39;s team will introduce App Builder. This feature allows computational designers to build advanced and contextual user interfaces for online applications using only Grasshopper, eliminating the need for additional web development. ]]></description>
  <link>https://www.shapediver.com/blog/introducing-app-builder-live-webinar</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x631/a4d53d1a28/app-builder-blog-header.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, May 1, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category><category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <p>One of ShapeDiver’s goals is to offer tools that empower computational designers to create online applications based on their Grasshopper files. We believe that by sharing access to these design tools, companies can automate multiple different processes such as production, design, sales, manufacturing, etc.</p>
<p>Until now, we have offered our clients two main ways to integrate their online applications on their websites: iframe and direct embedding. Our iframes offer a convenient and easy way to embed a ShapeDiver model, including a basic UI, on any website, but they lack some flexibility when creating more refined UIs. Direct embedding gives full flexibility to create any UI but requires users to deal with our APIs, which limits its adoption as many computational designers do not have web development expertise.</p>
<p>
  <a href="https://help.shapediver.com/doc/shapediver-app-builder" target="_self">App Builder</a> aims to democratize many of our API features by making them available and programmable via Grasshopper. This means that computational designers can now easily define more advanced and contextual UIs for their online applications by just using components from our Grasshopper plugin.
</p>
<p>Join us on Tuesday, July 9th, during this live webinar in collaboration with <a href="https://www.food4rhino.com/en" target="_self">Food4Rhino</a> to learn firsthand how this new feature works and what exciting plans we have for it!</p>
<h2 id="spanwebinar-overview-span">Webinar Overview:</h2>
<p>
  <b>
    <span>
      <u>Date:</u>
    </span>
  </b>Tuesday, July 9th, 2024
</p>
<p>
  <b>
    <span>
      <u>Time:</u>
    </span>
  </b>8am Pacific, 11am Easterm, 5pm CEST
</p>
<p>
  <b>
    <span>
      <u>Duration:</u>
    </span>
  </b>1 hour
</p>
<h3 id="a-hrefhttps-us02webzoomus-meeting-register-tzcsdumrqz0igdzrczdi4zzjo6-7c1v1jcpy-targetself-span-ugt-register-now-u-span-a">
  <a href="https://us02web.zoom.us/meeting/register/tZcsdumrqz0iGdzrCZDI4ZZJo6-7c1v1jCPY" target="_self">
    <b>
      <span>
        <u>&gt; REGISTER NOW</u>
      </span>
    </b>
  </a>
</h3>
<h2 id="spanagenda-span">Agenda:</h2>
<h3 id="span1-introduction-and-goals-span">1. Introduction and goals</h3>
<p>We will start by providing an overview of the App Builder feature, including some background, and then taking a first look at examples of Apps built with this new feature.</p>
<h3 id="span2-new-grasshopper-components-span">2. New Grasshopper Components</h3>
<p>We introduce the new components we added to our Grasshopper plugin that make App Builder possible. We will build a complete web application in real time, including parametric images, charts, and custom logic.</p>
<h3 id="span3-app-builder-on-shapediver-span">3. App Builder on ShapeDiver</h3>
<p>We will then break down the process of uploading and interacting with the App from the ShapeDiver platform.</p>
<h3 id="span4-embedding-app-builder-models-span">4. Embedding App Builder models</h3>
<p>We will finally explain how to embed an App Builder model on an external website and which plans are suitable for this.</p>
<h3 id="span5-next-steps-span">5. Next steps</h3>
<p>We have many plans to improve the App Builder in the near future! We will use the last segment of the webinar to discuss our plans and welcome feedback from the audience on where we should be taking this new feature further.</p>
<h3 id="span6-qampa-span">6. Q&A</h3>
<p>During this section, you’ll be able to ask our team any questions related to App Builder.</p>
<h2 id="spanmeet-your-hosts-span">Meet Your Hosts:</h2>
<p>
  <u>Mathieu Huard</u>
</p>
<p>Mathieu is the Head of Product, as well as one of the founders of ShapeDiver. He focuses on expanding the ShapeDiver product to cater to various industries leveraging parametric design in their workflows. In the context of the AEC industry, he helped push the collaboration and interoperability functionalities of ShapeDiver, such as bridging the online platform with various design software suites, including Autodesk Forma.</p>
<p>He holds a Ph.D. in Applied Mathematics. Before founding ShapeDiver, he spent several years with the Vienna-based company Evolute, developing software and consulting for architects and engineering firms, all along gaining experience with building tools for Rhino and Grasshopper.</p>
<p>
  <u>Edwin Hernández</u>
</p>
<p>Edwin Hernandez is Head of Projects and Senior Computational Designer at ShapeDiver. He studied Architecture at Andes University in Bogotá, Colombia, and Computer Animation at the SAE Institute in Melbourne, Australia.</p>
<p>While he was still studying, he began working as a "solopreneur" with clients in Australia and New Zealand. These clients provided projects that allowed him to gain experience in using BIM software, parametric design, and web coding. His experience enabled him to join the ShapeDiver team in Vienna, Austria in 2017. He has been responsible for managing multiple projects across more than 15 different industries. During this time, he has learned how to create highly optimized and complex parametric models using C#, custom plugins for Grasshopper, and cloud applications based on Grasshopper.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Type Five: The Art of Modular Innovation!</title>
  <description><![CDATA[ Discover how Type Five is revolutionizing residential construction with its unique site-built modular approach and technology-driven customization powered by Grasshopper and ShapeDiver, making sustainable and affordable homes a reality. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-type-five-the-art-of-modular-innovation</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/1c0cb66f6e/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Apr 11, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In the last twenty years, the Architecture, Engineering, and Construction (AEC) industries have seen the rise of many new tools and design workflows, among which parametric design has proven to be a small revolution.</p>
<p>Among the tools available, Grasshopper, a graphical algorithm editor part of the CAD software <a href="https://www.rhino3d.com/" target="_self">Rhinoceros 3D</a>, stands out for its innovative, explicit way of defining a parametric design space and its vibrant ecosystem of users and developers who constantly broaden its capabilities.</p>
<p>However, Grasshopper's benefits are confined to a technical user interface and the need for a Rhino license, making it challenging for non-technical decision-makers to analyze and explore design iterations.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0597ba7c9a/01.jpg" loading="lazy" />
</figure>
<p>Furthermore, protecting intellectual property is a common concern when sharing such files, as each Grasshopper file contains the business logic to compute its output. This article explores how ShapeDiver addresses these issues, reshaping how AEC professionals share and manage their parametric designs.</p>
<h3 id="spanthe-rise-of-parametric-design-in-aec-span">The Rise of Parametric Design in AEC</h3>
<p>Parametric design is defined by its ability to adapt results based on user input or external data, allowing for convenient and rapid design iterations. Within the AEC industry, this means that designs are inherently flexible and capable of evolution throughout the project lifecycle.</p>
<p>For instance, a building's massing can adapt to local climate conditions, optimizing energy efficiency and indoor comfort. Similarly, materials that respond to environmental stimuli can ensure structural integrity under varying loads and conditions. The ability to quickly cycle through different design iterations enables architects to explore multiple options at crucial points in a project's lifecycle, finding the best solution based on changing requirements or constraints.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1318x681/281c9c745e/02-v2.jpg" loading="lazy" />
</figure>
<p>Most importantly, companies can create libraries of reusable Grasshopper tools from previous projects, capture valuable insights, and apply them to future designs. This allows automation of repetitive workflows, freeing up time and mental bandwidth for more creative tasks. By combining these tools to streamline internal workflows, organizations can standardize processes, reduce errors, and ensure consistent output quality across projects.</p>
<p>Furthermore, Grasshopper's vast <a href="https://www.food4rhino.com/" target="_self">library of third-party plugins</a> enhances its <a href="https://parametric-architecture.com/10-grasshopper-plugins-trending-in-the-aec-industry/" target="_self">application in the AEC industry</a>, providing tools for environmental analysis, energy modeling, and structural analysis, such as <a href="https://karamba3d.com/" target="_self">Karamba 3D</a>. These plugins support a data-driven approach to architectural and structural design, enabling a more informed and efficient design process.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/ca9fcfb43a/03.jpg" loading="lazy" />
</figure>
<p>Overall, Grasshopper's role in the AEC industry is increasingly significant as <a href="https://openasset.com/blog/aec-industry-trends/" target="_blank">
    <u>firms push for greater innovation and efficiency in their design workflows</u>
  </a>, making it a crucial tool in the digital transformation trends within the sector.</p>
<h3 id="spanchallenges-with-integrating-grasshopper-workflows-span">Challenges with integrating Grasshopper workflows</h3>
<p>Despite its clear advantages and growth in adoption, sharing Grasshopper files within a project team or with clients often involves significant hurdles. The primary challenge is the need for a Rhino license to open and manipulate Grasshopper files. This software requirement can be a barrier for those not regularly using Rhino, such as project managers or clients who may only need to view a model or provide feedback.</p>
<p>Further complicating the integration are the complex networks of data and logic within Grasshopper files, often referred to as a "spaghetti monster" due to their convoluted and intertwined data flows. This complexity can make it extremely difficult for anyone unfamiliar with Grasshopper to understand or even navigate the design logic, leading to communication barriers within teams.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/99c9d62c98/04.jpg" loading="lazy" />
</figure>
<p>The protection of intellectual property is another critical concern. These scripts often contain the detailed methodology of a design, which can be proprietary and sensitive. The widespread sharing of such files can inadvertently expose a company's unique design approaches to competitors or unauthorized users. This risk makes securing these files and controlling who has access to them an essential consideration for firms that rely on maintaining their competitive edge through innovative practices.</p>
<p>Additionally, the manual process of updating and distributing Grasshopper files presents significant challenges. Without a streamlined way to manage version control, ensuring that every team member is working with the latest file version is difficult. This can lead to inconsistencies and errors in the design process. Furthermore, traditional file-sharing methods are not equipped to handle the frequent updates that parametric designs often require, complicating collaboration and increasing the risk of project delays due to outdated or incorrect data.</p>
<h3 id="spanshapediver-the-solution-for-securely-sharing-access-to-grasshopper-workflows-online-span">ShapeDiver: The Solution for Securely Sharing Access to Grasshopper Workflows Online</h3>
<p>
  <a href="https://shapediver.com/" target="_self">ShapeDiver</a> addresses these challenges directly by providing tools that allow AEC professionals to upload, manage, and securely share their Grasshopper-based tools through the cloud. Our platform eliminates the need for each stakeholder to own a Rhino license, enabling viewing and interaction with Grasshopper models directly within a web browser.
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x600/6a4c9dffe3/06.jpg" loading="lazy" />
</figure>
<h3 id="spansecure-and-simplified-sharing-on-an-online-platform-span">Secure and Simplified Sharing on an Online Platform</h3>
<p>ShapeDiver includes a comprehensive <a href="https://help.shapediver.com/doc/model-visibility" target="_self">sharing and permission system</a> designed to protect a user’s intellectual property. This system ensures that sensitive design data is only accessible to authorized users, safeguarding critical IPs from exposure to unintended parties.</p>
<p>"Public" ShapeDiver models can be shared globally through a standard URL generated when a Grasshopper file is uploaded to our system. This allows only an online application to be exposed while ensuring that the original Grasshopper file and its IP are securely hosted on distant servers.</p>
<p>“Private” models can be kept out of anyone’s reach or shared via obfuscated URLs that can be revoked and nullified on demand, allowing external access to the online application for a specified duration.</p>
<p>ShapeDiver also offers the option of <a href="https://help.shapediver.com/doc/sharing-with-shapediver-users" target="_self">sharing models with other individual ShapeDiver users</a>. This feature allows for greater control and enables higher restrictions on what the recipient can view and do with the model compared to simply sharing it as a URL. These restrictions range from simple interaction with the online application to accessing exports, model analytics, or downloading the original Grasshopper file for further modifications.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/cfe7795e86/05.jpg" loading="lazy" />
</figure>
<h3 id="spanembedding-models-into-external-websites-span">Embedding Models into External Websites</h3>
<p>Beyond our online platform, ShapeDiver supports three main methods of embedding models into external websites:</p>
<p>The first method is <a href="https://help.shapediver.com/doc/iframe-embedding" target="_self">iframe</a>
  <a href="https://help.shapediver.com/doc/iframe-embedding" target="_self"></a>
  <a href="https://help.shapediver.com/doc/iframe-embedding" target="_self">embedding</a>, a straightforward copy/paste process requiring no web development knowledge. This method is easy and powerful, offering several customization options and built-in Augmented Reality.
</p>
<p>For users with advanced web and software development skills, ShapeDiver offers various <a href="https://help.shapediver.com/doc/apis-and-sdks" target="_self">APIs and SDKs</a> that enable the creation of sophisticated online applications. These tools support enhanced user experiences by allowing for interactive elements such as clickable and draggable components within the viewer and multi-layered, custom user interfaces that guide users through a step-by-step navigation process. Furthermore, these APIs facilitate integration with enterprise resource planning (ERP) and customer relationship management (CRM) systems, ensuring seamless data flow and enhancing overall operational efficiency.</p>
<p>Lastly, there’s <a href="https://help.shapediver.com/doc/build-apps-in-grasshopper" target="_self">App Builder</a>. This third embedding methodology aims to democratize many of our API features by making them available and programmable via Grasshopper. This means that computational designers can define dynamic and advanced UIs for their online applications by using specific Grasshopper components without needing web development knowledge (or very minimal).</p>
<h3 id="spanrobust-amp-modern-infrastructure-span">Robust & Modern Infrastructure</h3>
<p>Since releasing the first version of our product in 2016, <a href="https://www.shapediver.com/why-shapediver" target="_self">we’ve been relentlessly refining our technology stack</a>, allowing AEC professionals to concentrate on the unique aspects of their projects while we handle the complexities of maintaining a reliable, secure, and high-performing server system built on Rhinoceros 3D. Some key features include:</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Resilient Grasshopper Servers:</u>
    </span>
  </b>Our servers are designed to automatically respawn in the event of a failure. This redundancy ensures zero downtime for updates, supporting continuous deployment and providing a seamless experience for users.
</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Efficient Dispatching Algorithms:</u>
    </span>
  </b>To optimize performance and user experience, our dispatch algorithms manage quick response times and balanced workload distribution across the server system. This means faster processing and reduced waiting times for complex computational tasks. It also creates economies of scale as a single Rhino instance can simultaneously serve many users.
</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Advanced Caching System:</u>
    </span>
  </b>Our caching system enhances efficiency by storing geometric results, preventing the need for recomputation. This speeds up the process and significantly reduces the load on our servers during high-demand periods.
</p>
<p>
  <b>
    <span>-</span>&nbsp;
  </b>
  <b>
    <span>
      <u>Scalable System Architecture:</u>
    </span>
  </b>
  <b>&nbsp;</b> Our systems' auto-scaling capabilities ensure they adapt based on user demand, maintaining optimal performance and availability during peak usage times.
</p>
<p>These technological enhancements form the backbone of ShapeDiver, making it not just a platform for sharing and viewing parametric designs but a dependable partner in the AEC sector's ongoing digital transformation.</p>
<h3 id="spanreal-world-success-stories-using-shapediver-span">Real-World Success Stories Using ShapeDiver</h3>
<p>The practical benefits of ShapeDiver are best illustrated through the following client case studies, covering modular construction, 3D printing, 4D models, production automation, and advanced online applications featuring carbon footprint calculation and structural analysis. Explore some of the top use cases from which current ShapeDiver clients in the AEC industry benefit.</p>
<h3 id="span-utype-five-usa-u-span">
  <u>Type Five | USA</u>
</h3>
<p>Type Five uses Grasshopper to develop an innovative site-built modular construction approach, creating efficient, client-tailored building designs. Through ShapeDiver, they offer an online configurator that makes this powerful design system accessible and user-friendly, enabling clients to participate directly in the home design process. This has significantly streamlined the design-to-construction cycle, reducing time and cost. <a href="https://www.shapediver.com/blog/getting-to-know-type-five-the-art-of-modular-innovation" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/522ff3ead4/07.jpg" loading="lazy" />
</figure>
<h3 id="span-uwasp-italy-u-span">
  <u>WASP | Italy</u>
</h3>
<p>WASP integrates Grasshopper and ShapeDiver to create enhanced 3D printing experiences through online configurators. This integration is pivotal in the construction sector where WASP's architectural 3D printers, such as the Crane WASP, are used. This setup allows users to design and print with advanced customization, boosting productivity and making 3D printing accessible to those without deep technical knowledge. <a href="https://www.shapediver.com/blog/getting-to-know-wasp-italian-3d-printing-innovation" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1297x637/aa4e757f95/08.jpg" loading="lazy" />
</figure>
<h3 id="span-uinterstice-usa-u-span">
  <u>Interstice | USA</u>
</h3>
<p>Interstice relies on Grasshopper to manipulate data and create detailed 4D models that enhance planning and decision-making. With ShapeDiver, these models are turned into interactive web apps, improving client engagement and streamlining project delivery by making complex data accessible to all stakeholders. <a href="https://www.shapediver.com/blog/getting-to-know-interstice-democratizing-4d-models" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/e5973144c3/09.jpg" loading="lazy" />
</figure>
<h3 id="span-udampere-france-u-span">
  <u>Dampere | France</u>
</h3>
<p>Dampere uses Grasshopper and ShapeDiver to transform their design and production process for perforated metal sheets, shifting from manual to automated workflows. This integration enhances customer interaction through real-time visualizations and customizations, significantly improving the efficiency of both sales and manufacturing processes. <a href="https://www.shapediver.com/blog/getting-to-know-dampere-a-french-innovation-story" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/0cce878b0d/10.jpg" loading="lazy" />
</figure>
<h3 id="span-uwebb-yates-engineers-united-kingdom-u-span">
  <u>Webb Yates Engineers | United Kingdom</u>
</h3>
<p>At Webb Yates Engineers, Grasshopper's parametric capabilities are essential for managing complex geometries and tasks, facilitated by ShapeDiver's web environment, which democratizes access to computational design tools. Their 'Cactus' tool, an online tool used to calculate the embodied carbon of any structure, exemplifies how ShapeDiver enhances design and engineering processes by enabling rapid prototyping and analysis. <a href="https://www.shapediver.com/blog/designers-corner-dan-cole-webb-yates-engineers" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/dcd4a87015/11.jpg" loading="lazy" />
</figure>
<h3 id="span-uconstrusoft-spain-u-span">
  <u>Construsoft | Spain</u>
</h3>
<p>Construsoft's Optinave, powered by Grasshopper and hosted on ShapeDiver, is a sophisticated online tool for designing and optimizing industrial metal structures. This platform allows for intricate structural calculations and visualizations, accessible directly through the web, enhancing both design accuracy and efficiency. <a href="https://www.shapediver.com/blog/getting-to-know-construsoft-and-optinave" target="_self">You can read more about them here.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1296x637/3d33421621/12.jpg" loading="lazy" />
</figure>
<h3 id="spanconclusion-span">Conclusion</h3>
<p>The integration of Grasshopper in the AEC industry represents a significant shift towards powerful, data-driven processes and more efficient design iterations among teams and collaborators. However, the challenges of leveraging complex parametric files and exchanging data between Grasshopper and other design contexts are non-trivial.</p>
<p>ShapeDiver emerges as a powerful solution that simplifies the sharing of Grasshopper-based online tools and enhances collaboration, efficiency, and accessibility across diverse AEC projects. Through real-world applications, it's clear that ShapeDiver is not just solving technical problems; it's reshaping how the AEC industry operates, bringing forth a new standard in design and collaboration.</p> ]]></content:encoded>
</item>
<item>
  <title>Spring &#39;24 Update: These are the new features!</title>
  <description><![CDATA[ From Rhino 8 support to new advanced post-processing effects on our 3D viewer, these are the new features recently added to our platform. ]]></description>
  <link>https://www.shapediver.com/blog/spring-24-update-these-are-the-new-features</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/8a4faa32b0/spring-update-header.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Wed, Mar 6, 2024 1:00 AM +0000</pubDate>
  <category><![CDATA[ Features ]]></category><category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="spanspring-24-update-summary-span">Spring ‘24 Update Summary</h2>
<p>On March 5th, we organized a webinar to showcase some of the ShapeDiver feature highlights from the last few months, such as Rhino 8 support, new online platform features, and viewer post-processing effects, to name a few.</p>
<p>If you joined us and enjoyed the discussion, thank you! You will also be happy to know we plan to make this a bi-annual event. We look forward to seeing you again in the fall later this year, so make sure you <a href="https://shapediver.com/app/settings/emails" target="_self">
    <b>
      <span>
        <u>are subscribed to our newsletter</u>
      </span>
    </b>
  </a>to get the event invite. On the other hand, if you missed the meeting or want a refresher, you are in the right place for a quick catchup on the topics we discussed.</p>
<h3 id="span1-rhino-8-support-on-shapediver-span">1. Rhino 8 support on ShapeDiver</h3>
<p>Since late 2023, we launched a new Rhino 8 backend infrastructure, available to most ShapeDiver clients as a Beta feature. From day 1, the Rhino 8 system came with many of the advantages <a href="https://www.rhino3d.com/8/new/" target="_blank">
    <u>built-in this new version of Rhino</u>
  </a>:</p>
<p>- The new ShrinkWrap component enables powerful new mesh workflows, especially for ShapeDiver users working with 3d printing. Export clean, watertight meshes directly from your ShapeDiver applications!</p>
<p>- Rhino 8 supports importing new file formats, among which (finally!) glTF 2.0. As a result, the ShapeDiver <a href="https://help.shapediver.com/doc/import-geometry" target="_blank">
    <i>
      <span>
        <u>Import Geometry</u>
      </span>
    </i>
  </a>component can also import glTF files.</p>
<p>- On the file export side, the new components from the Rhino category now allow easy creation and manipulation of annotation objects, dimensions, and hatches, which can all be included in exported documents using the ShapeDiver <a href="https://help.shapediver.com/doc/download-export" target="_blank">
    <i>
      <span>
        <u>Export</u>
      </span>
    </i>
  </a>components.</p>
<p>- Many operations, such as offsets and mesh boolean operations, became more reliable and much faster, both crucial in web applications built with ShapeDiver!</p>
<p>And that’s not all! My colleague Edwin has explored the possibilities of Rhino 8 in-depth in a series of LinkedIn posts. If you want to learn more about them and how they enhance the experience of ShapeDiver users, <a href="https://www.linkedin.com/in/edwin-hernandez-gomez/" target="_self">
    <b>
      <span>
        <u>follow him for many other insights!</u>
      </span>
    </b>
  </a>
</p>
<p>However, arguably, the most important feature shipping with Grasshopper in Rhino 8 is the <a href="https://www.rhino3d.com/features/developer/scripting/" target="_blank">
    <u>new scripting component</u>
  </a>. Both C# and Python versions support external libraries (through Nuget and PyPI packages), allowing for powerful new extensions of Grasshopper's possibilities.</p>
<p>Support for the new scripting component took much effort from our team in collaboration with McNeel. Downloading and installing remote packages on the ShapeDiver servers comes with performance, security, and reliability considerations.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1712x813/88731c1617/section-1.jpg" loading="lazy" />
</figure>
<p>In February, we were happy to finally support scripting on our Rhino 8 system! In the next section, we give a first few application examples.</p>
<p>There is even more potential for ShapeDiver to deeply integrate everything Rhino 8 offers. In particular, stay posted for extended file I/O features and formats, as well as native block support for exported files.</p>
<h3 id="span2-stream-i-o-span">2. Stream I/O</h3>
<p>As a solution to many user requests regarding file I/O with ShapeDiver, we added new stream import/export components to the plugin. Those allow users to work with virtually any file format stored in memory stream objects. In practice, this opens up many new I/O possibilities, especially when combined with the new Rhino 8 scripting component. Here are two first examples:</p>
<p>- Using the NPOI Nuget package and a few lines of code, one can extract all the data needed from Excel files and, on the other hand, also create Excel worksheets to be exported from Grasshopper.</p>
<p>- Using the standard compression libraries, one can parse and build Zip files as memory streams, effectively allowing importing and exporting multiple files at once.</p>
<p>Read more about the <a href="https://help.shapediver.com/doc/import-stream" target="_blank">
    <i>
      <span>
        <u>Import Stream</u>
      </span>
    </i>
  </a>component and the <a href="https://help.shapediver.com/doc/export-options" target="_blank">
    <i>
      <span>
        <u>Stream Export Options</u>
      </span>
    </i>
  </a>and see a quick demonstration of those workflows <a href="https://www.linkedin.com/feed/update/urn:li:activity:7168190786532958210/" target="_blank">
    <u>here</u>
  </a>.</p>
<p>
  <i>
    <span>Bonus I/O feature:</span>
  </i>As a small but much-requested feature, we added support for nested layers in files imported and exported through the ShapeDiver I/O components. The full layer path (for file formats supporting layer hierarchy) is mapped to the <i>
    <span>nestedlayer</span>
  </i>attribute. Read more about this feature <a href="https://help.shapediver.com/doc/plugin-release-notes-1#PluginReleaseNotes-Version1.16" target="_blank">
    <u>here</u>
  </a>.
</p>
<h3 id="span3-online-platform-features-span">3. Online platform features</h3>
<p>Among the many additions and improvements from the last few months, the following highlights are worth mentioning:</p>
<p>- New options are available when <a href="https://help.shapediver.com/doc/sharing-with-shapediver-users" target="_blank">
    <u>sharing models with ShapeDiver users</u>
  </a>. While it has been long possible to share various permissions (viewing, exporting, seeing analytics…), it is now also possible to share the ability to <a href="https://help.shapediver.com/doc/download-the-grasshopper-definition" target="_blank">
    <u>download the Grasshopper definition</u>
  </a>, as well as to <a href="https://help.shapediver.com/doc/desktop-clients" target="_blank">
    <u>consume the model using desktop clients</u>
  </a>.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1764x384/c2deb8f802/section-3.jpg" loading="lazy" />
</figure>
<p>- Our classic feature to import and export model parameter values as JSON files got a significant upgrade: it is now possible to <a href="https://help.shapediver.com/doc/global-plugin-options" target="_blank">
    <u>import directly in Grasshopper</u>
  </a>the JSON files exported from the platform. This gives model owners a convenient way to communicate with their audience, as well as a powerful debugging tool.</p>
<p>- It is also possible to import <a href="https://help.shapediver.com/doc/saved-states" target="_blank">
    <u>Saved States</u>
  </a>directly in Grasshopper!</p>
<p>- A wide range of <a href="https://help.shapediver.com/doc/general-settings" target="_blank">
    <u>new options</u>
  </a>allow you to customize the layout of the model view and iframe pages of your models. Several sections (Saved States, Attribute Visualization, Desktop clients) can now be hidden if desired. Additionally, the Export section can be merged with the parameters section, where all parameters and export buttons can be re-ordered and grouped together.</p>
<p>- The behavior of the parameters panel can also be influenced, with such options as disabling parameters during parameter updates, providing a better user experience for models with heavy computations.</p>
<figure>
  <ul>
    <li>
      <h3 id="span4-post-processing-effects-for-the-online-viewer-span">
        <span>4. Post-processing effects for the online viewer</span>
      </h3>
    </li>
  </ul>
</figure>
<p>The online viewer now lets you choose between different post-processing effects to improve the visualization of your models. In particular, two ambient occlusion algorithms are available to cover a wide range of use cases, from housing to furniture models, as well as a bloom effect that shines especially in the context of jewelry.</p>
<p>In this <a href="http://todo/" target="_blank">
    <u>LinkedIn post</u>
  </a>, my colleague Michael presents those effects and more niche ones, such as Depth of Field, Tilt-shift, or Pixelation.</p>
<h3 id="span5-list-of-new-supported-plugins-span">5. List of new supported plugins</h3>
<p>The list of third-party plugins supported on ShapeDiver is always growing, with now more than 40 plugins up and running on our servers! Among the recent additions, we strongly recommend taking a look at some of them:</p>
<figure>
  <ul>
    <li>
      <a href="https://www.food4rhino.com/en/app/swiftlet" target="_blank">
        <span>
          <u>Swiftlet</u>
        </span>
      </a>&nbsp;is a powerful plugin allowing you to make REST API calls directly inside Grasshopper. It contains many components that make it easy to build requests including query parameters and authentication headers, and all the tools needed to parse the responses. In the webinar, we reviewed examples connecting to ChatGPT and the Google Sheets API among others.
    </li>
    <li>
      <a href="https://www.food4rhino.com/en/app/bitmap" target="_blank">
        <span>
          <u>Bitmap+</u>
        </span>
      </a>&nbsp;and <a href="https://www.food4rhino.com/en/app/pdf" target="_blank">
        <span>
          <u>PDF+</u>
        </span>
      </a>&nbsp;enhance the existing possibilities in ShapeDiver to create and manipulate images and PDF documents.
    </li>
    <li>
      <a href="https://www.food4rhino.com/en/app/beaver" target="_blank">
        <span>
          <u>Beaver</u>
        </span>
      </a>&nbsp;includes advanced tools for timber engineering workflows (available on request).
    </li>
  </ul>
</figure>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1343x474/7438642404/section-5.jpg" loading="lazy" />
</figure>
<h3 id="takeaways">- Takeaways</h3>
<p>We're very excited to finally share this news with you. We're looking forward to receiving your feedback via <a href="https://www.shapediver.com/blog/forum.shapediver.com" target="_self">
    <b>our forum</b>
  </a>or by joining our newly announced <a href="https://shapediver.com/app/community" target="_self">
    <u>Community Standups</u>
  </a>.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/2826x988/7aaa59ca73/community.jpg" loading="lazy" />
</figure> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Dampere: A French Innovation Story!</title>
  <description><![CDATA[ Olivia Theilliere, discusses her role in enhancing Dampere&#39;s digital strategy over four years, focusing on the company&#39;s specialization in perforated metal sheets and the transformative impact of Grasshopper and ShapeDiver on their design, production, and customer engagement processes. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-dampere-a-french-innovation-story</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/6c33318fa8/coverhq.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Feb 20, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In this interview, we'll hear from Olivia Theilliere, who has been with <a href="https://dampere.fr/" target="_self">Dampere</a> for four years, steering the company's digital strategy. Her role involves enhancing Dampere's online visibility, facilitating customer purchases through digital channels, and improving internal communications and workflows with modern digital tools. Olivia's insights will provide a unique window into how digital strategies are conceived and executed at this company.</p>
<p>Dampere, a company with a decade-long specialization in perforated metal sheets, has made a name for itself in the architectural materials sector. It operates out of Paris and Lille and serves a broad European market, offering custom-made metal sheets for various building applications.</p>
<p>During our conversation, Olivia explains the pivotal role that Grasshopper and ShapeDiver have played in transforming Dampere's design and production processes. She will discuss the initial challenges of adapting to these tools, the journey towards integrating them into Dampere's workflow, and how they've enabled the company to offer customizable online configurators to their clients. Olivia's perspective will highlight the significant efficiencies and customer engagement improvements these digital tools have brought to Dampere, illustrating the evolving landscape of digital technology in the architectural materials industry. Let’s dive in!</p>
<h3 id="span1-please-start-by-telling-us-about-yourself-and-your-role-at-dampere-span">1. Please start by telling us about yourself and your role at Dampere.</h3>
<p>My name is <a href="https://www.linkedin.com/in/oliviadecharette/" target="_self">Olivia Theilliere</a>, and I have been working with Dampere for 4 years. As the head of Digital Strategy, I assist customers in finding Dampere online and facilitate their purchase through various digital platforms, such as our websites, webshops, and social networks. I also help our team effectively communicate, organize their work, and ensure the use of best practices, workflows, and digital tools.</p>
<h3 id="span2-what-is-dampere-and-which-core-products-or-services-do-you-offer-span">2. What is Dampere, and which core products or services do you offer?</h3>
<p>For the last 10 years, Dampere has specialized in perforated metal sheets. Although we are a small team, we are young and brimming with modern ideas, always ready to take on new challenges! Our passion is to create beautiful patterns, and we sell metal sheets for various building applications, such as facades, railings, fences, and more. We initiate production exclusively upon receiving a new order, which means we can cater to specific requests for each customer.</p>
<p>Our offices are in Paris and Lille, and we primarily deliver to customers in France and Belgium. However, we also serve customers in Germany, Luxembourg, Spain, and other countries. The only limitation we have is the shipping cost for pallets.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/60513f9925/01.jpg" loading="lazy" />
</figure>
<h3 id="span3-how-did-your-journey-with-shapediver-begin-and-what-were-your-initial-expectations-span">3. How did your journey with ShapeDiver begin, and what were your initial expectations?</h3>
<p>Initially, every order required manual drawing using AutoCAD, and each hole in the sheet had to be adjusted on every DXF file delivered to the machine. As an IT professional, I found this approach outdated and impractical. Therefore, I started looking on the internet for a solution. For about six months, I tried several solutions, from cropping SVG online to working with a Swedish team that could develop our patterns. After extensive research, I finally came across a ShapeDiver and Grasshopper solution, which I found promising. However, I had no idea about the journey ahead of us.</p>
<h3 id="span4-what-led-dampere-to-choose-grasshopper-as-a-tool-for-your-designs-were-there-specific-features-or-capabilities-that-stood-out-span">4. What led Dampere to choose Grasshopper as a tool for your designs? Were there specific features or capabilities that stood out?</h3>
<p>The magic of Grasshopper was the ability to read, transform, and produce DXF files.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/f2d40f1262/02.png" loading="lazy" />
</figure>
<h3 id="span5-how-do-shapediver-and-grasshopper-work-together-in-your-workflow-span">5. How do ShapeDiver and Grasshopper work together in your workflow?</h3>
<p>We use ShapeDiver for 98% of our work in Grasshopper. This lets us quickly show the results to our customers, who can order their specific metal sheet online. The remaining 2% of the work is carried out in Grasshopper only when the response time is too long, or the drawing is too heavy to be done online.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/979ca2063a/03.png" loading="lazy" />
</figure>
<h3 id="span6-could-you-describe-the-online-configurators-youve-developed-using-shapediver-what-makes-them-unique-or-innovative-span">6. Could you describe the online configurators you've developed using ShapeDiver? What makes them unique or innovative?</h3>
<p>We created several webshops using PHP that are fully connected to ShapeDiver via APIs. Each webshop is dedicated to one product type and connected to a specific ShapeDiver model. By utilizing the front-end API, we are able to connect our models to a custom user interface and dynamically change all parameters. This way we can display results in just one minute. Once the customer is satisfied with the result, they can conveniently pay online and proceed with their order. Additionally, the backend API allows us to generate all necessary factory documents.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/dce5a81298/04.png" loading="lazy" />
</figure>
<h3 id="span7-how-have-your-clients-responded-to-the-online-configurators-do-you-have-any-memorable-feedback-or-stories-span">7. How have your clients responded to the online configurators? Do you have any memorable feedback or stories?</h3>
<p>We noticed two types of customers when it comes to providing feedback.</p>
<p>Some customers find it challenging to adapt to our modern and innovative solutions as they are used to requesting a quote via email, engaging in prolonged discussions with our team, and eventually placing an order weeks later. This is particularly true for construction workers.</p>
<p>On the other hand, some customers are convinced by our solution within a matter of minutes. Most of these customers can place their orders independently, even outside regular business hours, and we often don't even know who they are.</p>
<p>We have also found that our online chat feature has helped to improve the customer experience for both types of customers.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/e62891e22f/05.png" loading="lazy" />
</figure>
<h3 id="span8-in-what-ways-have-the-configurators-impacted-your-sales-and-manufacturing-processes-span">8. In what ways have the configurators impacted your sales and manufacturing processes?</h3>
<p>It has changed everything. We are convinced this online shop and overall eCommerce are the future. So, we are adapting Dampere’s strategy to this new way of selling.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/502b79b20e/06.png" loading="lazy" />
</figure>
<h3 id="span9-what-challenges-did-you-face-while-creating-your-grasshopper-files-for-shapediver-and-how-did-you-overcome-them-span">9. What challenges did you face while creating your Grasshopper files for ShapeDiver, and how did you overcome them?</h3>
<p>We have been facing issues with long computation times while processing some of our drawings, which contain numerous tiny holes. This often pushed us to the limit of the response time allowed by our ShapeDiver plan. To resolve this, we upgraded to a 30-second computation time plan a few months ago, which allowed us to expand our library. However, we still have some projects that require more time; we use Grasshopper offline for those. We may consider upgrading to a higher ShapeDiver plan in the future to enable these files to be processed online, but presently, we are satisfied with our current settings.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/65eed51bbd/07.png" loading="lazy" />
</figure>
<h3 id="span10-how-can-offering-highly-customizable-products-affect-your-market-positioning-and-customer-satisfaction-span">10. How can offering highly customizable products affect your market positioning and customer satisfaction?</h3>
<p>We provided personalized products even before ShapeDiver, but now we can display the outcome to the customer and allow them to modify each parameter as much as they desire.</p>
<p>Additionally, our established online store enables us to indicate the production constraints. In other words, if a particular set of parameters is not feasible, the customer is instantly notified when attempting to make the change.</p>
<h3 id="span11-what-insights-or-advice-would-you-give-to-other-companies-considering-shapediver-for-their-configurable-products-span">11. What insights or advice would you give to other companies considering ShapeDiver for their configurable products?</h3>
<p>Be ready to learn and discover some magic! Be ready to spend a lot of time playing with it.</p>
<h3 id="span12-looking-ahead-how-do-you-plan-to-evolve-or-expand-your-use-of-shapediver-and-grasshopper-inside-dampere-span">12. Looking ahead, how do you plan to evolve or expand your use of ShapeDiver and Grasshopper inside Dampere?</h3>
<p>After successfully launching 5 webshops, we are working on improving their functionalities and exploring ways to merge their capabilities.</p>
<h3 id="span13-how-do-you-see-the-role-of-tools-like-shapediver-and-grasshopper-evolving-with-industry-trends-span">13. How do you see the role of tools like ShapeDiver and Grasshopper evolving with industry trends?</h3>
<p>Why draw yourself when an online tool can do it faster and better?</p>
<h3 id="span14-what-advice-would-you-give-companies-in-your-industry-about-embracing-digital-transformation-and-tools-like-shapediver-and-grasshopper-span">14. What advice would you give companies in your industry about embracing digital transformation and tools like ShapeDiver and Grasshopper?</h3>
<p>Good luck!</p>
<h3 id="thank-you-olivia-for-your-time-today">- Thank you, Olivia, for your time today!</h3>
<p>Thank you as well for sharing our story.</p>
<p>
  <b>
    <i>That's it for this new edition of Getting to know... Don't forget to visit&nbsp;</i>
  </b>
  <a href="https://dampere.fr/boutiques-en-ligne/" target="_self">
    <b>
      <i></i>
    </b>
    <u>Dampere's website</u>
  </a>
  <b>
    <i>&nbsp;and&nbsp;</i>
  </b>
  <a href="https://www.linkedin.com/company/dampere/" target="_self">
    <b>
      <i>LinkedIn page.</i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>Would you like to get featured in this space? Please email us at&nbsp;</i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>contact@shapediver.com</u>
  </a>
  <b>
    <i>&nbsp;and tell us about your project or brand! We'd love to start a conversation.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Modern Metal: Fusing aesthetics and precision.</title>
  <description><![CDATA[ Learn how Annie Kantor, founder of Modern Metal, uses CraftOS and ShapeDiver to create bespoke metal panels and vent covers for architectural projects. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-modern-metal-fusing-aesthetics-and-precision-craftos</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/d5bab4e327/cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Feb 8, 2024 12:00 AM +0000</pubDate>
  <category><![CDATA[ Case Studies ]]></category><category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Fusing aesthetic finesse and functional precision often leads to success in design and manufacturing. <a href="https://modmetaldesigns.com/" target="_self">Modern Metal</a> is an American company that specializes in creating bespoke metal panels and vent covers for architectural projects. The company has an interesting history, starting from textile roots and growing into a fully-fledged metalworking venture under the leadership of <a href="https://www.linkedin.com/in/annie-kantor-87aaa091/" target="_self">Annie Kantor</a>.</p>
<p>Recently, Modern Metal has been committed to innovation and, most importantly, automation, which is evident in its use of digital tools like <a href="https://craft-os.com/" target="_self">CraftOS</a> and ShapeDiver. CraftOS is a turn-key solution that combines the creative freedom of Grasshopper and ShapeDiver with the operational efficiency of custom order management. (We'll have an interview with their team soon, so stay tuned!) These tools allow the company to refine its design process and customer interaction, resulting in high-quality products that meet the needs of their clients.</p>
<p>In this interview, you will discover the journey of Modern Metal and their decision to integrate CraftOS into their platform. As Annie discusses their operational challenges, she highlights how CraftOS has become a cornerstone in simplifying the process from design to order fulfillment. This conversation will provide insight into automated design customization, real-time quoting, and the future of customer-centric digital interactions for Modern Metal. Let’s dive in!</p>
<h3 id="span1-can-you-tell-us-about-the-journey-of-modern-metal-from-its-inception-to-where-it-is-now-what-drove-you-to-transition-from-a-background-in-textiles-to-specializing-in-metal-panels-span">1. Can you tell us about the journey of Modern Metal from its inception to where it is now? What drove you to transition from a background in textiles to specializing in metal panels?</h3>
<p>It has been an unexpected adventure from its inception! This all started because I was in the midst of remodeling my Oakland home, and I was attentive to every detail. We had a huge duct opening in the entryway to our home. I scoured antique markets for a beautiful brass floor grille that would suit the aesthetic of our home. I couldn’t find anything the right size. I remembered a jacquard woven textile I had designed years ago, ironically inspired by a metal elevator shaft extracted from the Chicago Stock Exchange, a Louis Sullivan building. I thought it would be interesting to translate my woven into metal.  Our architect saw this and said, “Hey, this is really cool you could sell these”.  And just like that, a business was born.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/b9e62989e9/01-min.png" loading="lazy" />
</figure>
<p>Today, I use a Textile Design program, Pointcarre, to design all of my patterns in metal.  It’s comfortable for me to think and work as a textile designer, to think in repeating patterns. This enables me to push the limits of what can be done in metal, creating more textile-like designs with more movement and fluidity.</p>
<p>Thus, the core of what I started with remains the same as I’m designing repeating patterns, but instead of using layers of yarn for dimension and structure, I’m using metal. The business has evolved significantly from that beginning point.</p>
<p>Now, I’m running a company, wearing lots of hats, and very little of my time is spent on pure design work. We’re officially a Women-owned Small Business, and  I work closely with my core team of women, production manager, and operations manager to keep the flow of our business running smoothly. It’s a lot of work!</p>
<h3 id="span2-who-are-your-primary-clients-and-in-what-ways-do-modern-metals-products-cater-to-their-specific-needs-span">2. Who are your primary clients, and in what ways do Modern Metal’s products cater to their specific needs?</h3>
<p>Primary clients are architects and interior designers in the residential and commercial spaces. We do sell directly to homeowners, but our primary focus is business-to-business. Modern Metal enables our clients to customize and make a unique piece for their space.</p>
<p>Most often, almost always, a designer needs a very specific size and wants to develop a custom pattern with us. My goal is to make the custom process easy, fun, and efficient so that they can incorporate Modern Metal into their projects. The result is a long-lasting bespoke design element personal to their customer/project.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/ac7c6e202f/02-min.png" loading="lazy" />
</figure>
<h3 id="span3-your-products-especially-the-large-format-custom-frame-panels-and-vent-covers-uniquely-blend-aesthetic-appeal-and-functional-value-how-do-you-manage-to-balance-these-aspects-in-every-project-you-undertake-span">3. Your products, especially the large format custom frame panels and vent covers, uniquely blend aesthetic appeal and functional value. How do you manage to balance these aspects in every project you undertake?</h3>
<p>I’m all about form and function; one doesn’t happen without the other. Whenever I develop a pattern, for instance, I think of the end use. Actually, I develop the pattern BEFORE I think of end use so that I’m less inhibited. Then, I start the questions and make appropriate edits. How much opening space does it have for airflow?  How sturdy will this design be if cut in a large panel?  Depending on the application, we consider many factors, such as the scale of pattern, thickness of material, type of metal, and finish for various climates.  Our products are designed to be forever products in timeless designs.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/bc31ef18f5/03.png" loading="lazy" />
</figure>
<h3 id="span4-when-it-comes-to-customizing-vent-covers-and-panels-for-your-clients-what-are-the-most-common-customizations-requested-and-how-do-you-accommodate-them-in-your-design-process-span">4. When it comes to customizing vent covers and panels for your clients, what are the most common customizations requested, and how do you accommodate them in your design process?</h3>
<p>The most common custom requests are the size of the duct opening.  Sometimes, clients also need a certain outer dimension to cover up something unsightly on the wall.  It can be a technical challenge to adjust these parameters as the pattern area is dictated by flange welding, and screw sizes may dictate the outer edge, etc.  In cases like this, I have to have the technical dictate my design direction, and I work within those confines.  I don’t mind this because I welcome a design challenge.  When I worked as a Textile Designer at Maharam, we designed commercial fabrics that had to meet standards, such as double rubs, etc.  I love the challenge of creating something beautiful that meets the guidelines.  Again, form and function!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/910c267b4a/04-min.png" loading="lazy" />
</figure>
<h3 id="span5-over-the-years-what-were-some-significant-challenges-modern-metal-faced-especially-in-terms-of-design-customization-and-order-fulfillment-span">5. Over the years, what were some significant challenges Modern Metal faced, especially in terms of design customization and order fulfillment?</h3>
<p>Challenges–yes, there have been many. I still feel like I learn something with every single job.  Right now, we’re designing a gate in collaboration with Creative Gates.  My design is intended to span across hopping from one gate side to the next, and I have to consider the gate frame and hardware. That’s new for me and a challenge.</p>
<p>We’ve learned everything the hard way! We don’t ship until payment is received. We have strict proof of packing in case an item gets damaged in shipping.  We insure everything.  We double-check all quotes and drawings through a rigorous internal check system to ensure we don’t miss details. We bubble close-ups of our drawings so customers understand the pattern's scale. We make sure to write that our designs are strictly copyrighted and may not be reproduced or fabricated without our written consent. We give conservative lead times to have some extra time built in should something need more time.</p>
<p>Mostly, we have implemented a very formal process for sign-off of drawings, estimates, and shipping to ensure we communicate clearly with our customers. Metal is not forgiving, so it needs to be accurate the first time!</p>
<h3 id="span6-what-motivated-you-to-integrate-craftos-into-your-operations-and-how-has-this-decision-impacted-your-handling-of-custom-orders-span">6. What motivated you to integrate CraftOS into your operations, and how has this decision impacted your handling of custom orders?</h3>
<p>I had been outsourcing all of our technical drawings to CAD engineers. I still do that, but now, with <a href="https://craft-os.com/" target="_self">CraftOS</a>, we can do most drawings in-house and don’t need to wait days to receive them.  We can revise on the spot! The process is integral to quoting and providing our customers with accurate technical drawings.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/bad8a3f316/05.png" loading="lazy" />
</figure>
<h3 id="span7-before-creating-this-online-automation-tool-were-there-alternative-solutions-you-considered-for-handling-these-automation-tasks-what-sets-this-new-tool-apart-in-terms-of-cost-and-value-span">7. Before creating this online automation tool, were there alternative solutions you considered for handling these automation tasks? What sets this new tool apart in terms of cost and value?</h3>
<p>Before, we only outsourced to CAD engineers. What sets this tool apart for us is the ability to customize to our needs. We spent hours with their team so that they could understand the nuances of our product and build it into their model.</p>
<h3 id="span8-how-have-the-capabilities-of-this-tool-in-handling-multiple-quantities-material-choices-and-different-finishes-streamlined-the-product-customization-process-at-modern-metal-span">8. How have the capabilities of this tool in handling multiple quantities, material choices, and different finishes streamlined the product customization process at Modern Metal?</h3>
<p>This hasn’t really changed anything for us in this regard, but we are able to specify finishes, material choices, and quantity in the program, which is important.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/e644a46330/06.png" loading="lazy" />
</figure>
<h3 id="span9-how-has-it-simplified-creating-custom-product-configurations-and-affected-lead-times-and-productivity-span">9. How has it simplified creating custom product configurations and affected lead times and productivity?</h3>
<p>We can now draw our products in custom sizes very quickly, which enables us to receive quotes from our fabricators faster and get our estimates to the customer faster. I’d say this has decreased our lead times by 1-2 weeks.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/7d8c5b99f2/07-min.png" loading="lazy" />
</figure>
<h3 id="span10-how-can-automatically-generating-and-managing-quotes-spannbspand-processing-orders-through-this-tool-spannbspenhance-your-customer-interactions-and-sales-process-span">
  <b>
    <span>10. How can automatically generating and managing quotes</span>
  </b>and processing orders through this tool enhance your customer interactions and sales process?
</h3>
<p>Sometimes, when I feel a customer needs a visual, I just create a drawing for them in CraftOS to look at. This was not possible for me previously and is certainly a great selling tool.</p>
<h3 id="span11-how-does-the-tool-alert-the-designer-about-potential-fabrication-issues-can-you-share-how-this-feature-has-helped-minimize-errors-or-rework-in-the-design-phase-span">11. How does the tool alert the designer about potential fabrication issues? Can you share how this feature has helped minimize errors or rework in the design phase?</h3>
<p>There are what CraftOS calls “rules” in our customized program, which make designing our products a dream and easily accessible for anyone on my team to develop. Here are two examples of how these rules minimize errors in the design phase:</p>
<figure>
  <ol>
    <li>Minimum opening size on a pattern.  CraftOS has programmed in a rule that no opening can be smaller than the thickness of the metal we’re cutting. This is a fabrication rule and essential for us to follow.  So now, anytime we enter an opening size that won’t be possible to cut, it shows up in red as an alert to us.  It’s great!</li>
    <li>Scale of pattern:  We have established three set standard scales of our patterns for all of our 21 Signature Designs. This rule enables us to be consistent when designing so that our scale remains the same across a job.  Also, it enables my team members to know my suggested guidelines for the pattern scale of each design.  </li>
  </ol>
</figure>
<h3 id="span12-what-kind-of-feedback-have-you-received-from-your-clients-or-fabricators-regarding-the-automated-schematics-and-cut-files-generated-by-this-tool-span">12. What kind of feedback have you received from your clients or fabricators regarding the automated schematics and cut files generated by this tool?</h3>
<p>Our fabricators appreciate DXF files, and we can now work with fabricators who may not have been able to quote for us previously without the DXF file. This tool has opened new doors.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/bd6962ebae/08-min.png" loading="lazy" />
</figure>
<h3 id="span13-how-do-you-envision-the-evolution-of-the-configurator-tool-especially-in-terms-of-customer-facing-interactions-and-direct-ordering-span">13. How do you envision the evolution of the configurator tool, especially in terms of customer-facing interactions and direct ordering?</h3>
<p>Right now, we’re not using it to its full capacity. I’d like to get to the point where pricing is instantly generated. At some point, we’d like our customers to be able to customize our existing Signature design on our website, get a price, click, and order!</p>
<h3 id="span14-as-modern-metal-continues-to-evolve-are-there-new-product-lines-or-design-innovations-you-are-exploring-to-enhance-your-product-portfolio-span">14. As Modern Metal continues to evolve, are there new product lines or design innovations you are exploring to enhance your product portfolio?</h3>
<p>Yes, we are about to formally introduce a new product, a very engineered and customized piece that opens and shuts to accommodate changing an air filter. Also, we plan to introduce a semi-custom value-engineered option for cabinetry inserts in our most popular pattern, Square Squared. Lastly, I have a new collection of designs on the horizon!</p>
<h3 id="span15-based-on-your-experience-what-recommendations-would-you-give-similar-businesses-looking-to-automate-their-design-and-order-fulfillment-processes-span">15. Based on your experience, what recommendations would you give similar businesses looking to automate their design and order fulfillment processes?</h3>
<p>I’d say it’s a necessary step to streamline production and stay at the forefront of technical innovation. Just like buying the most recent software, we must keep up with what technology has to offer!</p>
<h3 id="span-thank-you-very-much-for-your-time-today-annie-span">- Thank you very much for your time today, Annie!</h3>
<p>Thank you as well for this opportunity.</p>
<p>
  <b>
    <i>
      <span>That's it for this new edition of Getting to know... Don't forget to visit</span>&nbsp;
    </i>
  </b>
  <a href="https://modmetaldesigns.com/" target="_self">
    <b>
      <i>
        <span>Modern Metal’s website</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <a href="https://www.instagram.com/modernmetaldesigns/" target="_self">
    <b>
      <i>
        <span>Instagram page</span>
      </i>
    </b>
  </a>
  <b>
    <i>.</i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>Would you like to get featured in this space? Please email us at</span>&nbsp;
    </i>
  </b>
  <a href="mailto:contact@shapediver.com" target="_blank">
    <b>
      <i>
        <span>contact@shapediver.com</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>&nbsp;and tell us about your project or brand! We'd love to start a conversation.</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Spring &#39;24 Update | Live Webinar</title>
  <description><![CDATA[ Join us on March 5th for a webinar hosted by our Head of Product, Mathieu Huard, and our Head of Projects, Edwin Hernández. Together, they’ll showcase the latest features added to the ShapeDiver platform, including full Rhino 8 support. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-spring-24-update-live-webinar</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/ef3bd54081/spring-update-blog.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Feb 2, 2024 1:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>Mathieu Huard, Head of Product, and Edwin Hernández, Head of Projects, will take you through a guided tour of the latest features added to the ShapeDiver platform, such as full support for Rhino 8.</p>
<p>This webinar is scheduled to last approximately 1 hour and is aimed at computational designers and/or business leaders wanting to learn more about the latest features on our platform.</p>
<p>For those interested in getting started with or upgrading their current ShapeDiver plan, we'll give away 10 discount coupons at the end of the presentation (before Q&A).</p>
<h2 id="webinar-overview">Webinar Overview</h2>
<p>
  <u>Date:</u> Tuesday, March 5th, 2024.
</p>
<p>
  <u>Time:</u> 8am Pacific Time, 11am Eastern Time, 5pm Central European Time.
</p>
<p>
  <u>Duration:</u> approximately 1 hour, not including Q&A.
</p>
<blockquote>
  <h3 id="a-hrefhttps-livezohoeu-ewwbecfavi-targetself-ugt-click-here-to-register-u-a">
    <a href="https://live.zoho.eu/EwWBeCFavi" target="_self">
      <u>&gt; CLICK HERE TO REGISTER</u>
    </a>
  </h3>
</blockquote>
<h2 id="agenda">Agenda:</h2>
<p>
  <u>Part 1:</u> Rhino 8 support and other new plugin features.
</p>
<p>
  <u>Part 2:</u> New sharing, embedding and layout features on the platform.
</p>
<p>
  <u>Part 3</u>: Advanced post-processing effects in the ShapeDiver viewer.
</p>
<p>
  <u>Part 4:</u> Outro and special announcements.
</p>
<p>
  <u>Part 5:</u> Q&A.
</p>
<h2 id="uabout-shapediver-u">
  <u>About ShapeDiver</u>
</h2>
<p>
  <b>ShapeDiver</b> is an online platform that simplifies hosting and sharing Grasshopper files online. It provides the tools and scalable infrastructure to help users transform their library of Grasshopper files into powerful and shareable web applications.
</p>
<p>With ShapeDiver, users can:</p>
<p>- Share the full power of their parametric design files with partners, clients, and other non-technical stakeholders wherever they are while protecting their IP.</p>
<p>- Create online applications that help automate sales, design, and manufacturing processes.</p>
<h2 id="umeet-your-hosts-u">
  <u>Meet Your Hosts</u>
</h2>
<h3 id="a-hrefhttps-wwwlinkedincom-in-mathieu-huard-80932176-targetblank-umathieu-huard-u-a">
  <a href="https://www.linkedin.com/in/mathieu-huard-80932176/" target="_blank">
    <u>Mathieu Huard</u>
  </a>
</h3>
<p>
  <i>Mathieu is the Head of Product, as well as one of the founders of ShapeDiver. He focuses on expanding the ShapeDiver product to cater to various industries leveraging parametric design in their workflows. In the context of the AEC industry, he helped push the collaboration and interoperability functionalities of ShapeDiver, such as bridging the online platform with various design software suites, including Autodesk Forma.</i>
</p>
<p>
  <i>He holds a Ph.D. in Applied Mathematics. Before founding ShapeDiver, he spent several years with the Vienna-based company Evolute, developing software and consulting for architects and engineering firms, all along gaining experience with building tools for Rhino and Grasshopper.</i>
</p>
<h3 id="a-hrefhttps-wwwlinkedincom-in-edwin-hernandez-gomez-targetself-edwin-hernandez-a">
  <a href="https://www.linkedin.com/in/edwin-hernandez-gomez/" target="_self">
    <b>Edwin Hernández</b>
  </a>
</h3>
<p>
  <i>Edwin Hernandez is Head of Projects and Senior Computational Designer at ShapeDiver. He studied Architecture at Andes University in Bogotá, Colombia, and Computer Animation at the SAE Institute in Melbourne, Australia.</i>
  <i>
    <br />
  </i>
  <i>
    <br />
  </i>
  <i>While he was still studying, he began working as a "solopreneur" with clients in Australia and New Zealand. These clients provided projects that allowed him to gain experience in using BIM software, parametric design, and web coding. His experience enabled him to join the ShapeDiver team in Vienna, Austria in 2017. He has been responsible for managing multiple projects across more than 15 different industries. During this time, he has learned how to create highly optimized and complex parametric models using C#, custom plugins for Grasshopper, and cloud applications based on Grasshopper.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Interstice: Democratizing 4D models!</title>
  <description><![CDATA[ Eric Guenther, Co-Founder and Principal of Interstice and Digital Practice Manager at FSE, delves into the innovative intersection of structural engineering and computational design, especially within the evolving Mass Timber sector. He highlights the role of tools like Rhino, Grasshopper, Python, and ShapeDiver in transforming project delivery and client collaboration in the AEC industry. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-interstice-democratizing-4d-models</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/7f0e22f46b/interstice-cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jan 15, 2024 12:00 AM +0000</pubDate>
  
  
  <content:encoded><![CDATA[ <p>Eric Guenther is the Co-Founder and Principal of Interstice. He brings a unique combination of structural engineering expertise and architectural insights to the AEC industry. He has a deep background in both design principles and computational methodologies, which makes him a leader in industry innovation. His work at <a href="https://interstice.studio/" target="_self">Interstice</a> and his role as Digital Practice Manager at <a href="https://www.forefrontstructural.com/" target="_self">Forefront Structural Engineers</a> reflect his strong focus on bridging gaps in the industry and pushing the boundaries of traditional engineering practices.</p>
<p>In this exclusive interview, Eric talks about the origin of Interstice, and how their desire to explore beyond traditional structural engineering led to the formation of the company. He discusses the potential of Mass Timber, highlighting its sustainability, aesthetic appeal, and cost-effectiveness. He also talks about the challenges of specialization and siloing in the AEC industry and explains how Interstice aims to create innovative solutions that span across various domains, bringing cohesiveness to the industry.</p>
<p>Eric emphasizes the importance of computational tools in today's design and engineering processes. He explains how he uses Rhino, Grasshopper, Python, and Revit in his workflow. Furthermore, he believes that integrating ShapeDiver into his process revolutionizes client engagement and project delivery. Guenther's insights provide a glimpse into the future of architectural engineering, where technology not only enhances design capabilities but also fosters collaborative and interactive client relationships.</p>
<h3 id="1-please-introduce-yourself-and-share-a-bit-about-your-professional-background-particularly-concerning-the-aec-industry">1. Please introduce yourself and share a bit about your professional background, particularly concerning the AEC industry.</h3>
<p>My name is <a href="https://www.linkedin.com/in/eric-guenther-se-702ba020/" target="_self">Eric Guenther</a>. I’m Co-Founder and Principal of Interstice and Digital Practice Manager at Forefront Structural Engineers (FSE). I’ve spent most of my career practicing as a structural engineer, but I’ve always focused on the AEC industry's broader aspects. I attribute much of that to my education in architecture, where I learned about design, integration, and systems thinking. Those concepts led me to pick up computational design, which initially served as a creative outlet but now underscores much of my work.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/d43d01d276/01.png" loading="lazy" />
</figure>
<h3 id="2-what-was-the-key-motivation-or-triggering-event-that-inspired-you-to-start-your-business-in-the-aec-sector-specifically-within-mass-timber">2. What was the key motivation or triggering event that inspired you to start your business in the AEC sector, specifically within Mass Timber?</h3>
<p>My partner, <a href="https://www.linkedin.com/in/josh-dortzbach-se-pe-0340985/" target="_self">Josh Dortzbach,</a> and I founded Interstice to explore new ideas and expand into areas outside of pure structural engineering. We are particularly interested in spaces where we see opportunities for innovation. The triggering moment was when we found a client asking us to help them do just that.</p>
<p>Mass timber is in its relative infancy in the U.S. There is a real opportunity to help shape its future. The opportunity extends well beyond material-specific technologies and into the broader aspects of the industry. We saw this as an ideal opportunity to take on new challenges and help our clients navigate an evolving market.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/01b1c75571/02.png" loading="lazy" />
</figure>
<h3 id="3-mass-timber-has-recently-gained-significant-attention-in-the-aec-industry-what-do-you-think-are-the-key-factors-driving-its-popularity">3. Mass Timber has recently gained significant attention in the AEC industry. What do you think are the key factors driving its popularity?</h3>
<p>We haven’t seen many disruptions in structural materials over the past century. While timber itself is nothing new, mass timber offers the potential to balance the elusive trio of quality, speed, and cost. Most would agree that timber is beautiful and offers a promise of sustainability. It can be built quickly with small crews, and modern manufacturing capabilities have made it competitive from a cost perspective. Achieving all three is difficult, but the potential drives the popularity.</p>
<h3 id="4-looking-at-the-aec-industry-what-main-challenges-and-opportunities-do-you-aim-to-address-with-interstice">4. Looking at the AEC industry, what main challenges and opportunities do you aim to address with Interstice?</h3>
<p>Throughout my experience in the AEC industry, I’ve seen a continuing trend toward hyper-specialization. Industry members are encouraged, if not required, to become experts in a smaller and smaller niche. This brings a lot of siloing between designers, suppliers, builders, etc. We started Interstice to fill the gaps between these silos. Rather than narrowing our focus, we’re choosing to broaden it. We work closely with our clients to identify their unique challenges and build custom solutions.</p>
<p>Specifically, within mass timber, we’ve looked at the entire project delivery method and identified opportunities for improvement. We’re focused on empowering early decision-making, streamlining the digital workflow between diverse teams, and simplifying the construction logistics process.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/e046a530ef/03.png" loading="lazy" />
</figure>
<h3 id="5-what-is-your-current-workflow-framework-involving-rhino-grasshopper-python-revit-etc-at-what-point-does-shapediver-come-into-play">5. What is your current workflow/framework involving Rhino, Grasshopper, Python, Revit, etc.? At what point does ShapeDiver come into play?</h3>
<p>I’m drawn to many of these tools because they offer relative simplicity and a high degree of flexibility. Python provides a flexible but powerful environment for our raw engineering algorithms and data processing. Rhino and Grasshopper offer an intuitive way to work within a 3D environment that is not necessarily encumbered with building information. Therefore, most of my workflow centers around those tools, pushing and pulling information to other software as needed. By controlling the whole workflow, we’re able to minimize data loss, collaborate seamlessly, and explore meaningful information at the earliest stages of a project.</p>
<p>
  <a href="https://www.shapediver.com/home" target="_self">ShapeDiver</a> enters the picture when we need to share interactive parts of this process with clients and collaborators. Often, the limitation of computational design tools is that they aren’t readily accessible to those not familiar with a programming environment. With ShapeDiver, <a href="https://www.shapediver.com/why-shapediver" target="_self">we can quickly turn our solutions into interactive web apps</a> that our clients and collaborators can explore without any programming knowledge.
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/63fbb72076/04.png" loading="lazy" />
</figure>
<h3 id="6-could-you-describe-how-you-use-shapediver-as-part-of-your-workflow">6. Could you describe how you use ShapeDiver as part of your workflow?</h3>
<p>We primarily use ShapeDiver to put <a href="https://www.interstice.studio/logistics" target="_self">4D models into the hands of the team</a>. Adding the extra dimension of time to a model is powerful on its own. The ability to open that same model on a browser flips the script on accessibility. Because our workflow is primarily structured around Grasshopper, ShapeDiver integrates seamlessly. We can generate detailed 4D models of our earliest concepts, allowing team members easy access to critical information.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/9f21ccb219/05.png" loading="lazy" />
</figure>
<h3 id="7-what-are-the-specific-challenges-in-mass-timber-projects-that-shapediver-helps-to-address">7. What are the specific challenges in mass timber projects that ShapeDiver helps to address?</h3>
<p>One of the biggest challenges facing mass timber is capitalizing on schedule. On large-scale projects, it must be built fast to be successful. The problem is that capitalizing on the potential speed requires both a detailed plan and buy-in from multiple trades.</p>
<p>In traditional projects, the information required to develop the plan would come in the later stages of the project. With ShapeDiver, we’re able to put this information into anyone’s hands on day one. We can then collaborate with stakeholders and refine the plan collectively. This benefits not just the mass timber trades but every trade that needs to capitalize on its speed.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/a83ef2251e/06.png" loading="lazy" />
</figure>
<h3 id="8-how-does-shapediver-enhance-your-interaction-with-clients-and-partners">8. How does ShapeDiver enhance your interaction with clients and partners?</h3>
<p>One of the most important parts of our business, and one of the biggest challenges facing our industry, is understanding our collaborator’s and client’s needs. ShapeDiver allows us to give clients direct access to valuable information, but more importantly, it promotes a better level of understanding. It’s pretty powerful to build out a tool and, within minutes, have your clients or partners explore it on a web app. It’s even more powerful when they can give you live feedback on how that tool applies to their problem. This level of engagement multiplies the tool's value in a way that is hard to achieve otherwise.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/3f569270f0/07.png" loading="lazy" />
</figure>
<h3 id="9-are-there-any-plans-or-improvements-youre-considering-for-shapedivers-integration-into-your-workflow">9. Are there any plans or improvements you're considering for ShapeDiver's integration into your workflow?</h3>
<p>In the early optimization phase of our workflow, we generate thousands of framing configurations. Representing a select few of these configurations has always been one of the more static parts of an otherwise fluid process. We’re currently exploring ways to package this entire model in ShapeDiver. This would allow us to recommend a few configurations while still giving access to all of them. We hope this will dramatically increase engagement and promote more exploration at this critical stage.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/e3325657ce/08.png" loading="lazy" />
</figure>
<h3 id="10-are-there-any-specific-features-of-shapediver-that-you-find-particularly-beneficial-or-unique-compared-to-other-tools">10. Are there any specific features of ShapeDiver that you find particularly beneficial or unique compared to other tools?</h3>
<p>I look for tools that are simple to use and get you up and running quickly. <a href="https://www.shapediver.com/how-it-works" target="_self">I probably spent less than 30 minutes getting my first functional script deployed.</a> I didn’t have to learn web development or how to host my own server; I barely had to modify my Grasshopper script. ShapeDiver is no-nonsense for users like me but offers the potential to build something more powerful when needed.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/3a9b5b4ec9/09.png" loading="lazy" />
</figure>
<h3 id="11-what-advice-would-you-give-to-other-professionals-in-your-industry-considering-integrating-shapediver-into-their-workflow">11. What advice would you give to other professionals in your industry considering integrating ShapeDiver into their workflow?</h3>
<p>Keep it simple. Building a highly effective and powerful script that only you understand is relatively easy. It’s much harder to put that in someone else's hands and have them understand it intuitively. We’re dozens of iterations into one of our tools and still simplifying it. The simplest version that conveys the idea is all you need.</p>
<h3 id="well-this-has-been-great-eric-thank-you-very-much-for-your-time-today">- Well, this has been great, Eric. Thank you very much for your time today!</h3>
<p>Thank you as well for this opportunity.</p>
<p>That's it for this new edition of Getting to know... Don't forget to visit <a href="https://www.interstice.studio/" target="_self">Insterstice's website</a> and <a href="https://www.linkedin.com/company/intersticestudio/" target="_self">LinkedIn page.</a>
</p>
<p>Would you like to get featured in this space? Please email us at <b>
    <span>
      <u>contact@shapediver.com</u>
    </span>
  </b> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Gemme: 3D Printed Jewelry!</title>
  <description><![CDATA[ Learn how this German company uses Grasshopper, ShapeDiver and Shopify to offer high-end 3D printing jewelry online. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-gemme-3d-printed-jewelry</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/b6073a4c6e/gemme-jewelry-shapediver-shopify.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Dec 6, 2023 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <a href="https://www.linkedin.com/in/alexander-drachenberg-914946120/" target="_blank">Alexander Drachenberg</a> is a German architect who, some years back, decided to experiment with parametric design concepts outside his day-to-day job. He realized that <a href="https://www.rhino3d.com/" target="_blank">Rhinoceros 3D and Grasshopper</a> gave him endless possibilities to express his design visions, so he started a jewelry brand with his co-founder, <a href="https://www.linkedin.com/in/jennifergreco1/" target="_blank">Jennifer Greco</a>.
</p>
<p>In this interview, we learn what drove Alexander and Jennifer to start Gemme Jewelry (recently rebranded to <a href="https://nonexamples.io/" target="_blank">NonExamples.io</a> ), the unique concept they are presenting with this brand, and the different technologies powering this online store, such as Grasshopper, ShapeDiver, and <a href="https://shapediver.com/shopify-integration" target="_blank">Shopify</a>. We also cover the different aspects of his design workflow and his vision regarding the future of his brand and the Jewelry industry.</p>
<p>--</p>
<h3 id="span1-hello-and-welcome-please-tell-us-about-yourself-span">1. Hello and welcome! Please tell us about yourself.</h3>
<p>Hi, I’m Alexander, and I am the co-founder of Gemme Jewelry. I’m an architect by training and trade, having worked with some of the best architecture and design offices worldwide.</p>
<p>Over the years, I understood that I could extend my passion and skills beyond just architecture. While experimenting with the rapidly evolving 3D technology I used in my day-to-day job, I realized I could explore new ways to express my design vision. Since then, my passion has been blending design and technology, with jewelry being one manifestation of this.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/07e6730871/01.png" loading="lazy" />
</figure>
<h3 id="span2-which-one-is-your-software-of-choice-and-why-span">2. Which one is your software of choice and why?</h3>
<p>I use a combination of Rhino and Grasshopper in most of my work. Rhino gives you endless possibilities to design and model anything you can imagine. Using Grasshopper as an additional tool enables me to automate processes in several stages of the design, but also gives me a set of tools that allow me to experiment with complex ideas.</p>
<h3 id="span3-how-did-you-get-interested-in-parametric-product-design-span">3. How did you get interested in Parametric/Product Design?
  <br />
</h3>
<p>The first time I encountered parametric design was at university. Since then, I have worked on many large-scale architectural projects worldwide involving parametric designs, such as FOUR in Frankfurt and The Cradle in Düsseldorf. A few years ago, I began testing ideas on smaller-scale objects, such as jewelry, which led me to further explore the world of product design.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/4954a9e97c/02.png" loading="lazy" />
</figure>
<h3 id="span4-how-has-grasshopper-changed-the-way-products-are-developed-designed-span">4. How has Grasshopper changed the way products are developed/designed?</h3>
<p>As a result of using Grasshopper, one can iteratively design products. The user can modify any product through simple inputs, while the products' logic prevents remodeling repeatedly. As a result, it opens up a new set of experimental tools that would not be feasible if done manually or non-parametrically.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/20097192d5/03.png" loading="lazy" />
</figure>
<h3 id="span5-what-does-your-design-workflow-look-like-span">5. What does your design workflow look like?</h3>
<p>Most of my ideas start bold but abstract, which I first evaluate with simple digital massings. If the idea seems promising, I set up a parametric model with Grasshopper. The model allows me to keep adding layers of complexity while evolving the overall design.</p>
<p>Once I have reached a state where I think the design is close to being final, I take some time away from it. It helps me to focus on other projects and neutralizes my opinion about the design. If I look back at it after a couple of days and I still like it, I continue working on it.</p>
<p>This process might happen several times until it reaches its final stage. Although, often, a design or an idea never successfully makes it to the end of this process.  </p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0af5dec759/04.png" loading="lazy" />
</figure>
<h3 id="span6-how-did-parametric-design-and-3d-printing-influence-your-go-to-market-strategy-span">6. How did parametric design and 3D printing influence your go-to-market strategy?</h3>
<p>Customization has revolutionized product design. More and more, customers expect to be able to personalize their accessories. However, brands currently offer few options for this. Real-time online customization is set to change this. We already see this being done in the clothing, automotive, and furniture space, where customers can easily configure their desired item in a matter of minutes and place an order online.</p>
<p>Parametric design, combined with 3D Printing, allows us to expand this to jewelry and brings customized, detailed, and intricate designs to life in a way that would be otherwise impossible using traditional manufacturing techniques.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/b15e6e8a03/05.png" loading="lazy" />
</figure>
<h3 id="span7-what-is-gemme-span">7. What is Gemme?</h3>
<p>Gemme is a brand that focuses on iconic, fully customizable jewelry creations. Using the latest 3D printing technology, we create designs and details that can’t be achieved using traditional manufacturing methods.</p>
<p>While searching for unconventional and experimental jewelry, my co-founder Jennifer and I realized that no brand offered us the opportunity to fully personalize jewelry the way we wanted. That’s how we came up with Gemme. For us, this is a way to democratize self-expression through jewelry.</p>
<p>Precious accessories should be unique and purposeful. Currently, the market can’t deliver this in a digital-first manner. It has many options, but has no accessible way for people to create a truly original piece online.</p>
<p>At Gemme, we let anyone select or design a piece that perfectly matches their taste. Our tools allow customers to change the style, size, shape, detailing, and materials so that anyone can wear a piece that is fully customized and entirely theirs.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/57c3eab88e/06.png" loading="lazy" />
</figure>
<h3 id="span8-tell-us-about-the-different-models-available-at-gemme-span">8. Tell us about the different models available at Gemme.</h3>
<p>Gemme offers our customers the option to choose from models available in the  “Collection” or “Design Your Own” sections.</p>
<p>In “ <a href="https://gemmestore.com/collections/" target="_blank">Collection</a> ” we have a selection of curated pieces designed by us. The main inspiration for this jewelry is creating experimental, iconic statement pieces. Here you can find a range of rings, bracelets, earrings, and necklaces.</p>
<p>With “Design Your Own” we allow our customers to create their own personalized and fully customized jewelry online.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/babedb2d81/07.png" loading="lazy" />
</figure>
<h3 id="span9-which-one-is-your-favorite-and-why-span">9. Which one is your favorite and why?</h3>
<p>Personally, I get excited the most about the <a href="https://gemmestore.com/products/dream-ring-designer" target="_blank">Gemme Designer</a>. This is because it represents the perfect mixture of uniqueness, personalization, and design. The Gemme Designer is powered by complex Grasshopper algorithms, which we customized into a user-friendly interface. A few simple sliders and inputs allow you to generate almost endless jewelry designs.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/06eab47082/08.png" loading="lazy" />
</figure>
<h3 id="span10-why-did-you-choose-to-use-shopify-for-your-store-span">10. Why did you choose to use Shopify for your store?</h3>
<p>
  <a href="https://www.shopify.com/" target="_blank">Shopify</a> covers all important integrations and services we need, like marketing automation, customer service, and security. In addition, we built an app with our partner <a href="https://newbranch.tech/" target="_blank">New Branch Ltd</a>, which allows us to easily integrate our ShapeDiver models into our store. It enables us to experiment with different product models and configuration options, without having to depend on web developers. This reduces our operational costs and risk, and we can focus on our products instead.
</p>
<h3 id="span11-whats-the-future-of-ecommerce-for-the-jewelry-industry-span">11. What's the future of eCommerce for the Jewelry Industry?</h3>
<p>I believe e-commerce <i>
    <span>is</span>
  </i>the future of jewelry. We know that since the pandemic, customers increasingly want to shop online and have the same level of experience as in real life, wherever they are and whenever. Many consumers nowadays are looking to access bespoke jewelry from the comfort of their sofa without going through the lengthy and often expensive process of looking for a traditional jewelry maker. Accessibility, affordability, and options are what e-commerce has enabled in the jewelry space.</p>
<p>Finally, new and exciting trends are emerging, which we are following closely. Visual commerce is one of them. We believe that to truly deliver a superior shopping experience for our customers, jewelry brands need to leverage more than just static pictures. That’s why interactive videos, animated models, augmented reality and user-generated content are top of mind for us.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/9fcbc595b0/09.png" loading="lazy" />
</figure>
<h3 id="span12-what-is-next-for-gemme-span">12. What is next for Gemme?</h3>
<p>Our focus is to continue expanding our current designs and experience for our customers. We are also experimenting with new design ideas to add to our “Collection” and our” Design Your Own” section. Finally, we are also exploring releasing a Metaverse collection and a line of digital collectibles as fashion expands beyond the physical world.</p>
<h3 id="this-has-been-great-thank-you-for-sharing-your-story">- This has been great! Thank you for sharing your story.
  <br />
</h3>
<p>Thank you for having us here! For anyone wanting to get in touch, please visit either <a href="https://gemmestore.com/" target="_blank">gemmestore.com</a> or <a href="https://www.drachenberg.io/" target="_blank">drachenberg.io</a>.</p>
<p>That's it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don't forget to visit Gemme Jewelry's website and <a href="https://www.instagram.com/nonexamples/" target="_blank">Instagram account</a>. You can also follow them on <a href="https://www.linkedin.com/company/gemmedesign/" target="_blank">LinkedIn</a> and <a href="https://twitter.com/nonexamples_" target="_blank">Twitter.</a>
</p>
<p>Would you like to get featured in this space? Please email us at <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... WASP: Italian 3D Printing Innovation!</title>
  <description><![CDATA[ Learn all about WASP, an Italian company specialized in large-scale 3D printing, including more about their latest online configurator created with Grasshopper and ShapeDiver! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-wasp-italian-3d-printing-innovation</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/f1fed687c7/shapediver-wasp-cover-main.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Oct 9, 2023 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category><category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <p>We had the opportunity to catch up with the team at WASP, an Italian company at the forefront of 3D printing innovation. Known for their expertise in large-scale 3D printers, WASP has made significant contributions to the field of additive construction.</p>
<p>This interview covers the fundamental aspects of WASP's journey, such as the company's origins and its team, to the practical applications of their technology across industries. We explore the functionalities of the online configurators, including their capabilities for users to export G-code compatible with DeltaWASP printers. The decision to use Grasshopper and ShapeDiver, shedding light on how these tools enhance the user experience and open up new design possibilities. Furthermore, we delve into the team's insights on the future of 3D printing and the challenges faced during the development of large-scale printers. This interview will help you understand WASP's expertise and their groundbreaking contributions to the 3D printing landscape.</p>
<h3 id="span1-can-you-tell-us-about-the-origins-of-wasp-and-how-the-company-came-to-specialize-in-the-development-of-3d-printers-span">1. Can you tell us about the origins of WASP and how the company came to specialize in the development of 3D printers?</h3>
<p>
  <a href="https://www.3dwasp.com/en/" target="_blank">
    <u>WASP- World’s Advanced Saving Project</u>
  </a>is a company born in 2012 in Massa Lombarda (Ravenna- Italy) that designs, produces, and sells 3D printers made in Italy all over the world.
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/644b8471d7/01.png" loading="lazy" />
</figure>
<p>The wide range of WASP 3D printers has been developed to answer human needs: food, housing, health, energy, work, art, and culture. Inspired by the Potter Wasp, which builds its own nest with material recovered from the surrounding environment, WASP was born with the aim of developing large-scale 3D printers to build houses with natural materials available on the territory. The main company's target is to provide effective benefits to humans through technological innovation and research.</p>
<h3 id="span2-how-many-people-are-currently-part-of-the-3d-wasp-team-and-what-are-their-primary-areas-of-expertise-span">2. How many people are currently part of the 3D Wasp team, and what are their primary areas of expertise?</h3>
<p>Currently, the WASP team consists of 40 to 50 people who primarily focus on research and development, sales, and warehousing.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/6df0162db3/02.png" loading="lazy" />
</figure>
<h3 id="span3-which-industries-have-shown-the-most-interest-in-utilizing-wasps-3d-printers-and-what-specific-applications-have-they-found-in-those-industries-span">3. Which industries have shown the most interest in utilizing WASP's 3D printers, and what specific applications have they found in those industries? </h3>
<p>Having various technologies in our catalog, it’s important to make a distinction before diving into it. WASP operates in 3 sectors: Clay, Industrial, and Architectural 3D printing. Each sector has its own line of 3D printers that cater to different industries and customers.</p>
<p>Our Clay line is often used in both artistic and research/academic fields. Being an open system, allowing for the experimentation of different materials, it meets the needs of both designers and researchers, allowing them space between various applications, from 3D printed furniture and design vases to the development of new bio-based materials for 3D printing.</p>
<p>Our Industrial line caters to different industries, from the medical field, developing customized braces and prosthetics, to the automotive one. Our largest 3D printer and top-of-the-line WASP 3MT HDP prints directly from pellets with huge advantages in terms of speed and cost-effectiveness. It is often used to create customized artistic installations in a short time, but also furniture and design 3D printing, even with textiles.</p>
<p>Our Architectural 3D printer, Crane WASP, is most famous for being able to print construction materials different from concrete, such as raw earth. Its versatility makes it a viable solution in many different situations, from printing two pop-up stores on the beach of Dubai to creating a customized art installation for Triennalo Milano by bringing the machine inside the museum’s corridors and printing on the spot. Starting this year, we have started selling the machine worldwide, and we’re already up to a great start!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/549a19ff04/03.png" loading="lazy" />
</figure>
<h3 id="span4-could-you-elaborate-on-the-online-configurators-that-wasp-has-created-with-grasshopper-and-shapediver-what-features-and-capabilities-do-these-configurators-offer-to-users-span">4. Could you elaborate on the online configurators that WASP has created with Grasshopper and ShapeDiver? What features and capabilities do these configurators offer to users?</h3>
<p>WASP has created a 3D parametric modeling application that enables users to design and print objects using our product line's clay printers. Through WASP's digital factory, users are empowered to mass-produce their own designs. The application offers the flexibility of including multiple prints within a single g-code, optimizing the printing workflow and enhancing productivity.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/3d6764ad0e/04.png" loading="lazy" />
</figure>
<h3 id="span5-what-advantages-do-the-online-configurators-bring-to-users-compared-to-traditional-methods-of-configuring-and-designing-structures-for-3d-printing-span">5. What advantages do the online configurators bring to users compared to traditional methods of configuring and designing structures for 3D printing?</h3>
<p>This tool aims to make 3D printing accessible to everyone, even those without technical expertise in 3D modeling. We want to give everyone the chance to use our technology and enjoy 3D printing.</p>
<h3 id="span6-what-are-some-learnings-from-creating-this-online-configurators-user-interface-and-user-experience-span">6. What are some learnings from creating this online configurator's user interface and user experience?</h3>
<p>While developing this application, we realized the importance of distinguishing processes. Our goal was to establish a linear workflow that guides users seamlessly through various design stages, ensuring a smooth and intuitive experience.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/9b471a54dc/05.png" loading="lazy" />
</figure>
<h3 id="span7-what-does-the-future-hold-for-3d-printing-in-various-industries-and-how-do-you-see-wasp-contributing-to-that-future-span">7. What does the future hold for 3D printing in various industries, and how do you see WASP contributing to that future?</h3>
<p>3D printing is set to shift from being primarily used for creating prototypes to becoming a tool for large-scale custom manufacturing. This will lead to the replacement of industrial plants in favor of real-time production systems, resulting in reduced issues related to warehouse inventories, transportation, and storage. The advantage of 3D printing lies in its ability to respond to customer needs faster and in a personalized manner, surpassing the current system's capabilities.</p>
<p>WASP is actively working to generate this shift; our newly launched line for customized production through digital fabrication seems to respond to an oxymoron: mass production of unique parts.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/20af97b8b3/06.png" loading="lazy" />
</figure>
<h3 id="span8-can-you-share-any-notable-success-stories-or-projects-where-wasps-printers-were-used-to-create-innovative-structures-or-solutions-span">8. Can you share any notable success stories or projects where WASP's printers were used to create innovative structures or solutions?</h3>
<p>The term "success" holds different meanings depending on the context. There can be technological successes, market successes, and image successes. For instance, the creation of the first 3D printed store on the beaches of Dubai for a renowned brand like Dior can be regarded as a notable success.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/628b812676/07.png" loading="lazy" />
</figure>
<h3 id="span9-agreed-how-does-wasp-ensure-the-quality-and-reliability-of-their-3d-printers-particularly-in-large-scale-construction-projects-span">9. Agreed! How does WASP ensure the quality and reliability of their 3D printers, particularly in large-scale construction projects?</h3>
<p>Printers are the result of a continuous process of evolution involving rigorous testing, constant improvements, and certification. The act of printing introduces additional variables into the equation. It's crucial to consider not only the printing machine itself but also the materials being used and the design of the object intended for printing.</p>
<p>Achieving a good result relies on a series of interconnected choices, from choosing the right material to a well-suited design and a machine that is able to execute it.  To ensure the integrity of large-scale constructions, we established a well-defined process. Finished components, including walls or sections of walls, are produced according to a series of procedures. These components are subsequently subjected to stress tests, where they are intentionally put under pressure to evaluate whether they meet the expected standards.</p>
<h3 id="span10-are-there-any-unique-features-or-technologies-incorporated-into-wasps-printers-that-differentiate-them-from-other-3d-printing-solutions-in-the-market-span">10. Are there any unique features or technologies incorporated into WASP's printers that differentiate them from other 3D printing solutions in the market?</h3>
<p>WASP has always pushed itself to explore new fields of application. Each application meets specific needs, and for each of these requests, WASP has developed an answer.</p>
<p>We have developed the "Firecap" system for plastic polymers, which applies heat to the printed material to enhance adhesion. Additionally, we have implemented vacuum-based systems to ensure proper adhesion of the printed object to the printing surface. These systems offer versatility by enabling the inclusion of fibers in the materials, increasing stiffness, or introducing colored lines.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/c6485b6baa/08.png" loading="lazy" />
</figure>
<p>As for the ceramics field, we were the first to create continuous feeding systems that enable industrial-scale printing of diverse objects. Our company holds patents for unique solutions like the CFS, which supplies the printer with ceramic materials and eliminates any remaining air from the material itself. These innovations contribute to enhanced efficiency and quality in ceramic printing processes.</p>
<h3 id="span11-what-kind-of-support-and-training-options-does-wasp-provide-to-its-customers-to-help-them-optimize-the-use-of-their-printers-and-achieve-the-desired-results-span">11. What kind of support and training options does WASP provide to its customers to help them optimize the use of their printers and achieve the desired results?</h3>
<p>Our collaborative work starts by identifying the right material and printer for the desired applications. Our team of technicians provides online and live training, supplemented by helpful online tutorials to ensure proper customer training.</p>
<h3 id="span12-are-there-any-specific-sustainability-aspects-that-wasp-focuses-on-in-their-3d-printing-processes-or-materials-span">12. Are there any specific sustainability aspects that WASP focuses on in their 3D printing processes or materials?</h3>
<p>Sustainability has always been the focus of our research. Back in 2018, <a href="https://www.3dwasp.com/en/3d-printed-house-gaia/" target="_self">we created</a>
  <a target="_blank">
    <b>Gaia</b>
  </a>: the first 3D printed building that was created using natural materials from the surrounding area. More specifically, raw soil taken directly from the ground of the construction site. Our focus on sustainability has also driven our exploration of printing with recycled materials, utilizing our large-scale industrial printers.
</p>
<p>For architectural 3D printing, the research is continuous: recycled materials, powders from marble processing, tuff, waste from the agri-food chain such as straw or rice husk and hemp. These are just a few of the materials that are being tested with our machines on a daily basis. Our goal is to make negative-impact objects thanks to our technology.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/fd0a6dac5b/09.png" loading="lazy" />
</figure>
<h3 id="span13-lastly-what-upcoming-developments-innovations-or-projects-can-we-expect-from-wasp-in-the-near-future-span">13. Lastly, what upcoming developments, innovations, or projects can we expect from WASP in the near future?</h3>
<p>In addition to creating and selling 3D printers, WASP is expanding its offerings to include certified 3D printed house models, a project that started as a vision and is now turning into reality. As for our line of 3D printers, we will continue focusing on Digital Factories, creating a new paradigm in the world of additive manufacturing.</p>
<h3 id="this-has-been-great-thank-you-for-taking-some-time-to-share-your-story-with-us">- This has been great. Thank you for taking some time to share your story with us.</h3>
<p>Thank you as well and the ShapeDiver for providing your support and feedback during this process.</p>
<p>That's it for this new edition of Getting to know... Don't forget to visit <a href="https://www.3dwasp.com/" target="_self">WASP's website</a> and <a href="https://www.instagram.com/3dwasp/" target="_self">Instagram account</a>.</p>
<p>Would you like to get featured in this space? Please email us at <b>
    <span>
      <u>contact@shapediver.com</u>
    </span>
  </b> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver in Stories</title>
  <description><![CDATA[ An honest account of the mistakes and moments of clarity that led ShapeDiver where it is today, and set our path for the years to come. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-in-stories</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/f4afc8184d/shapediver_team.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Tue, Sep 19, 2023 11:00 PM +0000</pubDate>
  <category><![CDATA[ Inside ShapeDiver ]]></category><category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="prologue-sispanearching-for-a-former-clarity-span-i">Prologue - Searching for a former clarity</h3>
<p>ShapeDiver had to put out multiple fires over the past year, often simultaneously. Covid was tough, yes, but we had this excuse no more. It was time to ask more profound questions. Every single decision, every feature we had worked on, and every short and long-term goal were put to the test. In the process, I recalled many crucial times for the company since its inception, and how they led us to where we are now.</p>
<p>I tell some of these stories here. I attempt to trace our restless path through the prism of my experience. And behold, as words give shape to stories, the apparent chaos starts to resemble a more comforting dialectic. We made mistakes and got stuck in corners, no doubt. But we patiently carved our way to renewed focus and clarity.</p>
<p>These stories are not all comfortable to share. I hope they provide minor insights about the industry. At best, they should clarify the focus of ShapeDiver as a company and how we position ourselves in a space that becomes more saturated daily. At the very least, you will find some reasonably entertaining bites below. Undoubtedly, some loveable albeit incorrect turns of phrases from a non-native writer who violently refuses any assistance from ChatGPT.</p>
<h3 id="finding-a-place-nbspiare-we-not-cute-i">Finding a place - <i>Are we not cute?</i>
  <br />
</h3>
<p>Every two years, the <a href="https://shapetofabrication.com/" target="_blank">
    <u>Shape To Fabrication</u>
  </a>conference in London gathers a large panel of architects, engineers, designers, and artists around technology-focused innovations in the AEC field and beyond. Unofficially, a large chunk of the audience is well aware that much of the content will revolve around McNeel, including the latest developments in Rhinoceros, Grasshopper, and how companies and designers use these tools to push the industry forward. This bothers precisely no one: after all, McNeel has proven over and over again its commitment to the community. It did so through pricing, yes, but also by genuinely lending a listening ear to its users while providing vital support to developers. McNeel might be the <i>
    <span>cute</span>
  </i>, <i>
    <span>indie</span>
  </i>version of other not-to-be-named CAD behemoths, but the company is also reliable and, in many cases, the best at what it is doing.</p>
<p>During this year's edition of the event, Chuck Driesler, creator of the much-beloved <a href="https://nodepen.io/" target="_blank">
    <u>nodepen</u>
  </a>, presented the following slide:</p>
<figure>
  <img alt="nodepen shapediver cute" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x630/38ffcc29e0/nodepen.png" loading="lazy" />
  <figcaption class="text-center">
    <i>Arguably the funniest presentation at STF 2023</i>
  </figcaption>
</figure>
<p>Nodepen is a beautiful passion project where Chuck used Rhino Compute to recreate a stripped-down version of Grasshopper online. It works great! As he shared his experience at the conference, Chuck pointed out that Nodepen should not try to become a "cute, indie version of ShapeDiver." Cue the audience's laughs, which all seemed to agree that those qualificatives certainly do not apply to ShapeDiver. As for me, I retracted my head like a turtle in its shell and attempted to make myself as close to invisible as possible for the rest of the session.</p>
<p>That day, I realized we had successfully presented our company as a professional, relevant presence in the AEC community. Sure, I still meet everyday users of Rhino and Grasshopper who have no idea what ShapeDiver is, but I accepted then that we are, at least, part of the picture. At the same time, the slide and the audience's reactions also made it clear that the image we had projected in the process did not quite correspond to our culture and that our communication so far had perhaps hurt as much as it had helped.</p>
<p>When did that happen? Initially, we eagerly and candidly shared our progress, and we could feel the community's excitement. At which point did we stop sharing and start projecting instead? Did our small team of nerds, eager to learn and create something useful, lose its way to become unapproachable and steer away curious and innovative community members? As it turns out from one of our earliest stories, that might have been an issue from the start.</p>
<p>It's all in the name already.</p>
<h3 id="i-spanlogos-span-inbspinterrupted-nbspi-spanhow-vision-shifted-faster-than-communication-span-i">
  <i>
    <span>Logos</span>
  </i>interrupted - <i>
    <span>How vision shifted faster than communication</span>
  </i>
</h3>
<p>Depending on how long you have been familiar with ShapeDiver, there is a good chance that you have read, said, and written the name of the company incorrectly in the not-so-distant past. You might still be doing it.</p>
<figure>
  <img alt="shapediver" src="https://assets.shapediver.com/img_sb_mig/f/92524/1250x337/dc1fc51f47/shapedriver.png" loading="lazy" />
  <figcaption class="text-center">
    <i>There are many, many more…</i>
  </figcaption>
</figure>
<p>The first time someone called us ShapeDriver, we all found it funny. A few months down the line, it could be borderline irritating. Several years later, it became evidence: ShapeDriver is probably a better name. At least one that makes more sense.</p>
<p>After ShapeDiver became an official company, we spent several weeks applying for public funding from the city of Vienna, and we were successful. Since we all kept working full-time in our day jobs, we could use the money to fund external help, mainly in the areas where we lacked expertise. We quickly took the route of working with a branding agency.</p>
<p>Naturally, our vision was not fully formed, and it was way too early to work on branding. Sure, the idea to let designers "dive in a sea of shapes" was poetic, but thinking of ShapeDiver as a content platform (the "youtube for parametric design") proved to be a mistake, at least at the time. And we might have gotten too literal with the metaphor…</p>
<figure>
  <img alt="shapediver sea of shapes" src="https://assets.shapediver.com/img_sb_mig/f/92524/1600x596/9dc34c36f3/seaofshapes.png" loading="lazy" />
  <figcaption class="text-center">
    <i>The first ShapeDiver landing page. A virtual ocean full of shapes.</i>
  </figcaption>
</figure>
<p>We kept our goals and efforts lean as a team, but communication did not keep up with our learnings. After a couple of years, all that remained from our sea of shapes were a cute logo and a name no one could understand anymore. People were not diving, but they sure felt that they could be <i>
    <span>driving</span>
  </i>shapes.</p>
<p>The name of a company has arguably little importance, but the discrepancy between our activities and the external communication we produced extended further. We acted as a product configurator company when we were already powering the backend of international design companies through big-scale projects. We boasted about the UI of our platform when many of our customers were already using ShapeDiver entirely through <a href="https://help.shapediver.com/doc/apis-and-sdks" target="_blank">APIs</a>. We looked like a pure browser-based product when data was already flowing between ShapeDiver and multiple desktop clients and cloud applications.</p>
<p>After his presentation, I went to have a quick chat with Chuck during the STF conference. Chuck shared his appreciation for ShapeDiver, which I believe was genuine, but quickly showed some confusion as well. <i>
    <span>"Oh, and what was that with the Illustrator connection? Wow, I did not see this one coming."</span>
  </i>I fear that, at the time, many more community members were feeling the same way.</p>
<p>The irony, of course, is that the <a href="https://www.linkedin.com/feed/update/urn:li:activity:7077580161038065664/" target="_blank">
    <u>desktop client for Adobe Illustrator</u>
  </a>is very much in line with our current focus and vision. We will come back to this topic in one of the stories below. But after years of exploration and diverse experiences with the Grasshopper community, what had become clear to us had not yet made its way to the outside world. Opacity had not been a major issue as long as the field of parametric cloud computation was relatively empty. However, the <i>
    <span>status quo</span>
  </i>was about to change significantly, and with it, a need to cut some weeds and make our path visible to the outside world.</p>
<h3 id="grasshoppers-in-the-cloudnbspi-a-swarm-but-not-a-plague-i">Grasshoppers in the cloud <i>- A swarm, but not a plague.</i>
</h3>
<p>
  <br />In 2016, my colleague Alex and I first discussed our plans online with the McNeel team. Bob himself honoured us with his presence, along with many of the key developers who turned Rhino into the essential CAD software it is today.</p>
<p>Our official goal was to clear licensing issues: core-hour billing was still far in the future (folks, we are talking about Rhino 5!). Moreover, there was no known attempt at running Rhinoceros remotely yet. We had, however, a second goal, perhaps not as critical to our way forward but close to our hearts. Like insecure teenagers, we were eager to get a stamp of approval and, god (i.e Bob) allowing, maybe a few words of praise for our project.</p>
<p>As you might have guessed, we reached our main goal without trouble: If not for Rhino's flexible licensing terms and their explicit approval of the usage we had in mind, I would likely not be telling this story. It would be an understatement to say that we are deeply grateful for the initial and continuous support we received all these years.</p>
<p>As for our second goal, we still recall this meeting with a smile and remember the sweat pearling down our chins. We looked at each other with the shadow of a doubt: either we did not sell our vision very well, or we had missed something big. Thankfully, we are just not very good salesmen.</p>
<p>We decommissioned our first Rhino 5 server system during summer 2023. No tears were shed, although this was likely the first and last cloud infrastructure based on this legacy version of Rhino. Our Rhino 6 backend is still very much in activity, and to our knowledge, it is also unique in its category. Rhino 7, however, is another story.</p>
<p>
  <br />
</p>
<p>Since McNeel rolled out Rhino Compute, our hunch from years ago was confirmed on an unprecedented scale: many users in the AEC industry and beyond are craving a Rhino/Grasshopper backend, from internal applications to innovative products such as <a href="https://hypar.io/" target="_blank">
    <u>Hypar</u>
  </a>, <a href="https://www.packhunt.io/" target="_blank">
    <u>Packhunt</u>
  </a>, <a href="https://www.viktor.ai/" target="_blank">
    <u>Viktor</u>
  </a>and many more. In 2020, ShapeDiver <a href="https://www.shapediver.com/resources/client-case-studies/thornton-tomasetti-shapediver-creating-the-future-of-computational-design" target="_blank">
    <u>merged with Swarm</u>
  </a>, the CORE studio attempt at a marketplace for cloud parametric apps (but this story is for another day). In different places, talented developers get started with their own Grasshopper-based configurator offerings.</p>
<p>Seeing the industry pick up on the intuition we nurtured and expanded over the years was (and is) exciting! At the same time, most of these applications have a clear focus and target users in mind, prompting us to position ourselves more precisely. The path forward came organically when we took the time to refocus on our strengths as a team. All we had to do was agree on the obvious. Ultimately, what had we spent years building, iterating, and perfecting?</p>
<p> </p>
<p>The most efficient swarm of Grasshoppers.</p>
<h3 id="finding-clarity-nbspi-spanthe-rise-of-the-definitive-grasshopper-backend-span-i">Finding clarity - <i>
    <span>The rise of the definitive Grasshopper backend</span>
  </i>
</h3>
<p>
  <br />ShapeDiver is eight years old. Eight years. Eight. Mind you, as I repeat this mantra, I am not solely attempting to remember the absence of white hair in my beard. I am also subtly challenging McNeel historians to a fun arithmetics problem: Can you guess how many years our team spent building a Grasshopper-based cloud infrastructure before the release of Rhino Compute? The answer lies at the bottom of this article, along with a coupon code for a drink of your choice.</p>
<p></p>
<figure>
  <img alt="nove 25" src="https://assets.shapediver.com/img_sb_mig/f/92524/1600x736/fdc619c76c/nove.png" loading="lazy" />
  <figcaption class="text-center">
    <p>
      <i>Nove25 often collaborate with renowned international brands</i>
    </p>
  </figcaption>
</figure>
<p>A few years ago, our client <a href="https://www.shapediver.com/resources/client-case-studies/nove25-case-study" target="_blank">
    <u>Nove25</u>
  </a>, a successful Italian jewelry company, sent us an exciting email: they were launching a collaboration with Inter Milan, the prestigious football club. They wanted to ensure our servers would hold down the fort on the launch day. We confidently replied and kept an eye on their system that Tuesday morning. Everything went well for about an hour until our servers went into full panic: Nove had shared the news on Instagram, and tens of thousands of people had opened the product link, all triggering sessions to Grasshopper models on our servers simultaneously. The team quickly came out of its collective foetal position and went to work with three goals.</p>
<p>First, fix the issue. That took about thirty minutes.</p>
<p>Second, understand the issue. All was clear by the end of the same day.</p>
<p>Third, make sure it never happens again. We are still working on this one.</p>
<p>I am exaggerating, of course. We then updated our infrastructure to handle this particular issue, but many more challenges were to come, and many more crashes—years of learning by failing, understanding, and improving again. I have already told several stories explaining how often and quickly our focus shifted throughout the years. However, those eight years have shown one clear line of focus: We have consistently worked at thinking, implementing, and improving the optimal architecture to run Grasshopper in the cloud, regardless of the end applications our users needed.</p>
<p>Since then, the hunger for parametric backends has never dried up, and we are firmly convinced that it will keep growing! Moreover, we love to see how, throughout the years, our users have successfully built many applications that we could not even imagine ahead of time. It speaks volumes to the strength of a backend that can accommodate such diverse contexts as efficient product configurators for end users and architectural optioneering tools that require very long computation times.</p>
<p>Here is where our effort to improve our communication kicks in. We recently wrote <a href="https://www.shapediver.com/blog/shapediver-rhino-compute-explained" target="_blank">
    <u>a detailed account</u>
  </a>of what ShapeDiver and Rhino Compute are and how they provide different tools to get started on a cloud application based on Grasshopper. We want to bring this expertise not only through our product but also through clear messaging and documentation that benefits the whole community.</p>
<p>By now, our vision for the definitive Grasshopper backend is our primary drive. However, the perfect infrastructure only goes a long way if it does not provide helpful, flexible interfaces where our users need them.</p>
<p>We talked about the brains. Let's have a look at the muscles.</p>
<h3 id="portals-and-bridges-nbspi-spanif-you-dont-come-to-grasshopper-span-i">Portals and bridges - <i>
    <span>If you don't come to Grasshopper, </span>
  </i>
</h3>
<h3 id="i-spangrasshopper-will-come-to-you-span-i">
  <i>
    <span>Grasshopper will come to you</span>
  </i>.
</h3>
<p>When Mathias and Alex had the initial idea for ShapeDiver, they had a precise application in mind: taking 3D printing platforms to the next level by letting them propose parametric products. We had a potential partner then, but soon also started pitching to the big players in the field. From those platforms, the reaction was unanimous. Or rather, the lack thereof... Today, most major 3D printing marketplaces have yet to move on from their outdated catalog of STL files towards online offerings that match the flexibility of their manufacturing technology; what is the point in printing over and over again the same object with a machine that could, at no additional cost, print infinite variations of the same?</p>
<p>In that regard, it is with the bittersweet taste of missed opportunities, topped with a sprinkle of nostalgia, that I dug out our 2017 announcement of "The <a href="https://www.shapeways.com/" target="_blank">
    <u>Shapeways</u>
  </a>Bridge"—a revolutionary way to customize designs in ShapeDiver and seamlessly get them printed on the famous platform. You can still read this archeological artefact on the ShapeDiver blog in <a href="https://www.shapediver.com/blog/parametric-designs-configurator-shapeways" target="_blank">
    <u>all its glory</u>
  </a>.</p>
<figure>
  <img alt="shapeways shapediver bridge" src="https://assets.shapediver.com/img_sb_mig/f/92524/1186x343/eded4c550a/shapeways.png" loading="lazy" />
  <figcaption class="text-center">
    <p>
      <i>The (deprecated) Shapeways components of the ShapeDiver plugin</i>
    </p>
  </figcaption>
</figure>
<p>The Shapeways bridge was retired years ago, first and foremost because of an unreliable API that forced us to update our plugin components constantly. Still, in hindsight, this was the first time we tried to interface ShapeDiver models conveniently with another user-facing product through a seamless, file-less data exchange. Shapeways might have been too much of a stretch (although I still believe they would benefit from parametric 3D-printed models). But we did not need to look so far. And we needed to make the experience much, much better.</p>
<p>The bridge metaphor had not worked the first time. That might be why we used the code name <i>
    <span>Stargate</span>
  </i>for our new attempt. This time, it would be really seamless. As a matter of fact, our first released <a href="https://help.shapediver.com/doc/shapediver-desktop-clients" target="_blank">
    <u>desktop clients</u>
  </a>allow the exchange of data with models on the ShapeDiver platform with virtually no additional interface and no further preparation. This is already possible between ShapeDiver and Rhino, as well as Adobe Illustrator. In parallel, we worked with the Autodesk Forma team on <a href="https://www.shapediver.com/blog/shapediver-x-autodesk-forma-or-live-webinar" target="_blank">
    <u>another integration</u>
  </a>to their new AI-driven planning software.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1920x1080/644a8e29e7/autodesk-forma-x-shapediver-webinar.png" loading="lazy" />
  <figcaption class="text-center">
    <p>
      <i>You can watch our joint webinar with Autodesk Forma on our </i>
      <a href="https://www.youtube.com/watch?v=05BXUN5M-xg" target="_blank">
        <i></i>
        <u>youtube channel</u>
      </a>
      <i>.</i>
    </p>
  </figcaption>
</figure>
<p>You might be wondering what comes next. Does ShapeDiver plan to build portals for an ever-growing number of desktop software clients? Well... the sky is the limit. At the moment, we are focusing on optimal strategies to reach design teams.</p>
<p>On the one hand, in the process of implementing those new features, we have carefully maintained and released extensive <a href="https://help.shapediver.com/doc/apis-and-sdks" target="_blank">
    <u>developer tools</u>
  </a>that allow our users to quickly and painlessly implement their own desktop clients.</p>
<p>On the other hand, we are actively working on a webhook approach that, as a first use case, will permit a <a href="https://speckle.community/t/shapediver-connector/6890/" target="_blank">
    <u>direct connection with Speckle</u>
  </a>, allowing our users to include automation steps in their Speckle streams and enjoy the multiple connectors that the outstanding Speckle team has already made available.</p>
<p>Indeed, building portals and bridges has clearly shown how important it is that our toolbox integrates smoothly with the fast-moving ecosystem of tools used by the AEC community. In that spirit, beyond the tools we already provide, we are always waiting to hear from you and your needs.</p>
<p>And, of course, we are here to help you get started.</p>
<h3 id="an-implementation-partner-nbspi-spanthe-joys-of-losing-focus-a-little-span-i">An implementation partner - <i>
    <span>The joys of losing focus, a little</span>
  </i>
</h3>
<p>In the years when we worked almost exclusively on product configurators, focus was not our <i>
    <span>forte</span>
  </i>. It might or might not have been because, as a team, we were struggling to make ends meet only with subscription-based revenue. As a consequence, no customer request was out of line, and we spent much time learning and working on projects that would prove to be distractions in the long run. This dialectical process, however, came with many valuable and occasionally crucial insights.</p>
<p>In 2017, I worked on a furniture configurator for <a href="https://munsonfurniture.com/" target="_blank">
    <u>Munson Furniture</u>
  </a>, a company based in California. They had already full-fledged Grasshopper files with the whole parametric logic of their table and shelf collections. However, Paul Munson had a precise vision and was not entirely happy with the cloud processing step of the configurator. He wanted real-time interactions. I worked several weeks implementing a configurator, which, though based on geometry coming from a Grasshopper definition, ended up following logical and geometrical deformations that were purely generated and rendered in the web browser. I was quite proud of <a href="https://www.youtube.com/watch?v=o3JYgtdopRM&amp;t=35s" target="_blank">the result</a>.</p>
<p>After we released the configurator, we shared it profusely with the community and got much positive feedback. <a href="https://www.linkedin.com/in/andrew-heumann-13751414/" target="_blank">
    <u>Andrew Heumann</u>
  </a>, who had kept an eye on our adventure from early on, contacted me on Twitter with genuine curiosity. <i>
    <span>"Is this still running Grasshopper in the back?"</span>
  </i>It was not. It could not. Still, my insecure teen self could finally revel in a sweet feeling of validation.</p>
<p>Munson Furniture waited about a year before giving up the enhanced configurator and switching to a traditional, ShapeDiver-based backend. The benefits of creating and uploading parametric definitions alone and plugging them seamlessly into a website far outweighed the user experience bonus of a more reactive configurator. The <a href="https://munsonfurniture.com/configurator/customize-configuration/49408c5a-8930-4f71-a932-4459b9f60742/" target="_blank">
    <u>Grasshopper-powered configurator</u>
  </a>still runs to this day.</p>
<p>It will likely not be a surprise that we no longer spend time developing custom configurators. But we would never say it was a mistake. The numerous learnings we reaped shaped our path for years to come. While hard-coded WebGL configurators are no longer a topic we are considering, providing development services is still an integral part of our processes, at least in those areas where we are eager to learn more and integrate those learnings into our products. Naturally, one of the integration services we offer covers everything related to a cloud infrastructure running Rhinoceros and Grasshopper, whether ShapeDiver as a backend is involved... or not.</p>
<p>People are always slightly surprised to hear that ShapeDiver does not rely on Rhino Compute. This is the consequence of carefully weighed decisions regarding the architecture of our software, its performance, and the use cases we want to cover. Naturally, that also means we have built strong expertise using Rhino Compute in the process, exploring its many advantages and the challenges of a Rhino Compute implementation. Alex posts regularly about the topic. <a href="https://www.linkedin.com/in/alexschiftner/" target="_blank">
    <u>Follow him</u>
  </a>if this is relevant for you! McNeel provides many tools and tips to get started. Still, there is too little information yet that gets computational design professionals from building a POC to turning their application into a full-fledged professional tool for their teams and beyond.</p>
<h3 id="epilogue-nbspi-spanwhere-stories-give-way-to-a-shameless-plug-span-i">Epilogue - <i>
    <span>Where stories give way to a shameless plug</span>
  </i>
</h3>
<p>
  <br />It is unclear whether anyone needed a deep dive into ShapeDiver's history as much as I did. I might have gotten a little carried away. However, those mistakes and moments of clarity reveal a coherent narrative under the chaotic path that led us to where we are. They should answer many of the questions we frequently receive.</p>
<p>In the meanwhile, I ran out of stories and started fearing that the more practical aspects of my message might have gotten lost in some of the twists and turns we went through. Before releasing the bravest readers who made it this far, let me have a go at a more down-to-earth picture of where ShapeDiver is today.</p>
<p>First, we are more than ever committed to building the definitive Grasshopper backend, an infrastructure ready to power any use case one can imagine in a reliable, scalable and secure way.</p>
<p>Second, we are striving to provide diverse and flexible ways to interface with other environments, from web applications and websites to desktop software. A Grasshopper-based cloud system's automation and generative power only make sense if data flows freely and conveniently to and from the servers where the magic happens.</p>
<p>Finally, we look forward to sharing our expertise and learning through new projects, whether directly based on our technology or featuring new challenges we still need to solve.</p>
<p>We are ready to make many more mistakes. We will just try and stick to the kind we can learn from.</p>
<p>
  <i>
    <span>Rhino Compute was launched along Rhino 7 in November 2020, 5 years after ShapeDiver was founded. I don't really have drink coupons, but if you come to Vienna and shoot me a message on</span>
  </i>
  <a href="https://www.linkedin.com/in/mathieu-huard-80932176/" target="_blank">
    <i>
      <span>
        <u>LinkedIn</u>
      </span>
    </i>
  </a>
  <i>
    <span>, I will definitely get you this free drink, as well as a chat that might start off awkward but soon turn out to be somewhat enjoyable. Like my stories?</span>
  </i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... DIVE: Accelerating the Adoption of Additive Manufacturing!</title>
  <description><![CDATA[ Adam and Alex founded DIVE, a marketing agency specialized in Additive Manufacturing. Read along and learn more about how they&#39;re helping different companies embrace the power of 3D Printing! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-dive-accelerating-the-adoption-of-additive-manufacturing</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/414519a28a/cover-min.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Sep 12, 2023 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In this interview, we had the opportunity to sit down with the team behind <a href="https://www.divedesignco.com/" target="_blank">DIVE</a>, a New Jersey company dedicated to accelerating the adoption of Additive Manufacturing across different industries. In recent years, they’ve been featured on renowned websites such as Wired, 3dprint.com, and even CBS News, and recently, their brand 3DPets was featured by <a href="https://youtu.be/3BC_lg8iMK4?si=23CblqtDYSvWo1i2" target="_blank">Apple</a> and <a href="https://youtu.be/sdFtMRko2GU?si=2EnAXNG-JohRj-T7" target="_blank">MKBHD</a> on their YouTube channels.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/7928284201/10.jpg" loading="lazy" />
</figure>
<p>DIVE's expertise lies in helping businesses integrate and leverage the benefits of 3D printing and assisting 3D printing companies in reaching new audiences through customer success storytelling. With a strong focus on industrial design related to additive manufacturing, DIVE is at the forefront of this innovative manufacturing technology.</p>
<p>Today, we will explore their mission, team members, the industries that can benefit from 3D printing, the significance of 3D printing in today's world, and their journey into consulting with companies about additive manufacturing.</p>
<p>During our conversation, we understood DIVE’s unique approach to helping businesses navigate the complex landscape of 3D printing. We delved into case studies that showcase their expertise, examining how they have successfully partnered with clients to bring their visions to life. Furthermore, we discussed the impact of DIVE’s own pet brand, 3DPets, and its collaboration with ShapeDiver in spreading awareness of the benefits of parametric design and additive manufacturing, including a small project involving Grasshopper and ShapeDiver, used to create an online configurator for 3D-printed dog tags.</p>
<p>Lastly, we learned about DIVE’s passion for working with companies in the 3D printing space and their commitment to staying up-to-date with the latest advancements in production technologies and workflows. Let’s DIVE in!
  <br />
</p>
<p>______________</p>
<h3 id="span1-can-you-provide-an-overview-of-dive-and-its-mission-to-accelerate-the-adoption-of-3d-printing-across-industries-span">1. Can you provide an overview of DIVE and its mission to accelerate the adoption of 3D printing across industries?</h3>
<p>Our backgrounds are rooted in industrial design and the development/manufacturing of consumer goods. That industry was very saturated and becoming very undervalued. We wanted to make a name for ourselves and be a leader in a specific industry while sticking with our creative roots. We pivoted in 2021 as <a href="https://www.3dpetsprosthetics.com/" target="_blank">our pet prosthetic brand, 3DPets</a>, was starting to grow and exemplify unique ways 3D printing can be used for production.</p>
<p>We started offering consulting with companies wanting to implement 3D technologies. What we realized is that the 3D companies (both hardware and software) were struggling to explain and show how their technologies could benefit different consumers. It felt as though they were trapped in a bubble and needed someone to help pop it; that's where we stepped in. Alongside the consulting, we are also heavily rooted in marketing for Additive Manufacturing companies and showing how combinations of technologies can transform archaic ways of making products.</p>
<h3 id="span2-who-are-the-key-members-of-the-dive-team-and-what-are-their-areas-of-expertise-in-relation-to-additive-manufacturing-span">2. Who are the key members of the DIVE team, and what are their areas of expertise in relation to additive manufacturing?</h3>
<p>
  <a href="https://www.linkedin.com/in/adam-hecht-b55959104/" target="_blank">Adam Hecht</a> and <a href="https://www.linkedin.com/in/alexandertholl/" target="_blank">Alex Tholl</a> are the co-founders and come from Industrial Design, Medical, and Business backgrounds. Adam is the director of AM Marketing. He not only understands and uses these technologies, he helps our clients talk about them as well as implement them. Alex is our CEO and oversees operations as well as our pet prosthetics business, 3DPets. Vincent Zigarelli is our Lead Industrial Designer. He brings ideas to life through conceptualization, CAD, and prototyping through AM. 
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0f61752605/01.png" loading="lazy" />
</figure>
<h3 id="span3-which-industries-can-most-effectively-leverage-the-benefits-of-am-and-how-does-dive-help-businesses-in-these-industries-navigate-and-access-those-benefits-span">3. Which industries can most effectively leverage the benefits of AM, and how does DIVE help businesses in these industries navigate and access those benefits?</h3>
<p>To some extent, any business could potentially benefit from using AM, whether it be a jig/fixture for assembly, prosthetics/orthotics, physical prototypes/models, or end-use products. There are big opportunities with one-off custom products that a company makes many of. Take shoe insoles, for instance. Every foot is different. If you want the perfect fit, you need to take a mold of that person's foot. Now, this is where the power of combining technologies takes place. You can leverage 3D scanning to scan the foot, a custom software tool like ShapeDiver to auto-trim the scan, and then a 3DPrinter to print the insoles.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/012f22cc4d/02.png" loading="lazy" />
</figure>
<h3 id="span4-why-do-you-believe-3d-printing-is-essential-for-many-industries-span">4. Why do you believe 3D printing is essential for many industries?</h3>
<p>3D printing greatly reduces the barrier to entry for innovation and product development. You can have an end-use product in a matter of hours now. With speeds increasing and material options advancing, we see it as a powerful force against more traditional manufacturing processes like milling or injection molding.
  <br />
</p>
<h3 id="span5-what-are-some-of-the-main-challenges-holding-businesses-from-adopting-this-manufacturing-technology-span">5. What are some of the main challenges holding businesses from adopting this manufacturing technology?
  <br />
</h3>
<p>This is an easy one, the lack of understanding. This is unlike a paper printer, which you can set up at home and click print on your screen. There are hundreds of types of 3D printers, compatible materials, price points, etc. It's too overwhelming for many. That’s why the consulting arm of DIVE is so critical. We want to help as many businesses understand the benefits and make an educated, unbiased choice when it comes to implementation.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/c8c1489622/03.png" loading="lazy" />
</figure>
<h3 id="span6-can-you-share-a-specific-example-or-case-study-where-dive-helped-a-company-integrate-and-leverage-the-benefits-of-3d-printing-span">6. Can you share a specific example or case study where DIVE helped a company integrate and leverage the benefits of 3D printing?
  <br />
</h3>
<p>There is a company in Pennsylvania that builds waste treatment valves. It’s a unique business that currently spends a great deal of money on cast metal valves. Over the course of a set of months, we were able to work with them, test materials, modify geometries, and help them reduce costs significantly by printing the valves.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/24ad6c308c/04.png" loading="lazy" />
</figure>
<h3 id="span7-how-did-dive-realize-the-potential-of-consulting-with-different-companies-about-additive-manufacturing-was-there-a-specific-moment-or-realization-that-led-to-this-focus-span">7. How did DIVE realize the potential of consulting with different companies about additive manufacturing? Was there a specific moment or realization that led to this focus?</h3>
<p>As mentioned earlier, it was catalyzed by 3DPets. People were enamored that such a device could be built using 3D printing. We also saw the opportunity for the AM companies to use some of these unique uses in their own case studies and marketing. It helped people wrap their heads around the technologies in simple yet profound ways.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/860968b256/05.png" loading="lazy" />
</figure>
<h3 id="span8-how-do-you-use-customer-success-storytelling-to-help-3d-printing-companies-accelerate-adoption-and-reach-new-audiences-span">8. How do you use customer success storytelling to help 3D printing companies accelerate adoption and reach new audiences?</h3>
<p>Many companies that are already using AM are under strict NDA with the manufacturers, so it makes it very difficult for them to talk about some of the cool ways the tech is being used. We found that many of the companies we are working with since they are more design-driven than engineering-driven, are open to sharing their stories.</p>
<h3 id="span9-what-is-3dpets-and-why-did-you-feel-the-need-to-start-this-brand-span">9. What is 3DPets, and why did you feel the need to start this brand?</h3>
<p>3DPets stemmed from a consulting job that DIVE did years back. The product came to life and was worlds better than the hand-fabricated version that was being made. In fact, that was the only way they could be made, by hand over the course of 15 hours.</p>
<p>We reduced waste significantly and brought the process down to 5 hours. The client ended up going in a different direction, so we decided to partner up with some amazing orthotists/prosthetists and bring it to life. 2 years later, the brand is one of the leaders in the space and the only one utilizing AM technologies.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/df3552ebd7/13.jpg" loading="lazy" />
</figure>
<h3 id="span10-can-you-tell-us-more-about-the-name-tag-online-configurator-created-for-3dpets-how-can-this-contribute-to-explaining-the-benefits-of-parametric-design-and-additive-manufacturing-to-more-companies-in-other-industries-span">10. Can you tell us more about the name tag online configurator created for 3DPets? How can this contribute to explaining the benefits of parametric design and additive manufacturing to more companies in other industries?</h3>
<p>Many families reach out wanting to support 3DPets, and while we have shirts for sale, we didn't feel like that exemplified what the technologies we were using could do. We had the backend component but needed software to bring it to the web for anyone to use while keeping great UX/UI. That’s where ShapeDiver came in.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0c80759af2/07.png" loading="lazy" />
</figure>
<h3 id="span11-why-were-grasshopper-and-shapediver-the-right-choice-for-creating-this-online-tool-span">11. Why were Grasshopper and ShapeDiver the right choice for creating this online tool?</h3>
<p>Grasshopper gave us the ability to create the name tag generator, allowing people to see <a href="https://www.3dpetsprosthetics.com/design-your-nametag" target="_blank">their pet's name tag being generated in seconds</a> and eventually get 3D printed. The problem was none of our clients would have Grasshopper, so we needed a tool to bring it to the web and create a unique customer experience at the same time. ShapeDiver was the only company we trusted to do that.</p>
<p>
  <a href="https://www.3dpetsprosthetics.com/design-your-nametag" target="_blank">
    <figure>
      <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/12bc5251d1/08.png" loading="lazy" />
    </figure>
  </a>
</p>
<h3 id="span12-what-are-some-unique-challenges-dive-faces-when-working-with-companies-in-different-industries-to-integrate-3d-printing-span">12. What are some unique challenges DIVE faces when working with companies in different industries to integrate 3D printing?</h3>
<p>The biggest challenge is always figuring out which AM technologies to combine. It’s very seldom just “finding a printer” or “finding software”. It's a combination, and you have to help your client understand what their options are, how to design for them, and most importantly, implement and benefit from them.</p>
<h3 id="span13-what-do-you-like-the-most-about-working-with-companies-related-to-3d-printing-and-helping-them-explore-the-possibilities-of-additive-manufacturing-span">13. What do you like the most about working with companies related to 3D printing and helping them explore the possibilities of additive manufacturing?</h3>
<p>It’s always a unique opportunity. Every company has a different problem they are looking to solve using AM, and that keeps things interesting and always forces us to stay on top of new developments and releases of AM tech.</p>
<h3 id="span14-how-does-dive-stay-current-with-the-latest-advancements-in-production-technologies-and-workflows-related-to-3d-printing-span">14. How does DIVE stay current with the latest advancements in production technologies and workflows related to 3D printing?
  <br />
</h3>
<p>Being a marketing agency in AM gives us a leg up, but also, being present at all of the related trade shows has been tremendously impactful. We recommend this to all people in the AM industry. Lastly is LinkedIn. We are so involved in the community that we always see the latest and greatest.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/7a78b988b1/09.png" loading="lazy" />
</figure>
<h3 id="span15-whats-the-best-way-to-get-in-touch-with-your-team-span">15. What’s the best way to get in touch with your team?</h3>
<p>The best way to reach DIVE is by email, <a href="mailto:info@divedesignco.com" target="_blank">
    <u>info@divedesignco.com</u>
  </a>
  <u>,</u> or head over to our website, check out our work, and fill out a form!
</p>
<h3 id="this-has-been-great-thank-you-for-sharing-your-story-with-us">- This has been great! Thank you for sharing your story with us.</h3>
<p>Thank you as well for this opportunity!</p>
<p>That's it for this new edition of <i>
    <span>Getting to know....</span>
  </i> Don't forget to visit <a href="https://www.divedesignco.com/" target="_blank">DIVE's website</a> and <a href="https://www.instagram.com/divedesignco/" target="_blank">Instagram account.</a>
</p>
<p>Would you like to get featured in this space? Please email us at <b>
    <span>
      <u>contact@shapediver.com</u>
    </span>
  </b> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver &amp; Rhino Compute Explained!</title>
  <description><![CDATA[ Explore the differences between using Rhino Compute and ShapeDiver for your online applications. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-rhino-compute-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/dcc445470b/rhino-compute-shapediver-explained-cover.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Aug 22, 2023 11:00 PM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>As 3D modeling and design become increasingly complex, many designers and engineers turn to cloud-based solutions to streamline their workflows and collaborate more effectively with colleagues, clients, and other stakeholders.</p>
<p>Such modern workflows are increasingly adopting parametric models, with <a href="https://www.rhino3d.com/" target="_self">Rhino and Grasshopper</a> being particularly popular choices. These models embed logic directly into the CAD design, making it accessible via user-friendly parameters. When these models are shared online, it opens up fresh collaboration opportunities, speeding up design iterations and decision-making processes.</p>
<p>Two popular options for solving geometric operations remotely using Rhino and Grasshopper in the cloud are <a href="https://developer.rhino3d.com/guides/compute/" target="_self">Rhino Compute</a> and <a href="https://www.shapediver.com/home" target="_self">ShapeDiver</a>. Many teams and companies relying on parametric design come to wonder which of these solutions is right for them, considering various factors such as costs, performance, security, and various key aspects they should consider during the implementation of their applications.</p>
<p>This blog article explores the differences between relying on Rhino Compute and ShapeDiver for your applications and help you determine which solution best fits your needs. We attempt here to give an exhaustive but high-level overview of the two solutions; in case you’d like to get into more technical details, we have prepared <a href="https://help.shapediver.com/doc/shapediver-rhino-compute" target="_self">a separate article in our help center.</a>
</p>
<p>Whether you are a startup looking to create online configurators based on your <a href="https://www.shapediver.com/why-shapediver" target="_self">Grasshopper files</a>, or a company looking to share proprietary Grasshopper plugins and scripts with whole teams of designers, architects, and engineers, understanding the differences between these two approaches is essential to making informed decisions about your cloud-based workflow.</p>
<h2 id="what-is-rhino-compute">What is Rhino Compute?</h2>
<p>Rhino Compute is a solution powered by McNeel’s Rhino.Inside technology, which essentially allows you to run Rhino and Grasshopper in headless mode, in other words, without a graphical user interface. It provides an API for geometry calculations using Rhino’s geometry library instead of launching a desktop application. This makes Rhino usable as a remote computation endpoint on a web server.</p>
<p>Rhino Compute can be configured to run locally for testing and development purposes. However, as a project eventually becomes more mature, users may need to deploy Rhino Compute in a production environment, for example, using a cloud service provider (AWS, Azure, Google Cloud, etc.).</p>
<p>This also means that users are responsible for managing their own cyber security measures, including setting up firewalls, securing data transfers and storage, and protecting their cloud resources against unauthorized access. While Rhino Compute provides guidance and resources for securing cloud infrastructure, the responsibility ultimately falls on the user to ensure their setup is secure. We will expand in a section below on some details of what is needed within such a setup.</p>
<h2 id="what-is-shapediver">What is ShapeDiver?</h2>
<p>ShapeDiver, on the other hand, is a fully managed and secure cloud-based platform specifically designed for hosting and sharing parametric 3D models. With this solution, the infrastructure is completely taken care of, with not only a set of secure web servers (AWS), but also a load balancing mechanism and caching system: in other words, a powerful, secure backend ready for productive use.</p>
<p>Additionally, ShapeDiver provides a range of features such as an online platform for managing your Grasshopper library, a WebGL viewer, a set of well-documented APIs, and built-in security features, including SSL encryption, data backup and recovery, and access controls for managing user permissions.</p>
<p>Last, ShapeDiver also regularly updates its security protocols to ensure its platform remains secure against the latest threats.</p>
<h2 id="apples-amp-oranges-what-are-we-comparing-exactly">Apples & Oranges: What are we comparing exactly?</h2>
<p>As introduced in the above paragraphs, Rhino Compute and ShapeDiver are not equivalent and live in very different contexts: Rhino Compute is a technology, while ShapeDiver is a SaaS (Software as a Service). In some cases, Rhino Compute and ShapeDiver both provide an adequate way to implement cloud applications based on parametric design, but they are not really comparable at a fundamental level.</p>
<p>As a consequence, the comparisons we make in the following section of this article should be understood in the context of building an application. For each key aspect of a professional cloud application, we describe the following:</p>
<p>- On the one hand, which technical and practical challenges one must solve when using Rhino Compute to build a cloud application.</p>
<p>- On the other hand, in which way many of those challenges are already solved in the context of ShapeDiver, as part of the services included in the ShapeDiver SaaS platform.</p>
<h2 id="comparison-through-5nbspcommon-use-cases">Comparison Through 5 Common Use Cases</h2>
<p>Let's explore some scenarios where Grasshopper definitions are solved in the cloud. For each, we'll outline the key steps and considerations with Rhino Compute and see how they stack up against ShapeDiver's built-in features.</p>
<h3 id="spancase-1-calling-a-single-rhino-grasshopper-functionality-as-part-of-a-wider-web-application-span">Case 1: Calling a single Rhino/Grasshopper functionality as part of a wider web application.</h3>
<p>Remote solving a geometrical operation (or even a full Grasshopper definition) might not be the core of your project but rather a small link in a broader web application involving other technologies.</p>
<p>If such an application is meant to be used internally by your team, and if it is not meant for intensive usage (resulting in a few remote calls to Rhino/Grasshopper per day), the required infrastructure is limited. Still, there are a few things to consider, as we cover in the comparison table below: at the very minimum, your team will need to know how to set up and maintain a web server and provide a minimal level of security measures. Depending on the usage, some load balancing to ensure the performance of the setup might be needed as well.</p>
<h3 id="spancase-2-self-contained-model-as-a-service-span">Case 2: Self-contained Model-as-a-Service</h3>
<p>Your targeted application might entirely rely on the expertise of your parametric design team and consist of a single Grasshopper file: a set of inputs (which might include file inputs) are processed and result in visualized geometry and possibly file exports as well, such as geometry to be further used in the team, technical drawings or presentation PDFs.</p>
<p>This is essentially the basic use case for ShapeDiver: upload a Grasshopper file, including some of the ShapeDiver plugin components, and get an autonomous 3d web application on the ShapeDiver platform, which you can share with your team and beyond in a secure manner.</p>
<p>To set this use case up with Rhino Compute, on top of the points mentioned for case 1 above, a 3d viewer to display results is necessary. Additionally, a secure infrastructure to control who can access the application and eventually export files from it will need to be in place.</p>
<h3 id="spancase-3-building-online-product-configurators-span">Case 3: Building Online Product Configurators</h3>
<p>There is a wide range of applications for product configurators, from internal tools with limited audiences to full-blown marketplaces. We distinguish between the 3 following categories:</p>
<p>3.1 Technical configurators, which are only used internally by a limited number of people in your team.</p>
<p>3.2 Public-facing configurator (e-Commerce, optioneering tool) based on one or a few Grasshopper definitions.</p>
<p>3.3 Marketplace including an ever-growing number of configurators and, therefore, new Grasshopper definitions over time.</p>
<p>The first category of configurators (3.1) is similar to case 2 above. However, with category 3.2, questions of availability and performance arise when many users need to access the application simultaneously. Your web server will likely need to be interfaced through a load-balancing mechanism and possibly a caching layer. In case 3.3, an entirely new set of issues will arise from the need to frequently update the set of parametric definitions as well as regularly upload and include new ones to the online system: such a system will involve an administration dashboard for the content creators in the team, similar to the ShapeDiver dashboard.</p>
<h3 id="spancase-4-sharing-grasshopper-applications-span">Case 4: Sharing Grasshopper Applications</h3>
<p>The goal of a cloud application based on Grasshopper is not always the development of a web application. Storing and managing parametric definitions online is a good way to share functionalities with a team of architects, engineers, and designers who do not have any Grasshopper knowledge or a limited one. Such a setup helps eliminate insecure and cumbersome file exchanges in favor of a centralized system.</p>
<p>Grasshopper now includes the Hops component, which allows triggering computations of remote definitions, which can, for example, be stored in the cloud. One question (introduced with case 3.3 above) remains: how do the Grasshopper experts in your team securely and conveniently deploy, manage and update the definitions which are accessed throughout the team? Furthermore, how to control which members of the team have access to which tools, potentially including external partners and clients for periods of time?</p>
<p>Finally, how do team leads and managers track the usage of the tools in place in order to make further decisions? Depending on the usage and security requirements of the company, permission systems and tracking processes might need to be developed along with the core centralized Rhino Compute server storing and granting access to the Grasshopper definitions.</p>
<h3 id="spancase-5-building-a-software-service-on-top-of-grasshopper-definitions-span">Case 5: Building a software service on top of Grasshopper definitions</h3>
<p>Building a public online service that includes letting users upload, manage, update, and access their own Grasshopper files, is, of course, always possible using Rhino Compute. It involves all of the points mentioned in the cases above in the most critical way possible if the goal is to scale the service to many users and offer features up to industry standards. In such cases, the Rhino Compute interface ends up being a small part of a much larger infrastructure, answering questions of security, scalability, and performance.</p>
<h2 id="spaninfrastructure-related-requirements-span">Infrastructure-Related Requirements</h2>
<figure>
  <table class="table">
    <thead>
      <tr>
        <th>Requirements</th>
        <th>Relevant for...</th>
        <th>Important questions to consider...</th>
        <th>Rhino Compute</th>
        <th>ShapeDiver</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Setting up a web server</td>
        <td>All cases.</td>
        <td>- Where does Rhino/Grasshopper run?- How many instances do you need?- What are the costs of running those servers?</td>
        <td>- McNeel provides guidesCost factors:- Depends on the number of instances and costs of the chosen cloud provider, e.g., AWS EC2, Azure, Google Cloud, etc.</td>
        <td>- Handled as part of any subscriptionCost factors:- From €49/month</td>
      </tr>
      <tr>
        <td>Licensing Rhino instances</td>
        <td>All cases.</td>
        <td>- How much will running Rhino in the cloud for the application cost?</td>
        <td>- Core hour billing system (USD 72 per CPU core per 30 days)</td>
        <td>- Handled as part of any subscriptionCost factors:- From €49/month</td>
      </tr>
      <tr>
        <td>Prevent service interruptions</td>
        <td>All cases.Critical for (2) to (5).</td>
        <td>- What if Rhino crashes? - What if a request takes minutes or hours to solve?- What if you need to update the system?</td>
        <td>- Setting up cloud alarms- Removing all single points of failure- Setting up zero downtime deployments- Setting up auto-scalingCost factors:- DevOps knowhow- Cloud application architecture knowhow</td>
        <td>- No single points of failure- Deployments without interruption- System auto-scaling- Enterprise: Service Level AgreementCost factors:- From €49/month</td>
      </tr>
      <tr>
        <td>Protecting the IP included in the parametric definitions</td>
        <td>All cases.</td>
        <td>- How do you protect the IP contained in your Grasshopper models? - How do you restrict access to your application to specific users/customers?- How do you keep your IT infrastructure and publicly accessible APIs secure?</td>
        <td>- While McNeel provides guides for Rhino.Compute, information security considerations are clearly left to the userCost factors:- Information security know-how- Information security management infrastructure and standards</td>
        <td>- Strong information security principles- Information security management system- ISO 27001 certification (coming soon)Cost factors:- From €49/month for general security features- From €49/month per seat for organization features with permission system</td>
      </tr>
      <tr>
        <td>Handle many simultaneous users/requestsHandle punctual surges in the number of users/requests</td>
        <td>Cases (3) and (5).</td>
        <td>- What happens if many users send many simultaneous requests to your system? - Which requests are prioritized?- How do you prevent clogging of your servers?- How do you rate-limit batch computations?- How do you deal with long-running computations versus fast ones?</td>
        <td>- Setting up an application layer that decouples client applications from Rhino/Grasshopper workersCost factors:- Cloud application architecture knowhow- DevOps knowhow</td>
        <td>- Advanced load balancing specifically optimized to handle such cases- Rate limiting built into the APIs and SDKs- Caching, taking into account the Grasshopper dependency graph- Delivery of results via CDNsCost factors:- From €49/month, computation priority and flexibility increase with further plans</td>
      </tr>
      <tr>
        <td>Ensure optimal performance</td>
        <td>All cases.Critical for (1), (2), (3), and (5).</td>
        <td>- What if you want to expand your business to other continents?- What if some of your Grasshopper computations need to be very fast, while others may take longer, and you don’t care so much about their speed? - What if the same solution is requested repeatedly? Does it need to be computed again and again, or can it be cached?</td>
        <td>- Rhino Compute provides simple load balancing and caching only. - Long-running computations might cause trouble due to HTTP connection timeouts. Cost factors:- Cloud application architecture knowhow- DevOps knowhow</td>
        <td>- Caching, taking into account the Grasshopper dependency graph- Advanced load balancing specifically optimized to handle such cases- Delivery of results via CDNsCost factors:- From €49/month, computation priority and flexibility increase with further plans</td>
      </tr>
      <tr>
        <td>Developer tools (SDKs) for various environments</td>
        <td>(1) and (3): Backend calls for exporting files(4): Some cases(5): Required</td>
        <td>- Do you need to exchange data with other software?- Which languages are you calling the APIs from?</td>
        <td>- McNeel provides SDKs for Python, JavaScript/TypeScript and.NET</td>
        <td>- SDKs for JavaScript/TypeScript and.NETCost factors:- From €49/month plus access to Geometry Backend API (sold separately)</td>
      </tr>
    </tbody>
  </table>
</figure>
<h2 id="spanadditional-features-span">Additional Features</h2>
<figure>
  <table class="table">
    <thead>
      <tr>
        <th>Requirements</th>
        <th>Relevant for...</th>
        <th>Important questions to consider...</th>
        <th>Rhino Compute</th>
        <th>ShapeDiver</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>3D Visualization of results</td>
        <td>Cases (2) and (3), possibly (4) and (5).</td>
        <td>- What type of geometry needs to be visualized? - Does the application need interactive features? - Can the viewer display many objects? Big meshes?- How are materials defined?</td>
        <td>- McNeel provides an online 3dm file viewer (https://www.rhino3d.com/viewer/#/). It is open source and can be modified for your application.- The three.js javascript library offers a 3DMLoader functionality.Cost factors:- WebGL/javascript knowhow</td>
        <td>- Optimized 3D viewer- Advanced features (interactions, animations….)- Advanced control from Grasshopper using ShapeDiver’s pluginCost factors:- From €49/month, plus access to Viewer API (sold separately)</td>
      </tr>
      <tr>
        <td>Integration with other software</td>
        <td>Case (4).</td>
        <td>- How does data travel between the front end of your application and other software environments where it needs to be created and/or consumed?</td>
        <td>None out of the box.</td>
        <td>- Desktop clients (Rhino, Grasshopper, Illustrator, more coming)- Autodesk Forma integrationCost factors:- From €49/month, plus access to Viewer API (sold separately)</td>
      </tr>
      <tr>
        <td>Rely on third-party plugins</td>
        <td>Potentially any case.</td>
        <td>- Do the needed third-party plugins work “headless” (Rhino Compute running without the Rhino interface)?- Do the designers working on Grasshopper work in the same plugin version as the one installed remotely?- Are the plugins used backward compatible? - Are plugins performing unsafe operations for the servers? Consuming dangerous amounts of resources?</td>
        <td>- Some plugins do not work headless and are not compatible with Rhino Compute- Reviewing of plugins for security issues- Setting up zero downtime deploymentsCost factors:- In-depth Grasshopper development know-how- DevOps knowhow</td>
        <td>- List of safe, reviewed plugins, including plugins that do not work 100% headless- Regular updating and maintenance of supported plugins- Ever-growing list of supported pluginsCost factors:- From €49/month</td>
      </tr>
      <tr>
        <td>Rely on self-made plugins</td>
        <td>Usually, cases (3), (4), and(5).</td>
        <td>- How to/who can deploy updates to self-developed plugins?</td>
        <td>- Reviewing of plugins for security issues- Setting up zero downtime deploymentsCost factors:- In-depth Grasshopper development know-how- DevOps knowhow</td>
        <td>- Automated deployment pipeline for plugins- Forum & Private SupportCost factors:- From €49/month, plus access to a private system required (sold separately)</td>
      </tr>
    </tbody>
  </table>
</figure>
<h2 id="takeaways">Takeaways</h2>
<p>In our table, we highlighted essential factors to weigh when developing a cloud system with Rhino and Grasshopper. These include setting up a web server, licensing, service interruptions, intellectual property protection, user management, performance optimization, using developer tools, visualization, software integration, and handling plugins. By considering these, decision-makers can confidently choose the right cloud solution.</p>
<p>For Rhino Compute, the architecture and implementation of software measures and systems that address the above points is open; the responsibility for many of these rests heavily on the user, with the costs hinging on cloud providers, licensing fees, and the potential need for in-depth technical know-how.</p>
<p>Meanwhile, ShapeDiver offers a streamlined, comprehensive platform around the parametric computation core based on Grasshopper. For many of the key implementation aspects listed above, the platform proposes a specific solution as part of ShapeDiver’s subscription plans. Additionally, the platform goes through regular updates for its security protocols, offers load balancing and caching mechanisms, and provides a suite of developer tools, with cost considerations integrated into its tiered subscription plans.</p>
<h2 id="conclusion">Conclusion</h2>
<p>In this article, we aimed to deliver a comprehensive comparison between choosing Rhino Compute or ShapeDiver when building cloud applications based on parametric design algorithms. We first introduced both Rhino Compute and ShapeDiver, having emphasized the fundamental difference between the two. Rhino Compute is a technology, which can be used in the process of building a custom cloud application relying on solving Grasshopper definitions. ShapeDiver, on the other hand, is a fully managed cloud platform that already solves many key implementation aspects relevant to any cloud application.</p>
<p>With this in-depth comparison, our intention was to provide a valuable resource that aids in your decision-making process, regardless of whether you are an individual designer, a startup, or a larger enterprise. Ultimately, the choice between Rhino Compute and ShapeDiver depends on the specific requirements of your project and the internal and external resources you have access to.</p>
<p>In a nutshell, if your resources include significant expertise in building secure and performant cloud applications, and if your use case involves challenges that are not solved by ShapeDiver’s infrastructure and services, your team might find Rhino Compute more flexible as a basis for your project. In many other cases, ShapeDiver generally offers a cost-effective, secure, and comprehensive solution, allowing you to focus on the core functionalities of your application and not worry about infrastructure, security, and performance.</p>
<p>
  <b>
    <i>
      <span>&lt;&lt; Are you thinking of or currently working on a project that requires running parametric CAD models on the cloud? We’re here to help! Our team has gathered significant expertise when it comes to building cloud applications based on Rhino and Grasshopper with Rhino Compute or ShapeDiver. We’ll be happy to schedule a cost-free consultation call with your team and help you decide what is the best way forward with your current and future projects. &gt;&gt;</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver X Autodesk Forma | Live Webinar</title>
  <description><![CDATA[ Check out the recording of our July 11th, 2023 webinar showcasing the new ShapeDiver extension (BETA) for Autodesk Forma. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-x-autodesk-forma-or-live-webinar</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1920x1080/644a8e29e7/autodesk-forma-x-shapediver-webinar.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Jul 20, 2023 11:00 PM +0000</pubDate>
  
  
  <content:encoded><![CDATA[ <h2 id="spanintroduction-span">Introduction</h2>
<p>
  <a href="https://www.linkedin.com/in/mathieu-huard-80932176/" target="_blank">
    <b>
      <i>
        <span>Mathieu Huard</span>
      </i>
    </b>
  </a>, Head of Product at ShapeDiver, and <a href="https://www.linkedin.com/in/krzysztof-jedrzejewski-a8307018b/" target="_blank">
    <b>
      <i>
        <span>Krzysztof Jedrzejewski</span>
      </i>
    </b>
  </a>, Senior Product Manager at Autodesk Forma, will guide this one-hour session where they’ll give an introduction to both software and demonstrate various workflows for this new extension.
</p>
<p>This webinar is perfect for architects, urban planners, and/or design professionals interested in leveraging their Grasshopper files inside <a href="https://www.autodesk.com/products/forma/overview" target="_blank">Autodesk Forma</a> via ShapeDiver.</p>
<p>This extension can prove particularly useful to iterate over design propositions and shines when used alongside Forma’s automation and predictive analytics to compare the performance between variations of the same design.</p>
<h2 id="spanwebinar-overview-span">Webinar Overview</h2>
<p>
  <b>
    <span>
      <u>Date:</u>
    </span>
  </b>
  <b>&nbsp;</b> Tuesday, July 11th, 2023
</p>
<p>
  <b>
    <span>
      <u>Time:</u>
    </span>
  </b>9am PT, 12pm ET, 6pm CEST
</p>
<p>
  <b>
    <span>
      <u>Duration:</u>
    </span>
  </b>1 hour
</p>
<p>
  <b>
    <span>
      <u>Part 1:</u>
    </span>
  </b>Quick Introductions to Autodesk Forma & ShapeDiver (5 to 10 minutes)
</p>
<p>
  <b>
    <span>
      <u>Part 2:</u>
    </span>
  </b>
  <b>&nbsp;</b> Demonstration (20 to 25 minutes)
</p>
<p>- A quick tour through Forma features</p>
<figure>
  <ul>
    <li>- Introduction of the ShapeDiver extension- Two common use cases</li>
  </ul>
</figure>
<p>
  <b>
    <span>
      <u>Part 3:</u>
    </span>
  </b>
  <b>&nbsp;</b> Q&A (25 to 30 minutes)
</p>
<h2 id="gtnbsp-a-hrefhttps-wwwyoutubecom-watchv05bxun5m-xg-targetblank-watch-the-recording-a">&gt; <a href="https://www.youtube.com/watch?v=05BXUN5M-xg" target="_blank">
    <b>Watch the recording</b>
  </a>
</h2>
<h3 id="span-uabout-autodesk-forma-u-span">
  <u>About Autodesk Forma</u>
</h3>
<p>
  <a href="https://www.autodesk.com/products/forma/overview" target="_blank">
    <b>
      <span>Autodesk Forma</span>
    </b>
  </a>(formerly Spacemaker) helps planning and design teams deliver projects digitally from day one. Use conceptual design capabilities, predictive analytics, and automations to make solid foundations for your projects.
</p>
<p>- Unlock efficiencies with intuitive project setup, design automations, and fluid connectivity with Revit</p>
<p>- Use data-driven insights in real-time to make fast, smart design decisions that reduce risk and improve business and sustainability outcomes</p>
<p>- Improve collaboration and secure buy-in by using data and visuals to tell a compelling design story that can help you win more bids</p>
<h3 id="span-uabout-shapediver-u-span">
  <u>About ShapeDiver</u>
</h3>
<p>
  <b>
    <span>ShapeDiver</span>
  </b>is an online platform that simplifies hosting and sharing Grasshopper files online. It provides the tools and scalable infrastructure to help users transform their library of Grasshopper files into powerful and shareable web applications.
</p>
<p>With ShapeDiver, users can:</p>
<p>- Share the full power of their parametric design files with partners, clients, and other non-technical stakeholders wherever they are while protecting their IP.</p>
<p>- Create online applications that help automate sales, design, and manufacturing processes.</p>
<h2 id="spanmeet-your-hosts-span">Meet Your Hosts</h2>
<h3 id="a-hrefhttps-wwwlinkedincom-in-mathieu-huard-80932176-targetblank-span-umathieu-huard-u-span-a">
  <a href="https://www.linkedin.com/in/mathieu-huard-80932176/" target="_blank">
    <b>
      <span>
        <u>Mathieu Huard</u>
      </span>
    </b>
  </a>
</h3>
<p>
  <i>
    <span>Mathieu is the Head of Product, as well as one of the founders of ShapeDiver. He focuses on expanding the ShapeDiver product to cater to various industries leveraging parametric design in their workflows. In the context of the AEC industry, he helped push the collaboration and interoperability functionalities of ShapeDiver, such as bridging the online platform with various design software suites, including Autodesk Forma.</span>
  </i>
</p>
<p>
  <i>
    <span>He holds a Ph.D. in Applied Mathematics. Before founding ShapeDiver, he spent several years with the Vienna-based company Evolute, developing software and consulting for architects and engineering firms, all along gaining experience with building tools for Rhino and Grasshopper.</span>
  </i>
  <br />
  <br />
</p>
<h3 id="a-hrefhttps-wwwlinkedincom-in-krzysztof-jedrzejewski-a8307018b-targetblank-span-ukrzysztof-jedrzejewski-u-span-a">
  <a href="https://www.linkedin.com/in/krzysztof-jedrzejewski-a8307018b/" target="_blank">
    <b>
      <span>
        <u>Krzysztof Jedrzejewski</u>
      </span>
    </b>
  </a>
</h3>
<p>
  <i>
    <span>Krzysztof is a Senior Product Manager with the Unified Design product group in Autodesk. He leads one of the Autodesk Forma teams focused on interoperability, open APIs, and realizing the vision of an open AEC platform of interlocked 3rd party solutions.</span>
  </i>
</p>
<p>
  <i>
    <span>He holds a Bachelor's and master's degree in architecture and has several years of working experience as an architect and computational designer. Prior to joining Autodesk he was a project manager for consultancy Reope (Bad Monkeys Norway), introducing custom products and complex software workflows into architectural offices.</span>
  </i>
</p>
<h2 id="spantakeaways-span">Takeaways</h2>
<p>Whether you’re a seasoned ShapeDiver or Autodesk Forma user or looking to learn more about these platforms, this webinar will give you a glimpse into the robust ecosystem that Autodesk Forma is creating, starting with this ShapeDiver extension.</p>
<p>Attendees will learn first-hand about the vision and main features of Autodesk Forma, plus practical use cases for the newly released ShapeDiver extension (BETA). By the end of this webinar, guests will also have the chance to interact with our hosts and ask questions during the Q&A session, gaining a deeper understanding of how these technologies work and how you could leverage them in your projects.</p>
<p>Register for the webinar today and join us in exploring the future of architectural design and urban planning. We look forward to seeing you on July 11th!</p>
<h2 id="gtnbsp-a-hrefhttps-wwwyoutubecom-watchv05bxun5m-xg-targetblank-watch-the-recording-a">&gt; <a href="https://www.youtube.com/watch?v=05BXUN5M-xg" target="_blank">
    <b>Watch the recording</b>
  </a>
</h2>
<p>
  <i>
    <span>Autodesk, the Autodesk logo, and Forma are registered trademarks or trademarks of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries. All other brand names, product names, or trademarks belong to their respective holders. Autodesk reserves the right to alter product and service offerings, specifications, and pricing at any time without notice and is not responsible for typographical or graphical errors that may appear in this document. © 2023 Autodesk, Inc. All rights reserved.</span>
  </i>
</p>
<p>
  <i>
    <br />
  </i>
</p>
<p>
  <i>
    <span>Rhinoceros, Rhino, and Grasshopper are registered trademarks of Robert McNeel &amp; Associates.</span>
  </i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner: René Medel from framas!</title>
  <description><![CDATA[ In this interview, René Medel, computational and industrial designer at footwear component manufacturer framas, shares his passion for footwear design and its intersection with technology. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-rene-medel-from-framas</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/66a3c4178a/cover-photo-inside.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jul 17, 2023 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>Dive into the dynamic world of industrial design in this interview with a footwear designer from Chile who has made his mark in the world by leveraging technology and materials to enhance the form and function of shoes.</p>
<p>With a career that has taken him from Chile to Holland and now Germany, he shares his journey from being inspired by Italian ads as an '80s child to becoming a leading expert in footwear design and production technology.</p>
<p>Today, he's part of the Innovation department at framas, a leading producer of plastic components for the shoe industry. Learn about the role of Grasshopper and parametric design in footwear creation, the impact of additive manufacturing, the revolutionary use of lattice structures, and the future of the footwear industry as shaped by artificial intelligence, 3D printing, and sustainability.</p>
<p>Whether you're a designer, a technologist, or a footwear enthusiast, this interview offers fascinating insights into the intricate world of shoe design and the transformative power of technology in shaping the industry. Let's dive in!</p>
<h3 id="span1-welcome-rene-please-give-us-a-brief-introduction-of-yourself-span">1. Welcome, René! Please give us a brief introduction of yourself.</h3>
<p>My name is <a href="https://www.linkedin.com/in/renemedel/" target="_blank">René Medel</a>. I am an industrial designer, and I come from Chile. I have been a Rhino user for many years and have been an authorized trainer since 2004. After doing a Master of Footwear Innovation (SLEM Holland), I came to Germany to work in footwear-related companies. I’ve always liked technology and computers, besides shoes, architecture, and design.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/c90a86f799/01-min.png" loading="lazy" />
</figure>
<h3 id="span2-what-are-your-first-memories-related-to-footwear-design-span">2. What are your first memories related to footwear design?</h3>
<p>I remember a powerful ad on TV from an Italian brand that promoted the use of new soles made out of Polyurethane. As an 80’s child, it was easy to believe in the benefits of using those sneakers.</p>
<p>Same thing for those black school shoes with a traditional “commando” rubber outsole. As kids, we felt like we really got superpowers!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/3898x1909/72024adacc/2.jpg" loading="lazy" />
</figure>
<p>I clearly remember my sneakers with pegs on the heel. Interchangeable cylinders with different densities.  And, of course, my first pair with that waffle outsole and its grip feeling. Many years after, I was lucky to meet Mike Friton, one of the innovators from that legendary innovation Kitchen where the waffles came from.</p>
<p>Another amazing and inspiring designer is Charles Bergman, who I met in the Netherlands to collaborate at the Dutch Design Week.  Jan Jensen is another Dutch shoe designer who has made the most incredible and mind-blowing shoes. Another brand doing great shoe designs is United Nude, in collaboration with known architects and designers.</p>
<p>Nowadays, I am amazed by the talent and creation of Aldanondo y Fernandez, both architects, and shoemakers based in Barcelona.  Ignacio and Catuxa make wonderful leather bespoke shoes with a carefully crafted technique.</p>
<h3 id="span3-when-did-you-decide-to-start-a-career-in-footwear-design-and-why-span">3. When did you decide to start a career in footwear design, and why?</h3>
<p>Shoes. It was my first thought when I searched for a subject for my bachelor's degree.  Not only because it is an industrial product with several materials and fabrication processes but mainly because footwear is a dynamic industry that needs to be updated and improved using new technologies.</p>
<h3 id="span4-what-is-framas-span">4. What is framas?</h3>
<p>
  <a href="https://framas.com/en/" target="_blank">framas</a> is the company I work for. It was founded in 1948 in Pirmasens, Germany. The first product framas produced were shoe lasts, which are still developed today at our German site. The company quickly expanded in the plastic processing industry and is nowadays one of the leading producers when it comes to plastic components for the shoe industry.
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/95dfbdd344/03-min.png" loading="lazy" />
</figure>
<h3 id="span5-what-are-shoe-lasts-and-how-are-they-traditionally-manufactured-span">5. What are shoe lasts, and how are they traditionally manufactured?</h3>
<p>A shoe last is a shape with a volume that represents the foot inside the shoe.  It has the form of a shoe design and follows many dimensions and measures to ensure good fit and biomechanical features.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2598x1272/a98eb2ab44/5a.jpg" loading="lazy" />
</figure>
<p>The base model (Master) is still made out of wood, but nowadays, the production is based on injected plastic which takes the shape after removing (CNC lathe) all the excess material.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2599x1272/8294c93668/5b.jpg" loading="lazy" />
</figure>
<h3 id="span6-what-are-your-major-responsibilities-at-framas-span">6. What are your major responsibilities at framas?</h3>
<p>My role in the Innovation department is to create workflows and 3D models to get the geometry of the products to be prototyped, analyzed, and produced among the group in our locations in Asia, besides our HQ in Germany.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/3898x1909/6e42a748f7/6.jpg" loading="lazy" />
</figure>
<h3 id="span7-when-were-you-first-introduced-to-grasshopper-span">7. When were you first introduced to Grasshopper?</h3>
<p>I know it since the "Explicit History" days when David Rutten was still studying architecture, and he came up with these unusual visual algorithms, like worms, and shared them with the active Rhino community.  At that moment, I couldn't see the enormous potential of this tool and how it would become the Grasshopper we know now.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2598x1272/fee80edb6d/7.jpg" loading="lazy" />
</figure>
<h3 id="span8-why-is-grasshopper-so-important-for-multiple-industries-worldwide-span">8. Why is Grasshopper so important for multiple industries worldwide?</h3>
<p>Grasshopper has become a great generative design tool because of the excellent McNeel development, always open to the community and third parties developing their plugins for growing this algorithmic modeler.</p>
<p>Several industries get the benefits because it is about parametric design, not only for engineering but for real creative ways of form-finding, iteration, and customization.</p>
<h3 id="span9-whats-your-vision-for-how-grasshopper-can-be-used-in-the-footwear-industry-span">9. What’s your vision for how Grasshopper can be used in the footwear industry?</h3>
<p>I think Grasshopper could be used in several stages.  Obviously, the most direct is for sharing designs inside creation teams and with development teams.  Internally is easier to share some ideas and concepts with other team members not using Rhino actively. Nonetheless, we can share some definitions with customers or partners for evaluation and feedback.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2599x1273/b9a2f84402/10.jpg" loading="lazy" />
</figure>
<h3 id="span10-what-are-the-status-quo-and-the-main-challenges-for-grasshopper-or-parametric-design-to-be-widely-adopted-in-the-footwear-industry-span">10. What are the status quo and the main challenges for Grasshopper (or parametric design) to be widely adopted in the footwear industry?</h3>
<p>Actually, 3D modeling is widely used in the footwear industry, but generative design is still not mature enough.  We, designers, need to move forward to keep on creating generative yet.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2599x1273/92876c7711/11.jpg" loading="lazy" />
</figure>
<h3 id="span11-can-you-share-any-examples-of-how-your-use-of-computational-design-has-led-to-an-increase-in-efficiency-or-cost-savings-for-your-clients-span">11. Can you share any examples of how your use of computational design has led to an increase in efficiency or cost savings for your clients?</h3>
<p>Since I work in Innovation, we are dealing with projects for 3-5 years ahead. So I can't disclose actual projects. However, I could say that we are optimizing not only products or what we do but also production/productivity or how we do it.</p>
<h3 id="span12-how-can-additive-manufacturing-potentially-improve-processes-in-the-footwear-industry-span">12. How can additive manufacturing potentially improve processes in the footwear industry?</h3>
<p>Additive Manufacturing is part of Industry 4.0, and now we are integrating it into production, not only for rapid prototyping as usual.</p>
<p></p>
<p>AM supports the traditional manufacturing processes giving more freedom for complex geometry fabrication, not only for final products but mainly for optimizing actual existing machinery.  Automation and robotics are present in the factories, and AM helps to supply effectively spare parts, jigs, fixtures, and molds.</p>
<h3 id="span13-what-are-lattice-structures-and-why-are-they-so-important-and-revolutionary-span">13. What are lattice structures, and why are they so important and revolutionary?</h3>
<p>Lattices are structures that conform to cellular patterns.  These could be periodic or not. In this last case, a stochastic lattice looks a bit chaotic because we can not find a cell repeating. The periodic lattices are mainly these 3 types:</p>
<p>a) Honeycombs or prismatic b) TPMS or Minimal Surfaces</p>
<p>c) Beam</p>
<p>Lattices are important because they could replace solid parts, saving material/time/costs but keeping or even improving the mechanical properties of the parts. These could not be fabricated with traditional processes, so that is why AM is the key.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/3898x1911/9c46122fa3/14.jpg" loading="lazy" />
</figure>
<h3 id="span14-whats-the-main-challenge-behind-calculating-lattice-structures-span">14. What’s the main challenge behind calculating lattice structures?</h3>
<p>The challenge is to keep the mechanical properties when the lattices become conformal.  In other words, when it fits inside the given volume.</p>
<p>A second challenge is to define the purpose of the lattice.  It could be just weight saving, thermal dissipation, foaming/cushioning, energy absorption/rebound, osseointegration (medical), or simply aesthetic design.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2599x1274/f29b5e31e3/15.jpg" loading="lazy" />
</figure>
<a href="https://pdfs.semanticscholar.org/6644/2ee35fbd07d1438295b7b9a1cc291e3d5c3b.pdf" target="_blank">1: Image Source</a>
<h3 id="span15-how-do-you-stay-current-with-advancements-in-technology-and-design-trends-in-the-footwear-industry-span">15. How do you stay current with advancements in technology and design trends in the footwear industry?</h3>
<p>By being aware of the new developments from software providers, material suppliers, manufacturers, startups, academic research, visiting trade fairs, and partners.</p>
<h3 id="span16-in-your-opinion-what-is-the-most-exciting-or-innovative-use-of-computational-design-in-the-footwear-industry-that-you-have-seen-or-been-a-part-of-span">16. In your opinion, what is the most exciting or innovative use of computational design in the footwear industry that you have seen or been a part of?</h3>
<p>I think the most interesting so far is to see the software improvement and 3rd parties development. Some algorithms created more than 40 years ago, like Polygon Subdivision (SubD), now integrated into Rhino to work together with NURBS and Meshes, are amazing.</p>
<p>When you can show and share this using Augmented Reality, makes your work much easier to be seen and understood.</p>
<h3 id="img-alt-srchttps-assetsshapedivercom-imgsbmig-f-92524-2599x1274-7abee2358e-17jpg-loadinglazy-17-whats-the-future-of-the-footwear-industry">
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/2599x1274/7abee2358e/17.jpg" loading="lazy" />17. What’s the future of the footwear industry?</h3>
<p>I believe that, like in many other industries, footwear will be affected by Artificial Intelligence (AI).  That’s why I asked ChatGPT about this future, and I can only agree because it matches with the previously mentioned <b>
    <i>
      <span>:</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>"The future of footwear is likely to involve a combination of new technologies, materials, and design approaches. Some potential developments in the field include:</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i></i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>- 3D printing: This technology could be used to create customized, lightweight, and durable footwear that can be produced on-demand.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>- Smart features: Footwear with built-in sensors and connectivity could track activity, monitor health, and adjust to the wearer's needs.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>- Sustainable materials: As consumers become more conscious of the environmental impact of their purchases, footwear made from recycled, biodegradable, or plant-based materials is likely to become more common.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>- Augmented reality: Footwear with augmented reality features could display information or enhance the wearer's physical experience.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>- Performance-enhancing: Advancements in materials and manufacturing techniques could lead to footwear that enhances the wearer's performance, such as by providing extra support, cushioning, or propulsion.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>It's also worth noting that there is a growing interest in minimalistic and natural movement footwear that mimics the feel and movement of being barefoot, as well as the use of natural and renewable materials.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>Overall, the future of footwear is likely to be defined by a focus on customization, sustainability, and technology.”</span>
    </i>
  </b>
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/3898x1911/0ae9ba529d/18.jpg" loading="lazy" />
</figure>
<h3 id="we-couldnt-agree-more-as-well-thank-you-rene-for-your-time-today">- We couldn't agree more as well! Thank you, René, for your time today!</h3>
<p>You are welcome. Thank you for the opportunity to share my work at framas.</p>
<hr class="py-2" />
<p>That's it for this new edition of <i>
    <span>Designers Corner.</span>
  </i> Don't forget to visit <a href="https://framas.com/en/blog/" target="_blank">framas blog</a> and <a href="https://www.instagram.com/framasgroup/" target="_blank">follow them on Instagram</a> !</p>
<p>Would you like to get featured in this space? Please email us at <u>
    <span>contact@shapediver.com</span>
  </u>and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Sfered: Custom Eyewear Meets Grasshopper!</title>
  <description><![CDATA[ Learn how this Dutch entrepreneur created the Holy Grail of iOS apps for custom eyewear, offering over 7 billion custom fits. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-sfered-custom-eyewear-meets-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/0d515ee3e3/sfered-shapediver-blog-post.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jun 13, 2023 11:00 PM +0000</pubDate>
  
  
  <content:encoded><![CDATA[ <h2 id="spanintroduction-span">Introduction</h2>
<p>
  <a href="https://www.linkedin.com/in/sybren-de-graaf-80228541/" target="_blank">Sybren de Graaf</a>, CEO and founder of <a href="https://sfered.nl/" target="_blank">Sfered</a>, created an innovative solution for the eyewear industry using Grasshopper and ShapeDiver's infrastructure. With a background in architecture, Sybren discovered the potential of Grasshopper and used his design knowledge to create a revolutionary online service for opticians. Sfered's service allows for the customization of frames using a 3D parametric model placed on the client's scanned face. The result is a personalized and comfortable fit unique to each individual.
</p>
<p>In this interview, we dive into Sybren's early beginnings, his early design influences, and how he discovered Grasshopper. We also discussed how his architectural background influenced his current path and when he realized the concept behind Sfered could be a good business idea. Furthermore, we explore how ShapeDiver helped him create this iOS application, the challenges he's faced so far, and what opticians say about the tool.</p>
<p>We also touch on the future of Sfered, the possibility of licensing this tech stack, and the future of product design and digital fabrication. Join us as we discover the story behind one of the most innovative solutions in the eyewear industry.</p>
<h3 id="span1-hello-sybren-please-introduce-yourself-and-tell-us-about-your-background-span">1. Hello, Sybren! Please introduce yourself and tell us about your background.</h3>
<p>Hi my name is Sybren de Graaf. I was born in 1977 in Surinam and moved to the Netherlands when I was five. In 2006, I graduated from TU Delft and started working as an architect and inventor in Amsterdam.</p>
<p>I am fascinated by design, geometry, making things in all kinds of ways, programming, and then creating something unique out of these combinations.</p>
<p>For years I have been working as an architect on tools to support my design trajectories and explore new fields in architecture and design. This has evolved into craftsmanship, where algorithms, design, and making come together in realized buildings and objects.</p>
<p>
  <br />Then, in search of my own self-made spectacle frame, I started the development of custom-fit frames on a whole new level that didn't exist yet.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/6dcc287d6a/01.png" loading="lazy" />
</figure>
<h3 id="span2-can-you-tell-us-about-your-early-design-influences-and-how-they-shaped-your-career-path-span">2. Can you tell us about your early design influences and how they shaped your career path?</h3>
<p>As a kid, I used to take apart, repair and modify things. In the process of altering my own living space, I made lamps and fixtures from strange objects I found and even removed parts of the wooden walls to make the somewhat tiny bedroom more efficient. Later on, these skills matured when I studied architecture and started working on things that influence other people's living spaces as well.</p>
<p>During a lecture from Marcos Novak around 1999, the architectural digital world came to life for me, and I started reading Gilles Deleuze and working with Virtools at the Hyperbody research group. Layering concepts, needs, and ideas together with computational design, for me, became an integrated process from start to finish.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/b0ba18c1aa/02.png" loading="lazy" />
</figure>
<h3 id="span3-how-did-you-discover-grasshopper-and-what-made-you-interested-in-learning-it-span">3. How did you discover Grasshopper, and what made you interested in learning it?</h3>
<p>In 2009 a good friend of mine recommended it as a then-new upcoming tool to combine design and programming without coding knowledge to create objects and architectural models with my 3D printer. We saw it as the link between the design process and reality. Constant alterations of drawings and prototypes are tedious, and implementing programming in the drawing process makes it much more integrated.</p>
<p>As society gets more and more complex and intertwined, the spatial requirements that are needed can become reality with reactive components that behave controllable in relation to space and function, therefore creating exciting new possibilities and results.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/97956f0e59/03.png" loading="lazy" />
</figure>
<h3 id="span4-how-has-your-background-in-architecture-influenced-your-approach-to-design-and-innovation-in-the-eyewear-industry-span">4. How has your background in architecture influenced your approach to design and innovation in the eyewear industry?</h3>
<p>In contemporary architecture, geometry design, programming, and the parametric revolution is already up to speed; in eyewear, not so much.</p>
<p>When I started working on my own spectacles in 2011, I slowly understood the level of complexity of design and eyewear was closely related to architecture, and computational design was a perfect way of both learning the trade and not needing to redo all the work continuously.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/93abe0db6f/04.png" loading="lazy" />
</figure>
<h3 id="span5-what-is-sfered-and-how-is-grasshopper-making-it-possible-span">5. What is Sfered, and how is Grasshopper making it possible?</h3>
<p>We are an independent Dutch software company specializing in eyewear customization and virtual try-on (VTO) based in Amsterdam.</p>
<p>The technology that Sfered built is unique and patented. We were the first to introduce a working customization platform for eyewear in the market. We developed a completely integrated system that positions a frame correctly on a 3D-scanned face and can select a frame based on facial characteristics. Combined with lens prescription, it’s offering a totally customized frame automatically to create a perfect fit.</p>
<p>For opticians in the Netherlands, we have the iOS app " <a href="https://frametric.nl/" target="_blank">Frametric</a> ", the most comprehensive digital solution for fitting eyewear with happy customers.</p>
<p>We use Grasshopper in parts of our workflow. Integrating our own code, the design possibilities of Rhino, and bringing the parametric design to a new level with 7 billion custom fits.  </p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/8f0dc91fc3/05.png" loading="lazy" />
</figure>
<h3 id="span6-how-has-shapediver-helped-bring-your-idea-to-life-span">6. How has ShapeDiver helped bring your idea to life?</h3>
<p>ShapeDiver is an essential part of our backend flow. With their system, our scripts and custom plugins run as quickly as possible, reliably, and safely 24hr a day for customers all over the world. The experienced people at ShapeDiver have been a great help in making this integration work.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/ddfd31feb4/06.png" loading="lazy" />
</figure>
<h3 id="span7-when-did-you-realize-that-the-concept-behind-sfered-could-be-a-viable-business-idea-span">7. When did you realize that the concept behind Sfered could be a viable business idea?</h3>
<p>The concept itself, custom-made frames, is certainly not new and dates back many centuries, so the business case itself was already there. But it was at a Dutch optical fair in 2015 during the prototype launch that we solved the complex puzzle and could offer a custom frame and 3D-printed on the spot.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/c1fb624377/07.png" loading="lazy" />
</figure>
<h3 id="span8-what-were-some-of-the-challenges-you-faced-during-the-development-of-the-sfered-platform-and-how-did-you-overcome-them-span">8. What were some of the challenges you faced during the development of the Sfered platform, and how did you overcome them?</h3>
<p>Getting the complete technology stack working: scanning, user-friendly app, backed systems, and happy clients are difficult beasts to get in line and working.</p>
<p>These challenges can be overcome with the right mindset, team members, and partners like ShapeDiver, who understand the complexity and are intrinsically set up to handle the intricacy that comes with linking different technologies from multiple disciplines.</p>
<h3 id="span9-how-have-opticians-responded-to-using-the-sfered-tool-and-what-kind-of-feedback-have-you-received-span">9. How have opticians responded to using the Sfered tool, and what kind of feedback have you received?</h3>
<p>In the beginning, they loved it, and they saw the potential and need in their shop for this technology. Then, it took a long time actually to integrate it on a technical and sales level.</p>
<p>This solution is not for every optician, though. Each shop has its own expertise and methods to reach a good fit. We had several iterations of the whole backend and scan technology before we could match the needs and wishes of the opticians and manufacturers.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/286808222b/10.png" loading="lazy" />
</figure>
<h3 id="span10-can-you-speak-to-the-importance-of-user-experience-in-the-design-and-development-of-the-sfered-platform-span">10. Can you speak to the importance of user experience in the design and development of the Sfered platform?</h3>
<p>Having complex technology is one thing. Getting it to work in a shop environment is something different. It needs to be both simple and advanced, always ready and without any effort transferrable to the manufacturer’s production pipeline. This is something often overlooked. But getting the whole trajectory right every time is a tough job.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0ed49f23ce/09.png" loading="lazy" />
</figure>
<h3 id="span11-in-your-opinion-how-is-the-eyewear-industry-evolving-and-what-role-do-you-see-custom-design-playing-in-its-future-span">11. In your opinion, how is the eyewear industry evolving, and what role do you see custom design playing in its future?</h3>
<p>We need to be more careful with our resources, materials (acetate, aluminum, titanium), the attention span of customers, time, and money. They are all limited. Auto customization and made-to-order production are inevitable if we want to keep our planet and our lives nice.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/5304e95d0f/11.png" loading="lazy" />
</figure>
<h3 id="span12-how-do-you-envision-the-future-of-product-design-and-digital-fabrication-and-what-kind-of-impact-will-it-have-on-the-eyewear-industry-span">12. How do you envision the future of product design and digital fabrication, and what kind of impact will it have on the eyewear industry?</h3>
<p>As far as I can see, the eyewear industry will see more differentiations in design and customization due to the speeding up of the design process and the ease of getting complex geometries under control.</p>
<p>Cheaper eyewear will be less affected by this than high-end brands, where uniqueness and personification are core requirements. High-end collections will be realized more quickly, and brands will be able to create more styles within one season due to the lowering of minimum production quantities.</p>
<h3 id="span13-what-advice-would-you-give-to-aspiring-entrepreneurs-and-designers-looking-to-break-into-the-eyewear-industry-span">13. What advice would you give to aspiring entrepreneurs and designers looking to break into the eyewear industry?</h3>
<p>Look at the whole trajectory from design to production, from fulfilling the needs and the wearing of the product itself.</p>
<p>
  <br />
  <br />
</p>
<h3 id="span14-how-do-you-see-technology-continuing-to-shape-the-future-of-the-eyewear-industry-and-what-kind-of-developments-are-you-most-excited-about-span">14. How do you see technology continuing to shape the future of the eyewear industry, and what kind of developments are you most excited about?</h3>
<p>The biggest catch for me is that there will be more complexity and personification available. Hopefully, with this, we can leave the single-face type fit designs and create eyewear that is more fitting and styled for all of humanity.</p>
<h3 id="span15-how-do-you-approach-balancing-the-need-for-customization-with-the-desire-for-scalability-in-your-business-model-span">15. How do you approach balancing the need for customization with the desire for scalability in your business model?</h3>
<p>The whole setup is scalable until it hits manufacturing. Each custom frame is made to order. The production process needs to be set up for this with the right production preparation, labeling, monitoring, quality control, and instructions for finishing.</p>
<p>Next to that, the logistics need to be quick and efficient. We take great care in finding manufacturers who are able to do the next level and understand the implications of made-to-order. We now are at the point where we can confidently scale up with regard to preparation for production.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/710f465a3b/13.png" loading="lazy" />
</figure>
<h3 id="span16-what-motivated-you-to-offer-your-technology-stack-for-licensing-and-what-kind-of-companies-do-you-see-benefiting-from-it-span">16. What motivated you to offer your technology stack for licensing, and what kind of companies do you see benefiting from it?</h3>
<p>I like diversity and more options, and so do many of us. We want to be able to offer end users a perfect fit without compromising on their choice of materials, brands, and looks.</p>
<p>There is so much that goes into a perfect fit; creating eyewear that is comfortable and fitted correctly, getting the production up and running, and setting up the whole flow from scan to result. This takes years and a lot of resources to develop. The good news is we did the hard work and are willing to share this and help others develop their own brand based on our technology.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/8630aa6c07/08.png" loading="lazy" />
</figure>
<h3 id="span17-can-you-speak-to-the-future-of-sfered-and-what-kind-of-developments-we-can-expect-to-see-in-the-coming-years-span">17. Can you speak to the future of Sfered and what kind of developments we can expect to see in the coming years?</h3>
<p>We are working on an even more integrated flow from scan to production. Getting new manufacturing methods and expanding the look and feel of the offer sales and brands.  This will help to optimize the user experience and get more functionality based on requests from users.</p>
<h3 id="amazing-thank-you-very-much-for-your-time-sybren-its-been-a-pleasure">- Amazing! Thank you very much for your time, Sybren. It's been a pleasure!
  <br />
</h3>
<p>Likewise! Thank you for this opportunity as well.</p>
<p>
  <br />
  <b>
    <i>
      <span>That's it for this new edition of Getting to know... Don't forget to visit </span>
    </i>
  </b>
  <a href="https://sfered.nl/" target="_blank">
    <b>
      <i>
        <span>Sfered</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <a href="https://frametric.nl/" target="_blank">
    <b>
      <i>
        <span>Frametic</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>&nbsp;websites to learn more about their iOS application.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <br />
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>Would you like to get featured in this space? Please email us at </span>
    </i>
  </b>
  <b>
    <i></i>
  </b>
  <u>
    <span>contact@shapediver.com</span>
  </u>
  <b>
    <i>
      <span> and tell us about your project or brand! We'd love to start a conversation.</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... CyBe: 3D Concrete Printing meets Grasshopper!</title>
  <description><![CDATA[ Learn how this Dutch technology company is taking 3D Concrete Printing to the next level with the help of Grasshopper and ShapeDiver! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-cybe-3d-concrete-printing-meets-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/f/92524/1200x630/821e857548/cybe-shapediver-coverpng.jpg"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Mar 30, 2023 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In this interview, we talk with CyBe, a Dutch technology company revolutionizing the construction industry with its state-of-the-art 3D concrete printing technology. We explore how they use this technology to create affordable housing while reducing the carbon footprint of their projects.</p>
<p>You'll also learn about the different types of printers they offer and how their proprietary software tools streamline the printing process. We also dive into how they're using Grasshopper and ShapeDiver to create online configurators that any client can easily use.</p>
<h3 id="span1-welcome-and-thank-you-for-taking-the-time-to-chat-with-us-lets-start-with-the-basics-who-is-cybe-span">1. Welcome, and thank you for taking the time to chat with us! Let’s start with the basics. Who is CyBe?</h3>
<p>Thank you for having us here. Sure! <a href="https://cybe.eu/" target="_blank">CyBe</a> is a technology company for the construction industry with an emphasis on process innovation and social prosperity. We mainly sell 3D concrete printers worldwide and are the leading 3D printing contractor in the Netherlands.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/59f6172691/01.jpg" loading="lazy" />
</figure>
<p>In addition to 3D concrete printers, <a href="https://cybe.eu/3d-concrete-printing/software/" target="_blank">we produce high-quality proprietary tools</a>, including our slicing software Chysel and Artysan, to operate the printer, CyBe Mortar, and the CyBe Lybrary learning platform. We also develop custom printing materials and parametric design software tools to ensure that our printers operate at the highest efficiency possible.</p>
<p>Our holistic building solution draws from the full range of construction expertise and enables sustainable growth for individuals and businesses alike.</p>
<p>Our mission is to create a better society. That begins with homes and other built structures and extends to a community’s natural environment and socioeconomic opportunities. It is founded on our affordable and sustainable approach to construction and home ownership, which offers long-term security to an increasingly broader range of citizens worldwide.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/a32f839b77/02.jpg" loading="lazy" />
</figure>
<p>Our efforts begin with how we build. We invest heavily in research and development and use advanced tools and technologies emphasizing quality performance and outcome.</p>
<p>This unique combination of technologically advanced hardware, software, and materials is essential to achieving our overarching goal: to empower our construction partners and customers to enact sustainable business models and to bring global citizens the opportunity for affordable housing and rightful human dignity.</p>
<h3 id="span2-thats-great-well-touch-on-affordable-housing-in-a-bit-before-we-do-that-could-you-explain-what-3d-concrete-printing-is-what-are-its-core-benefits-span">2. That’s great. We’ll touch on affordable housing in a bit. Before we do that, could you explain what 3D Concrete Printing is? What are its core benefits?</h3>
<p>3D concrete printing is a process that involves depositing layers of material, typically a mixture of concrete and other additives, one on top of the other, to create three-dimensional objects.</p>
<p>It’s an efficient method of building that minimizes materials and labor costs and maximizes production. 3D concrete printers bring incredible value to the construction industry, particularly in a housing shortage period.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/b0a2910a98/03.png" loading="lazy" />
</figure>
<h3 id="span3-why-is-this-manufacturing-process-so-crucial-for-cybe-span">3. Why is this manufacturing process so crucial for CyBe?</h3>
<p>Technology and, therefore, these manufacturing processes are just a means to an end. Consequently, it is crucial to CyBe because it allows affordable housing to be delivered faster and more sustainable with Co2-poor cementitious materials and soon even Co2-free. This is a significant advantage for addressing the global housing crisis.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/b62489d269/04.png" loading="lazy" />
</figure>
<h3 id="span4-which-regions-are-your-primary-target-markets-span">4. Which regions are your primary target markets?</h3>
<p>We sell printers worldwide, and we have partners in every continent (except for Antarctica). Our partners focus on building faster and cheaper and are mostly innovative companies. In addition, our partners are also research institutions, such as universities.  </p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/7925755eec/05.png" loading="lazy" />
</figure>
<h3 id="span5-can-you-expand-your-comment-on-the-current-worldwide-housing-shortage-how-is-cybe-positioning-itself-to-tackle-this-problem-span">5. Can you expand your comment on the current worldwide housing shortage? How is CyBe positioning itself to tackle this problem?</h3>
<p>Costs of homes are rising. Rents are rising. The number of low-income housing units is decreasing. Around the world, around four billion people lack access to decent housing, including 150 million in developed countries, and more than 800 million live in slums.</p>
<p>To meet this requirement, CyBe is focusing on innovation to offer 3D concrete printing as an innovative, affordable housing solution. This enables cheaper, faster, and more sustainable construction.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/4121a395f9/06.png" loading="lazy" />
</figure>
<h3 id="span6-what-does-affordable-housing-mean-for-cybe-span">6. What does “Affordable Housing” mean for CyBe?</h3>
<p>For CyBe, affordable housing means creating housing solutions for low-income populations so they can gain access to housing at the most affordable price. Affordable housing is a business activity with a major social impact. We offer a wide range of innovative building solutions tailored to the local challenges and needs of individuals, NGOs, and public organizations responsible for housing.</p>
<h3 id="span7-thats-a-great-purpose-lets-jump-back-to-your-products-what-types-of-3d-concrete-printers-do-you-offer-and-what-are-their-main-characteristics-span">7. That’s a great purpose! Let’s jump back to your products. What types of 3D Concrete Printers do you offer, and what are their main characteristics?</h3>
<p>We offer five different types of printers. These range from robotic arms to gantry systems.</p>
<p>
  <br />- The <u>CyBe R</u>
  <b>&nbsp;</b>is an entry-level fixed 3D concrete printer ideal for research institutes, universities, and suppliers performing in-house testing, prototyping, or precast production.
</p>
<p>- The <u>CyBe RC</u> is a mobile 3D concrete printer suitable for construction companies printing on-site or in precast factories.</p>
<p>- The <u>CyBe RT</u> is a 3D printer that moves across a stationary track setup and is suitable for precast factories building prefab homes.</p>
<p>- The <u>CyBe G</u> is a 3D concrete printer that can print anywhere within an established three-dimensional zone and is best suited for printing large modules in a factory setting, such as finished apartments.</p>
<p>- The <u>CyBe GR</u> is similar to the CyBe G but has a robot attached to the X-beam for a wider and more precise range.</p>
<p>All printers use an ABB robotic arm and an ABB-controlled printhead and nozzle for printing. The printers vary in their mobility, stability, and printable height, making them suitable for different applications, from research and prototyping to on-site construction and precast production.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/3a5567a8b3/07.png" loading="lazy" />
</figure>
<h3 id="span8-what-type-of-projects-do-your-clients-build-with-3d-concrete-printers-and-what-advantages-have-they-seen-span">8. What type of projects do your clients build with 3D Concrete Printers, and what advantages have they seen?</h3>
<p>We are receiving a wide variety of inquiries, from furniture to planters to 4-story apartment buildings.  Sometimes clients will approach us with a design we need to engineer to make it printable, while others will ask us to design from scratch.</p>
<p>Either way or any scale that can be required, our clients will benefit in terms of time, cost, more sustainable solutions, less waste during construction, and more flexibility and potential on the design that cannot be achieved with conventional construction in an equally efficient way.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/c47ba0fcb1/08.png" loading="lazy" />
</figure>
<h3 id="span9-grasshopper-has-become-an-integral-part-of-cybes-design-team-when-was-grasshopper-first-introduced-inside-the-company-and-why-span">9. Grasshopper has become an integral part of CyBe’s design team. When was Grasshopper first introduced inside the company, and why?</h3>
<p>We have used <a href="https://www.rhino3d.com/" target="_blank">Rhino and Grasshopper</a> since 2013. Our “Design & Engineering” team uses Grasshopper to develop several tools and projects. Parametric Design was introduced during the technical/operational phase of projects since it is important to automate several procedures regarding designing for printing and printability checks.  </p>
<p>Grasshopper is also a powerful tool during the conceptual phase when the team needs to design more complex geometries with repetitive structures or develop wall textures that can be applied to multiple surfaces.</p>
<p>Later, we came up with the idea of letting our clients adjust our designs according to their preferences. Therefore, creating a layout that could be easily used by any person, relevant to Grasshopper or not, was crucial for our company.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/863e952971/09.png" loading="lazy" />
</figure>
<h3 id="span10-how-is-parametric-design-influencing-the-way-cybe-tackles-new-projects-span">10. How is Parametric Design influencing the way CyBe tackles new projects?</h3>
<p>There are many advantages to using parametric design when constructing a building. One major reason to use parametric design is to save time in the design process.</p>
<p>The early design phase is a fluid, exploratory process in which design concepts and drawings are built up at the same time. This eventually leads to a blueprint, a 3D model visualization, and data documentation about the design.</p>
<p>But changes or adjustments are inevitable, and that’s why parametric design is so efficient. Unlike traditional design methods, parametric design uses algorithms to implement the impact of one adjusted component on an entire design.</p>
<p>Existing designs can be easily altered or customized for new client projects using parametric design. This means less time is spent on the initial design phase, and customization can be fast and easy. This is particularly useful in housing development projects where a standard template can be adjusted to serve different client needs and create varied aesthetics.</p>
<p>Every new project is unique and different. Nonetheless, some general variables such as room functions, construction principles, codes, and 3D printing guidelines have to be always met. Instead of going through this rationalization phase with every new project, we can create dynamic housing concepts where their feasibility is already considered. Then, we can allow our partners and customers to explore their ideas and make decisions through their input while generating realizable and efficient designs that meet their unique needs.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/4f46317712/10.png" loading="lazy" />
</figure>
<h3 id="span11-how-is-shapediver-helping-you-reach-your-goals-span">11. How is ShapeDiver helping you reach your goals?</h3>
<p>ShapeDiver has become a very powerful tool, especially for <a href="https://youtu.be/GyzgswVYAGw" target="_blank">creating online configurators</a> that can be reached and used by any possible client. We have already implemented ShapeDiver on both our websites, Lybrary and Lyve. The simplicity of the grasshopper implementation, the minimal layout, the control we can have on the parameters, and the adaptability with many plugins are only a few characteristics that benefit our time and improve our workflow.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/54458e57b1/11.png" loading="lazy" />
</figure>
<h3 id="span12-thats-great-to-hear-finally-whats-the-future-of-3d-concrete-printing-span">12. That’s great to hear! Finally, what’s the future of 3D Concrete Printing?</h3>
<p>Several limitations still need to be overcome in 3D concrete printing construction. Our company makes significant steps to address those, develop new concepts in terms of printers and printable elements, and constantly increase capabilities.</p>
<p>We are currently achieving the first 3D-printed 4-story building, and we anticipate reaching even higher goals in the upcoming years!</p>
<h3 id="span-that-sounds-like-a-great-and-ambitious-project-thank-you-for-taking-the-time-to-talk-to-us-today-and-share-more-about-your-company-span">- That sounds like a great and ambitious project! Thank you for taking the time to talk to us today and share more about your company.</h3>
<p>Thank you for having us here. To all the readers, please visit our website for more information: <a href="https://cybe.eu/3d-concrete-printing/printers/" target="_blank">https://cybe.eu/3d-concrete-printing/printers/</a>.</p>
<p>
  <b>
    <i>
      <span>That's it for this new edition of Getting to know... Don't forget to visit</span>&nbsp;
    </i>
  </b>
  <a href="https://cybe.eu/" target="_blank">
    <b>
      <i>
        <span>their website</span>&nbsp;
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>and</span>&nbsp;
    </i>
  </b>
  <a href="https://www.linkedin.com/company/cybe-construction/" target="_blank">
    <b>
      <i>
        <span>LinkedIn profile</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>&nbsp;to learn more about their company.</span>
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <br />
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>Would you like to get featured in this space? Please email us at </span>
    </i>
  </b>
  <b>
    <i></i>
  </b>
  <u>
    <span>contact@shapediver.com</span>
  </u>
  <b>
    <i>
      <span> and tell us about your project or brand! We'd love to start a conversation.</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>The Efficiency Boost: Computational Design in AEC | Live Webinar</title>
  <description><![CDATA[ This live event will introduce you to the latest innovations in computational design and cloud computing for the Architecture, Engineering, and Construction industry. ]]></description>
  <link>https://www.shapediver.com/blog/live-webinar-the-efficiency-boost-or-computational-design-in-aec</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/36da6628f7/shapediver-aec-webinar-2023.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Mar 1, 2023 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>Join us on <b>Tuesday, March 21st</b>, for a webinar that will showcase the latest innovations in computational design for the Architecture, Engineering, and Construction (AEC) industry.</p>
<p>Hear from a panel of experts, including <a href="https://www.thorntontomasetti.com/core-studio" target="_blank">Thornton Tomasetti | CORE Studio</a> (USA), <a href="https://webbyates.com/" target="_blank">Webb Yates Engineers</a> (UK), <a href="https://www.construsoft.com/" target="_blank">Construsoft</a> (Spain), and <a href="https://www.cakehouses.cz/indexEN.html#cakehouses" target="_blank">Cake Houses</a> (Czech Republic), as they share how they are driving efficiency gains by leveraging Grasshopper and ShapeDiver in their respective projects.</p>
<p>Whether you are an architect, engineer, builder, or designer, this event is the perfect opportunity to learn from four of the most innovative companies in the AEC space. You will also have the chance to interact with our panelists and ask questions during the Q&A session, gaining a deeper understanding of how these technologies work and how you could leverage them in your projects.</p>
<h3 id="gtnbsp-a-hrefhttps-livezohoeu-humtsoj9qd-targetblank-register-now-a">&gt; <a href="https://live.zoho.eu/HUmtsoJ9qd" target="_blank">
    <b>REGISTER NOW</b>
  </a>
</h3>
<h2 id="webinar-overview">Webinar Overview</h2>
<p>
  <u>
    <span>Date:</span>
  </u>
  <b>&nbsp;</b> Tuesday, March 21st, 2023
</p>
<p>
  <u>
    <span>Time:</span>
  </u> 9am PDT, 12am EDT, 5pm CET
</p>
<p>
  <u>Duration:</u> Approximately 2 hours
</p>
<h3 id="spanpart-1-cake-houses-spannbspa-hrefhttps-wwwlinkedincom-in-matyc3a1c5a1-c5a1vejdc3adk-31163a23b-targetblank-spanmatyas-svejdik-span-a">
  <b>
    <span>Part 1: Cake Houses |</span>&nbsp;
  </b>
  <a href="https://www.linkedin.com/in/maty%C3%A1%C5%A1-%C5%A1vejd%C3%ADk-31163a23b/" target="_blank">
    <b>
      <span>Matyas Svejdik</span>
    </b>
  </a>
</h3>
<p>
  <u>About Matyas:</u>
</p>
<p>Matyas was born in 1988 in Jeseník, Czech Republic. He is an architect and a self-taught programmer. He studied architecture and urbanism at the Technical University of Liberec and the Academy of Arts, Architecture, and Design in Prague. He is one of the co-founders of studio Detektivní Kancelář and also one of the co-founders of the Cake Houses company.</p>
<p>
  <u>About this presentation:</u>
</p>
<p>
  <a href="https://www.cakehouses.cz/indexEN.html#cakehouses" target="_blank">Cake Houses</a> is a startup based in Prague that specializes in designing configurable and modular architecture. Learn how they drastically reduce design and construction times by using parametric design and CNC machines.
</p>
<h3 id="spanpart-2-construsoft-spannbspa-hrefhttps-wwwlinkedincom-in-amiconemanuel-targetblank-spanmanuel-amicone-span-a-spannbspamp-spannbspa-hrefhttps-wwwlinkedincom-in-david-acevedo-targetblank-spandavid-acevedo-span-a">
  <b>
    <span>Part 2: Construsoft |</span>&nbsp;
  </b>
  <a href="https://www.linkedin.com/in/amiconemanuel/" target="_blank">
    <b>
      <span>Manuel Amicone</span>
    </b>
  </a>
  <b>
    <span>&nbsp;&amp; </span>&nbsp;
  </b>
  <a href="https://www.linkedin.com/in/david-acevedo/" target="_blank">
    <b>
      <span>David Acevedo</span>
    </b>
  </a>
</h3>
<p>
  <u>About Manuel and David:</u>
</p>
<p>David Acevedo is a <b>&nbsp;</b> civil engineer from Venezuela, specializing in seismic design of structures, parametric design, and computation modeling of structures.</p>
<p>Manuel Amicone is a civil engineer from Argentina specializing in structures and computational design.</p>
<p>
  <br />
  <u>About this presentation:</u>
</p>
<p>
  <a href="https://www.construsoft.es/es/software-bim/optinave-calculo-de-estructura-de-naves-industriales" target="_blank">Learn how Construsoft</a>, a leading supplier and developer of BIM software, built two powerful online tools: StarModul, an online configurator used for quoting steel structures, and Optinave, a warehouse calculation tool that includes automatic wind load generation, FEM analysis, and section optimization.
</p>
<h3 id="spanpart-3-webb-yates-engineers-spannbspa-hrefhttps-wwwlinkedincom-in-dan-cole-74080593-targetblank-spandan-cole-span-a">
  <b>
    <span>Part 3: Webb Yates Engineers |</span>&nbsp;
  </b>
  <a href="https://www.linkedin.com/in/dan-cole-74080593/" target="_blank">
    <b>
      <span>Dan Cole</span>
    </b>
  </a>
</h3>
<p>
  <u>About Dan:</u>
</p>
<p>Dan is a Senior Structural Engineer at Webb Yates Engineers and has gained experience in various projects, from residential refurbishments to large-scale infrastructure projects. He also leads an internal computational design group within the company.
  <br />
</p>
<p>
  <u>About this presentation:</u>
</p>
<p>
  <a href="https://www.linkedin.com/posts/shapediver_cactus-webb-yates-engineers-in-house-carbon-activity-7034474900647993344-9Chc?utm_source=share&amp;utm_medium=member_desktop" target="_blank">Introducing ‘Cactus’,</a> a new parametric tool developed by Webb Yates Engineers to rapidly calculate structural member sizes and embodied carbon. Learn how this tool was made and how it’s used to offer sustainable structural solutions to design teams.
</p>
<h3 id="spanpart-4-thornton-tomasettis-core-studio-spannbspa-hrefhttps-wwwlinkedincom-in-howesben-targetblank-spanbenjamin-howes-span-a">
  <b>
    <span>Part 4: Thornton Tomasetti's CORE Studio |</span>&nbsp;
  </b>
  <a href="https://www.linkedin.com/in/howesben/" target="_blank">
    <b>
      <span>Benjamin Howes</span>
    </b>
  </a>
</h3>
<p>
  <u>About Benjamin:</u>
</p>
<p>Benjamin W. Howes is a Vice President at Thornton Tomasetti and is the Director of Application Development for CORE studio. He oversees software applications design and product development, leading a global team of 15+ full-time computational designers, web developers, and application engineers.</p>
<p>Benjamin has specialized computational design, software development, and creative direction experience focused on developing novel computational solutions to contemporary design and engineering problems. He received a Bachelor's degree in Architecture from Pratt Institute in Brooklyn, N.Y. and a Master's degree in Product Architecture and Engineering from Stevens Institute of Technology in Hoboken, N.J. Currently, he is teaching a course called “Parametrics” at Pratt Institute that introduces graduate students to parametric modeling and computational design in Grasshopper.</p>
<p>
  <u>About this presentation:</u>
  <br />
</p>
<p>Benjamin will share how CORE studio uses ShapeDiver for different Application Development projects. Some use ShapeDiver as a compute microservice behind a custom UI, while others use a custom Enterprise ShapeDiver system to call into Engineering APIs within the Grasshopper definition running on the cloud.</p>
<h3 id="gtnbsp-a-hrefhttps-livezohoeu-humtsoj9qd-targetblank-register-now-a">&gt; <a href="https://live.zoho.eu/HUmtsoJ9qd" target="_blank">
    <b>REGISTER NOW</b>
  </a>
</h3>
<p>
  <b>
    <i>Would you like to learn more about ShapeDiver and how it's used to create powerful automation tools across multiple industries? Then reach out to us by sending us an email to&nbsp;</i>
  </b>
  <b>
    <i></i>
  </b>
  <u>contact@shapediver.com</u>
  <b>
    <i>&nbsp;or by using the 'Talk To Sales' button on&nbsp;</i>
  </b>
  <a href="https://www.shapediver.com/home" target="_blank">
    <b>
      <i>our website</i>
    </b>
  </a>
  <b>
    <i>, and we will gladly schedule a one-on-one call with you and your team!</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>A Step-by-Step Guide to Building Your First Online 3D Product Configurator with ShapeDiver</title>
  <description><![CDATA[ You can think of ShapeDiver as the &quot;YouTube for Grasshopper files.&quot; Just like you&#39;d upload a video to YouTube to easily share it with a wide audience via the Internet, the same way you can upload your Grasshopper files to ShapeDiver.  ]]></description>
  <link>https://www.shapediver.com/blog/a-step-by-step-guide-to-building-your-first-online-3d-product-configurator-with-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1201x630/1f2b8fd291/3d-configurator-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Thu, Feb 9, 2023 1:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="what-is-shapediver">What is ShapeDiver?</h2>
<p>ShapeDiver is an online platform used by businesses and design professionals across various industries, including AEC, Automotive, Furniture, and Jewelry. It helps them create online tools such as 3D product configurators that automate their sales, design, or manufacturing workflows.</p>
<p>Our platform requires a specific type of parametric 3D file called Grasshopper. By using this file type rather than traditional static ones, we leverage the power of parametric design to make creating and maintaining a library of 3D product configurators simple and cost-effective.</p>
<p>We do this by <a href="https://shapediver.com/how-it-works" target="_blank">automatically translating Grasshopper files</a> into online applications that can be embedded into any external website and connected to external systems such as eCommerce platforms, like WooCommerce and Shopify, inventory systems, or databases.</p>
<p>When clients place orders via a ShapeDiver configurator, not only do they see in real-time an accurate visualization of the product, but the configurator can also generate the right production file or technical drawing because Grasshopper files <a href="https://help.shapediver.com/doc/export-options" target="_self">can generate other file types</a> such as PDF, STL, DXF, and GCODE, etc.</p>
<p>While ShapeDiver can be used to create more than just 3D product configurators, the process in all cases is very similar to the steps presented in this guide.</p>
<h2 id="grasshopp-what">Grasshopp... what?</h2>
<p>To emphasize the point above. <u>ShapeDiver can only accept Grasshopper files</u>, which are a specific type of 3D file created with software called Grasshopper.</p>
<p>Grasshopper is a visual programming software that runs within <a href="https://www.rhino3d.com/" target="_self">Rhinoceros 3D, a computer-aided design (CAD) application.</a> It allows users to create algorithmic designs (basically, rules) and automate repetitive tasks without having to write code in a traditional text-based language.</p>
<p>Grasshopper files have traditionally been difficult to share or operate for non-technical stakeholders. Therefore, ShapeDiver was created with the goal of making them easier to share online and even to embed them on websites. This results in powerful yet cost-efficient 2D and 3D online applications that have traditionally been very expensive and complex to build, as they require geometric logic to be hard-coded using libraries such as three.js.</p>
<p>You can think of ShapeDiver as the "YouTube for Grasshopper files." Just like you'd upload a video to YouTube to easily share it with a wide audience via the Internet, the same way you can upload your Grasshopper files to ShapeDiver. This way, instead of sending files via email and risking your intellectual property, you can have them securely hosted online while we handle the rest. Then, just like countless people can watch a YouTube video simultaneously, multiple users can interact with your Grasshopper files at the same time, all without needing specialized software or expertise in Grasshopper.</p>
<p>If you're new to Grasshopper, <a href="https://shapediver.com/why-shapediver" target="_self">we recommend taking a look at this section to get a better understanding.</a>
</p>
<h2 id="who-is-this-guide-for">Who is this guide for?</h2>
<p>This guide is intended for businesses in any industry looking to solve various challenges by creating online 3D configurators with ShapeDiver. Whether you aim to streamline time-consuming sales processes or automate the generation of production files for custom orders, ShapeDiver could be the solution for you. We'll walk you through the three steps needed to launch your first online tool. Let's get started!</p>
<h3 id="span-ustep-1-creating-the-right-grasshopper-file-u-span">
  <u>Step 1: Creating the Right Grasshopper File</u>
</h3>
<p>As mentioned above, ShapeDiver operates <u>only</u> with Grasshopper files. Therefore, the first step for creating 3D product configurators using ShapeDiver is to create the right Grasshopper files according to the products you want to offer on your website. These files will be the foundation of your online configurators, powering all their geometry and production logic. Therefore, they must follow the guidelines and best practices shared in <a href="https://help.shapediver.com/" target="_blank">our documentation</a> and <a href="https://youtube.com/shapediver" target="_blank">video tutorials</a> for the best results.</p>
<p>Grasshopper files are created by computational designers. If you don't know how to create a Grasshopper file, or your company doesn't have access to computational designers, don't worry! You have several options to get started:</p>
<p>a) You can learn Grasshopper yourself by <a href="https://www.youtube.com/results?search_query=grasshopper+beginner+tutorial" target="_blank">watching tutorials on YouTube</a> or searching for guided online courses. This is by far the most “affordable” way of creating your Grasshopper files. However, depending on your CAD design experience, it could take some time to master Grasshopper to the level needed to create a file compatible with ShapeDiver.</p>
<p>b) Another option is to hire a freelancer. Grasshopper is widely popular, and plenty of freelancers would gladly use their skills to help you build your Grasshopper files. However, you are responsible for finding the right computational designer. The quality of the files will depend on this expert following all of our guidelines and best practices. This option can also be quite affordable, but it might also take time if your freelancer is unfamiliar with ShapeDiver or if you have to go through multiple ones before finding the right one.</p>
<p>c) Finally, you can reach out to our team to build these files for you. Since 2017, we have assisted multiple companies in different industries with creating the right Grasshopper files to meet their objectives. We offer Grasshopper professional services, including optimization, consultation, and full development. If you need to get your Grasshopper files right on the first try and time is of the essence, our team is here to help. We have more information on <a href="https://shapediver.com/professional-services" target="_blank">Our Professional Services page</a>, so reach out if interested.</p>
<p>In general, creating one Grasshopper file for each product is recommended. However, depending on the number and type of products, you may want to merge multiple products into a single Grasshopper file or use multiple Grasshopper files for a single highly complex product (this makes debugging far easier!). It's important to have a clear strategy in place before you start developing these files, as the approach may vary from business to business. If you're unsure how to approach your specific use case, we offer consultation services, so feel free to reach out if you need qualified guidance.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x700/58775987ab/step-1-shapediver-3d-product-configurator.jpg" loading="lazy" />
</figure>
<p>Please note that <u>this is the most important step in this whole process!</u> If your Grasshopper files are slow, buggy, or don’t render properly, this will affect your 3D product configurators with ShapeDiver. In other words, the end result will only be as good as the initial input!</p>
<p>With the Grasshopper part out of the way, the next step is to choose the right ShapeDiver plan for your project.</p>
<h3 id="span-ustep-2-choosing-the-right-shapediver-plan-u-span">
  <u>Step 2: Choosing the right ShapeDiver plan</u>
</h3>
<p>Now that you have at least one Grasshopper file ready, it's time to host it online. That's when ShapeDiver comes into play. Native Grasshopper files can only be created and used on a computer running Rhinoceros 3D, which limits their accessibility and utility. But if you host them online using a platform like ShapeDiver, anyone can access the power of these files and benefit from them, yet the IP remains safely protected by our system.</p>
<p>While you can start testing your Grasshopper files with a Free plan (<a href="https://shapediver.com/app/register" target="_blank">you can create one here</a>), you'll find that you won't be able to use some key features, such as scripted components, import/export data, or embedding your models on external websites. In this case, you'll need to <a href="https://shapediver.com/app/settings/billing" target="_blank">start a trial of any of our paid plans.</a>
</p>
<p>We offer different options according to your website integration requirements, Grasshopper file complexity, and predicted monthly usage of the 3D product configurator on your website. <a href="https://shapediver.com/pricing" target="_blank">Our Pricing page</a> has a comparison table that summarizes each plan's features, which can be useful when deciding between two or more options.</p>
<p>We have five different plans available. This guide will focus on three of our most popular ones: <b>Designer, Designer Plus, and Business.</b> They are part of a shared server system based in Frankfurt, Germany, which means that all Grasshopper files are stored and processed in that location. This system's performance and availability are shared between all of our ShapeDiver users to ensure subscription costs are as low as possible.</p>
<p>If you're interested in learning more about our two other higher-end plans, <b>Business Plus, and Business</b>, our sales team will happily schedule a video call with you and your team.</p>
<h3 id="designer-plan-from-49-month">Designer Plan | from €49/month</h3>
<p>The Designer plan is our most affordable offering, starting from €49/month billed yearly. It's usually the right choice for early entrepreneurs or small businesses with tight budgets or dipping their toes into 3D product configurators.</p>
<p>This plan includes <a href="https://youtu.be/32VNm2F5mIY" target="_blank">iframe embedding</a>, a very simple way to integrate our 3D viewer and standard UI into your website, including the ability to generate data such as technical drawings, production files for CNC or 3D printing, and visualization of geometry in Augmented Reality.</p>
<p>The two most important restrictions to pay attention to with this plan are the computation time, up to 10 seconds, and the lack of any API access, which means online configurators created with this plan can not connect to external systems or have custom user interfaces.</p>
<p>Nonetheless, this is still a great option for those businesses wanting to test their MVPs before deciding to make a bigger investment down the line.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/9ae6111948/new-asset-01.jpg" loading="lazy" />
</figure>
<p>Some great examples of clients using this type of plan are:</p>
<p>- <a href="https://interstatebrick.com/structural-brick-shape-builder/" target="_blank">Interstate Brick</a> | AEC</p>
<p>- <a href="https://shaperbay.com/" target="_blank">Shaperbay</a> | Surfboards</p>
<h3 id="designer-plus-plan-from-199-month">Designer Plus Plan | from €199/month</h3>
<p>The Designer Plus plan starts from €199/month, billed yearly. It includes all of the features offered in the Designer plan, plus Viewer API access, larger file size export limits, and 2 seats (please consult <a href="https://shapediver.com/pricing#:~:text=7.%20What%20are,Organization%20here." target="_blank">our FAQ section on our pricing page</a> to learn more about seats).</p>
<p>Our Viewer API is the perfect solution for those businesses who need a custom frontend for their 3D product configurators or to connect their models to external systems, such as eCommerce platforms like <a href="https://shapediver.com/shopify-integration" target="_self">Shopify</a> or <a href="https://productlab.newbranch.tech/" target="_self">WooCommerce</a>. Additionally, it allows the creation of advanced interactions with our viewer, such as clickable and draggable elements, which greatly increases the overall UX of an online configurator.</p>
<p>We have <a href="https://help.shapediver.com/doc/viewer" target="_blank">plenty of documentation on this API</a>, plus an in-depth <a href="https://www.youtube.com/playlist?list=PLxoa_kZeM-7xyG0JOKd0t30210S1oDhEo" target="_blank">video tutorial series</a>. Needless to say, you'll need at least some web development knowledge to truly make the most out of our Viewer API. If you need help in this area, we recommend looking for a local web developer with knowledge in JavaScript, TypeScript, HTML, CSS, etc., or browsing through our <a href="https://shapediver.com/resources/our-partners/web-developer-partners" target="_blank">recommended Web Development Partners page</a>.</p>
<p>The main constraint to pay attention to with this plan is the computation time, which is still kept at up to 10 seconds, just like the Designer plan, although it can be increased to up to 30 seconds if needed (please consult <a href="https://shapediver.com/pricing" target="_blank">our pricing page</a> for more information).</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/da20b93f99/new-asset-02.jpg" loading="lazy" />
</figure>
<p>Some great examples of clients using this type of plan are:</p>
<p>- <a href="https://ecale.io/" target="_blank">Ecale</a> | AEC</p>
<p>- <a href="https://www.aectual.com/shop" target="_blank">Aectual</a> | Interior Design</p>
<h3 id="business-plan-from-499-month">Business Plan | from €499/month</h3>
<p>The Business plan is the top-of-the-line offering within our shared server system and starts from €499/month billed yearly. It includes all features offered in the Designer Plus plan, plus access to a second API called Geometry Backend API, up to 30 sec. of computation time by default, private technical support (instead of the <a href="https://shapediver.com/blog/forum.shapediver.com" target="_self">Forum support</a> included with other plans), bigger Grasshopper file sizes, bigger import and export sizes, 5 seats, and more.</p>
<p>The key feature of this plan is the inclusion of our Geometry Backend API. Unlike our Viewer API, which requires an active viewer session to communicate with your Grasshopper files in our servers, this advanced API allows your web development team to build more complex workflows by directly communicating with your Grasshopper files hosted in our servers without having to go through an active (opened) viewer. If you or your web developer believe your online application requires this API, you can <a href="https://help.shapediver.com/doc/geometry-backend" target="_blank">check out our documentation</a> and <a href="https://youtu.be/Qr3vXK7g_sI" target="_blank">this video tutorial.</a>
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/9e0172e716/new-asset-03.jpg" loading="lazy" />
</figure>
<p>Some great examples of clients using this type of plan are:</p>
<p>- <a href="https://villages.reukraine.org/map" target="_blank">Re:Ukraine Villages</a> | AEC</p>
<p>- <a href="https://bocci.com/configure/" target="_self">Bocci</a> | High-end Luminaires</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x700/80b3c7e31c/step-2-shapediver-3d-product-configuratorjpg.jpg" loading="lazy" />
</figure>
<p>For a more detailed look at our prices and features, including our Enterprise plan, please <a href="https://shapediver.com/pricing" target="_blank">check our Pricing page,</a> including our FAQ at the bottom of the page, as it explains important concepts such as monthly credits, seats, and support.</p>
<p>Now that you’ve chosen the right ShapeDiver plan and your Grasshopper files are hosted online, the third and final step is to integrate your models into your website.</p>
<h3 id="span-ustep-3-integrating-everything-into-your-website-u-span">
  <u>Step 3: Integrating Everything into Your Website</u>
</h3>
<p>Before you can successfully complete a ShapeDiver-powered 3D product configurator, the last and final step involves embedding our viewer (and your models!) into your website and, if needed, connecting it to a custom front-end and/or any other external systems. Please note that depending on the type of integration you need, you might need the help of a web developer.</p>
<h4 id="iframe-embedding">iframe Embedding</h4>
<p>If you choose iframe embedding, a feature included with all paid plans, integrating your models into your website is as simple as copying and pasting the automatically generated embed code of any of your ShapeDiver models. <a href="https://youtu.be/32VNm2F5mIY" target="_blank">
    <u>It can literally be done in under 1 minute.</u>
  </a>Our documentation includes a<a href="https://help.shapediver.com/doc/iframe-embedding" target="_self">&nbsp;section dedicated to this type of embedding</a>, so please review it carefully in case you're interested.</p>
<h4 id="direct-embedding">Direct Embedding</h4>
<p>If you choose direct embedding, included with Designer Plus and above, you or your preferred web development team will use our Viewer and/or Backend APIs to create the perfect (and custom!) integration. This includes advanced concepts like animations and clickable elements, plus connecting your models to:</p>
<p>- A custom frontend</p>
<p>- An eCommerce platform like Shopify, WooCommerce, Prestashop, etc.</p>
<p>- Inventory systems and other types of databases</p>
<p>Our documentation includes dedicated sections for our <a href="https://help.shapediver.com/doc/viewer" target="_self">Viewer API</a> and <a href="https://help.shapediver.com/doc/apis-and-sdks" target="_self">Geometry Backend API &amp; SDKs</a>, so send these resources to your web development team.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x700/1b7d2c6617/step-3-shapediver-3d-product-configurator.jpg" loading="lazy" />
</figure>
<p>If needed, our team can take over some of the more advanced API-related tasks, such as draggable and clickable elements, so your team can focus on the website development aspect of your project. For more information on this, please refer to the API Development Services on <a href="https://shapediver.com/professional-services" target="_blank">
    <u>our Professional Services page</u>
  </a>
  <a href="https://shapediver.com/professional-services" target="_blank">.</a>
</p>
<p>As mentioned previously, we provide <a href="https://www.youtube.com/@ShapeDiver/videos" target="_blank">plenty of video tutorials</a> and <a href="https://help.shapediver.com/" target="_blank">documentation</a> covering how to use our various tools properly, so make sure you and your team thoroughly explore these resources. When in doubt, use <a href="https://forum.shapediver.com/" target="_blank">
    <u>our Support Forum</u>
  </a>to receive qualified and cost-free assistance from our development team.</p>
<h3 id="spantakeaways-span">Takeaways</h3>
<p>In conclusion, building an online 3D product configurator with ShapeDiver is an excellent option for those businesses that want to keep control of the development process and move at their own pace, especially if you already have Grasshopper knowledge and/or web development resources. These online applications can help automate different processes, such as sales, design, or manufacturing, by leveraging the power of parametric design via Grasshopper.</p>
<p>On the other hand, if your business needs help with Step 1 or Step 3 in this guide, it's relatively easy and affordable, compared to alternative technologies, such as three.js, to find a professional willing to help you (including ourselves!).</p>
<p>To have a complete overview of our different plans and professional services, check <a href="https://shapediver.com/pricing" target="_blank">our Pricing page</a>. If you want to discuss a project with our team, use the contact request form on our website, and our sales team will be happy to schedule an introduction call with you.</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner: Dan Cole from Webb Yates Engineers!</title>
  <description><![CDATA[ Webb Yates Engineers is a multidisciplinary engineering practice comprising structural, civil, mechanical, electrical, and public health engineers. For this interview, we had the opportunity to talk to one of their Structural Engineers to learn more about how Grasshopper and ShapeDiver are used internally. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-dan-cole-webb-yates-engineers</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/fa91b1173a/webb-yates-engineers-dan-cole-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Feb 2, 2023 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <br />In this interview, we hear from <a href="https://www.linkedin.com/in/dan-cole-74080593/" target="_blank">Dan Cole</a>, a Structural Engineer at <a href="https://webbyates.com/" target="_blank">Webb Yates Engineers</a>, a company specializing in innovative and sustainable design. Dan is also the leader of the company's internal computational design group, where he develops computational tools and explores research topics.</p>
<p>In the interview, Dan discusses his background, what sparked his interest in the AEC industry, and the benefits of using parametric design tools like <a href="https://shapediver.com/why-shapediver" target="_blank">Grasshopper</a>. He also provides some specific examples of how computational design is particularly useful in his everyday job as a Structural Engineer.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/a6623f2ced/dan-cole-webb-yates-engineers.png" loading="lazy" />
</figure>
<p>Furthermore, Dan talks about the use of ShapeDiver and how it helped him to create a new in-house tool called 'Cactus,' which he explains in more detail. Overall, the interview provides insight into the importance of computational design in the AEC industry and how it can lead to more efficient and sustainable design.</p>
<h3 id="span1-can-you-tell-us-about-your-background-and-the-company-you-work-for-span">1. Can you tell us about your background and the company you work for?</h3>
<p>My name is Dan Cole, and I’m a Structural Engineer with a keen interest in computational design and sustainability. I have worked at Webb Yates Engineers since graduating from the University of Bath in 2017 with a degree in Civil Engineering. As a company, we pride ourselves on promoting innovative, creative, and low-carbon design and have won many awards in recognition of this.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/ef2ff93393/11.png" loading="lazy" />
</figure>
<h3 id="span2-when-did-you-first-become-interested-in-the-field-of-aec-and-what-sparked-your-interest-span">2. When did you first become interested in the field of AEC, and what sparked your interest?</h3>
<p>I’ve been interested in making things for as long as I can remember, not necessarily buildings but lego, furniture, art, etc. At 16, I decided to do some work experience at a local Architecture practice, and although I enjoyed it, I thought that Civil Engineering would be a better balance on the art and design/math spectrum. Based on that, I chose my undergraduate course and have been in the same field ever since.</p>
<h3 id="span3-what-are-your-main-responsibilities-at-webb-yates-engineers-span">3. What are your main responsibilities at Webb Yates Engineers?</h3>
<p>My day-to-day job involves leading, or working on, the delivery of Structural Designs for projects across various scales and typologies, from architecturally focused residential buildings to large-scale infrastructure developments.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/b7a1f270a3/03.png" loading="lazy" />
</figure>
<p>All projects typically start with a set of sketches and an appraisal of different design options comparing parameters such as structural efficiency, aesthetics, cost, buildability, and embodied carbon. These sketches then get worked up to detailed drawings, eventually leading to a fully constructed building.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/86a98f0b2f/10.png" loading="lazy" />
</figure>
<p>Two years ago, we started an internal computational design group that I lead. Within this group, we have a wide range of interests and experience, and we use this to develop anything from bespoke pieces of software to computational design tools. We’ve also experimented with research topics like structural topology optimization.</p>
<h3 id="span4-in-your-opinion-what-are-the-biggest-benefits-of-using-parametric-design-tools-like-grasshopper-in-the-aec-industry-span">4. In your opinion, what are the biggest benefits of using parametric design tools like Grasshopper in the AEC industry?</h3>
<p>You might say I’ve got quite a ‘traditional’ work pattern for someone who spends so much time developing computational tools, but for me, I nearly always start any piece of work with a pen (or pencil) and paper. This helps me get a better feel for the problem I’m tackling as I find my brain doesn’t really grasp things well if I’ve dived straight into it with a keyboard and mouse.</p>
<p>However, there are some things you can’t do with a pen and paper, or they’d be oversimplified or time-consuming if you did. This is where parametric tools can really shine. Whether it’s dealing with complicated geometry, undertaking something repetitive, or working on a project that is liable to rapid change, parametric tools can do things you can’t and at a much quicker rate.</p>
<p>It’s this sweet spot where I think parametric tools are at their optimum. It can be all too easy to get overly excited and dive straight into a massive tangle of grasshopper spaghetti when you could have ended up at the same result in half the time with a more archaic approach.</p>
<h3 id="span5-can-you-give-me-a-couple-of-specific-examples-in-your-everyday-job-where-the-use-of-computational-design-is-particularly-useful-span">5. Can you give me a couple of specific examples in your everyday job where the use of computational design is particularly useful?</h3>
<p>As I’m sure is the case with all jobs, in Structural Engineering, there are the exciting tasks (like coming up with a concept design for a new stadium) and the mundane tasks (like churning out 500 pages of design calculations). Any computational tool that cuts down the time I have to spend on boring tasks so that I can focus on the interesting stuff is a big hit with me!</p>
<p>Tasks like producing calculation packs are an essential part of the job, but there’s a lot of time and repetition involved in producing them, and it’s not something that adds value to a project.</p>
<p>The best structures are generally a result of good engineering minds focusing on the early stages of a project, where key factors such as layout, form, and material choice are made. So, the more time we have to focus on this, the better.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/b9726cb291/05.png" loading="lazy" />
</figure>
<h3 id="span6-how-does-using-parametric-design-tools-like-grasshopper-compare-to-traditional-design-methods-span">6. How does using parametric design tools like Grasshopper compare to traditional design methods?</h3>
<p>As I mentioned before, there’s a time and a place for parametric tools, but used well, they have a nearly limitless potential to elevate designs. The main advantage, as the name suggests, is that you have a range of ‘parameters’ to play with and can iterate through different options much quicker than you would with traditional methods. This effectively increases a scheme's ‘search space’ and allows you to explore a range of creative options.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/5621cec8dd/06.png" loading="lazy" />
</figure>
<h3 id="span7-what-drove-you-to-start-using-shapediver-span">7. What drove you to start using ShapeDiver?</h3>
<p>I had been planning on producing a tool to help improve the speed at which we produce scheme designs in the office for a while but struggled to think of the best technology to use for this. Grasshopper felt like a natural choice due to the inherent parametric capabilities, and geometric modeling, but not every engineer knows how to use it, and it isn’t very accessible to a complete beginner. A bare grasshopper script is also liable to accidental changes that could potentially lead to errors.
  <br />
</p>
<p>On the other hand, fully coding a piece of software or web tool from scratch to carry out the calculations and render the geometry would have involved much work upfront and taken much longer to develop. Especially considering that developing computational tools isn’t our main job.</p>
<p>When I came across ShapeDiver, it was the perfect bridge between these two problems. All the advantages of the parametric capabilities in grasshopper but with an attractive, easy-to-use interface on a web app – A no-brainer!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/5e52c53191/04.png" loading="lazy" />
</figure>
<h3 id="span8-can-you-give-an-example-of-a-specific-project-where-shapedivers-tools-were-particularly-useful-who-was-it-built-for-and-what-problem-did-it-solve-span">8. Can you give an example of a specific project where ShapeDiver's tools were particularly useful? Who was it built for, and what problem did it solve?</h3>
<p>The app mentioned in the previous question is our new in-house tool called ‘Cactus’, a web-facing app that uses Grasshopper behind the scenes via ShapeDiver’s viewer and backend APIs.</p>
<p>It renders a full 3D parametric model of a building, undertakes a preliminary structural design, and calculates the embodied carbon, all in approximately one second. Practically any construction typology can be modeled and designed, including some more unique framing systems such as timber stone composite construction, which Webb Yates Engineers have a specialism in.</p>
<p>The main advantage of the tool is that it can be used by any engineer in the office due to the accessible user interface. This means that it isn’t exclusive to a small specialist design group within the team and can be used on every project.</p>
<p>Not only can it be used to cut down the time sizing structural elements for different options, but it provides comprehensive and accurate reporting on embodied carbon. We can present this to clients to allow them to make informed decisions about their buildings.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0230c8c763/08.png" loading="lazy" />
</figure>
<h3 id="span9-can-you-tell-us-about-your-experience-using-shapedivers-viewer-and-backend-apis-span">9. Can you tell us about your experience using ShapeDiver's viewer and backend APIs?</h3>
<p>In our web app, we actually use the <a href="https://www.youtube.com/playlist?list=PLxoa_kZeM-7xyG0JOKd0t30210S1oDhEo" target="_blank">viewer</a> and <a href="https://youtu.be/Qr3vXK7g_sI" target="_blank">backed API</a> separately. We have two mirrored copies of the same Grasshopper script, one with geometry and one without. We use the backend API to connect to the script without geometry, enabling us to perform the structural calculations and sizing rapidly and independently of the other script. We then use the viewer API on the script with geometry to generate an optional rendered 3D model.</p>
<p>We’ve also recently started using the backend script alone to run over 120,000 different simulated building designs to gather data and determine trends of how design parameters affect embodied carbon of structures. We’re currently processing this data – keep an eye out for the results!</p>
<p>Both of the APIs work flawlessly, and being able to work with them both separately leads to massive improvements in performance and is one of the keys to the tool’s success.</p>
<h3 id="span10-how-has-this-tool-been-received-by-your-team-and-have-they-led-to-any-improvements-in-efficiency-or-productivity-span">10. How has this tool been received by your team, and have they led to any improvements in efficiency or productivity?</h3>
<p>The app has been well received across the office and has started being used on real projects. It’s still in the early stages, and we have many ideas for improvements and future developments. We’re really excited to see where it ends up!</p>
<p>The main praise has been that it’s easy to use, and people are enjoying the power of parametric design without even knowing what Grasshopper is.</p>
<h3 id="span11-how-do-you-see-automation-tools-like-those-built-with-shapediver-impacting-the-aec-industry-in-the-future-span">11. How do you see automation tools like those built with ShapeDiver impacting the AEC industry in the future?</h3>
<p>In my opinion, apart from a few specialist groups within companies, the AEC industry is too slow or cautious to take on new technology. Especially compared to some other industries like software development, where day-to-day work is brutally efficient.</p>
<p>There are many exciting, impressive technological creations within the AEC industry, but they tend to be bigger-picture or specialist tools. The lack of accessibility, and probably some skepticism, means that 90% of engineers don’t end up using them in their day-to-day tasks and therefore don’t have the impact they could have.</p>
<p>Compared back to software development, even something simple like automatic line completion in code editors is a commonplace time saver. But, I can think of very few examples of something similar in our industry.</p>
<p>I think there’s a real gap for tools that are perhaps less flashy but transform the day-to-day tasks of engineers for the better and create a new ‘norm’ of workflows.</p>
<h3 id="span12-what-kind-of-future-developments-or-advancements-in-the-aec-industry-are-you-excited-about-span"> 12. What kind of future developments or advancements in the AEC industry are you excited about?</h3>
<p>The AEC is more than aware of the current challenges faced in the climate emergency. Many things need to be addressed to resolve it, but I think digital tools should be a part of the solution.</p>
<p>Any development that marries (sensibly) computational design with sustainability really excites me, and I think this is where the ‘next big thing’ will come from.</p>
<h3 id="thank-you-for-your-time-dan-this-has-been-a-great-conversation">
  <br />- Thank you for your time, Dan. This has been a great conversation!
  <br />
</h3>
<p>Thank you as well for this opportunity.</p>
<hr class="py-2" />
<p>That's it for this new edition of <i>
    <span>Designers Corner.</span>
  </i> Don't forget to visit <a href="https://webbyates.com/" target="_blank">Webb Yates Engineers website</a> and <a href="https://www.linkedin.com/company/webb-yates-engineers/" target="_blank">LinkedIn profile</a>.</p>
<p>Would you like to get featured in this space? Please email us at <b>
    <span>
      <u>contact@shapediver.com</u>
    </span>
  </b> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Augmented Reality in eCommerce: How Does It Work?</title>
  <description><![CDATA[ Augmented reality is being adopted by eCommerce companies to improve the customer experience. This article explains important aspects of the technology and how companies can benefit from its implementation. ]]></description>
  <link>https://www.shapediver.com/blog/augmented-reality-in-ecommerce-how-does-it-work</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/ec4a24dfb2/augmented-reality-ecommerce.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Jan 25, 2023 1:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <p>Augmented reality (AR) is a hot trend in the world of eCommerce, and it has been for several years now. With the upsurge of online retail fueled by the pandemic, customers are expecting more and more from shopping platforms in terms of user experience, and AR could be the answer many merchants are looking for.</p>
<p>This article will explain this emerging technology, the benefits for virtual shoppers and merchants, how to create the right 3D assets for AR viewing, and discuss implementation strategies for companies on their way to a digital business transformation.</p>
<h2 id="spanhow-ar-is-changing-ecommerce-span">How AR is changing eCommerce</h2>
<p>Augmented Reality is definitely no momentary trend. Together with <a href="https://www.ibm.com/topics/industry-4-0" target="_blank">
    <u>
      <span>Industry 4.0</span>
    </u>
  </a>, AR is part of a complete digital transformation and automation of the business-to-consumer industry. With customers demanding more enjoyable and intuitive user experiences from online stores, retail will be a pioneering field to sprout the first generation of AR applications.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/90af556090/01.jpg" loading="lazy" />
</figure>
<p>According to the U.S. Census Bureau, in the last 3 years, about <a href="https://www.census.gov/retail/mrts/www/data/pdf/ec_current.pdf" target="_blank">
    <u>
      <span>15% of all retail sales occurred online</span>
    </u>
  </a>. That is three times the amount sold over the virtual counter just a decade ago. Even more so, <a href="https://www.statista.com/statistics/272391/us-retail-e-commerce-sales-forecast/" target="_blank">
    <u>
      <span>eCommerce revenue is expected to nearly double</span>
    </u>
  </a>in the coming five years.</p>
<p>With brick-and-mortar stores increasingly being replaced by flat-screen interactivity, some of the value of an authentic, in-person shopping experience gets lost in translation. Augmented Reality catches some of these issues and adds unique features of its own.</p>
<p>Not only do customers enjoy a realistic product preview in their surroundings, but the new medium can also <b>
    <i>
      <span>augment</span>
    </i>
  </b>the experience with additional information that can adapt to specific situations. Furthermore, for merchants selling <a href="https://shapediver.com/blog/four-ideas-for-customizing-everyday-products-with-3d-printing-and-grasshopper" target="_blank">
    <u>
      <span>customizable products</span>
    </u>
  </a>, it can help their customers understand different physical variations, alternative colors, materials, and finishes.</p>
<p>Overall, it has the potential to <a href="https://shapediver.com/blog/getting-to-know-imersian-automating-web-based-augmented-reality" target="_blank">make shopping more engaging and interactive</a>, which can lead to higher conversion rates and reduced product returns.</p>
<h2 id="spanhow-ar-improves-the-shopping-experience-span">How AR improves the shopping experience</h2>
<p>Online retail puts millions of products at the fingertips of about <a href="https://www.statista.com/statistics/330695/number-of-smartphone-users-worldwide/" target="_blank">
    <u>
      <span>6.5 billion smartphone users</span>
    </u>
  </a>worldwide. Operating on mostly tiny displays, people have to judge whether any given purchase will fit into their lives. That's a tall order.</p>
<p>Particularly for clothing, vehicles, and home interiors, it can be difficult to picture how products you see on your mobile screen will look in real life. This is where AR comes in.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/223d95a035/02.jpg" loading="lazy" />
</figure>
<p>Here are some of the advantages AR could offer to different industries:</p>
<p>
  <u>
    <span>Furniture</span>
  </u>and other interior design products can be <a href="https://www.instagram.com/p/CmMbPJaOI6-/" target="_blank">viewed in the same room the customer intends to place them</a>. This way, they can evaluate scale, materials, and color-match to the surroundings. They can even determine the piece’s best placement in the space. And being able to rotate the object in 3D will clarify how certain details and features will look.
</p>
<p>
  <u>
    <span>Jewelry</span>
  </u>and other luxury items like wristwatches, eyeglasses, and makeup can appear as if customers are already wearing them. This is much more useful for the consumer than viewing the product on a sterile white background.
</p>
<p>
  <u>
    <span>Car</span>
  </u>modifications can be previewed on the customer’s car in real time! A full-scale walkaround preview is perfect for seeing how a new rims, decals, side skirts, or paint job would look.
</p>
<p>
  <u>
    <span>Toys</span>
  </u>can be previewed to allow children to experience the product and some of its interactivity. The AR experience can even allow characters to come to life.
</p>
<h2 id="spanwhats-the-difference-between-ar-and-vr-span">What’s the difference between AR and VR?</h2>
<p>While they may seem similar on many fronts, the two technologies are notably different.</p>
<p>
  <u>
    <span>VR (Virtual Reality)</span>
  </u>completely immerses the user in a simulated environment. It transports the person to a different place, which is great for video games, simulators, virtual traveling, work meetings, and fitness and meditation sessions.
</p>
<p>
  <u>
    <span>AR (Augmented Reality)</span>
  </u>, on the other hand, does not take people to an artificial world but overlays three-dimensional objects into reality. People can move around while interacting with the dual world by staying aware of their actual setting.
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/e1cb5d45e8/04.jpg" loading="lazy" />
</figure>
<p>VR focuses purely on a virtual experience, but with AR, things can go both ways. It can use the real world to create an improved virtual experience, like <a href="https://pokemongolive.com/?hl=en" target="_blank">Pokémon Go</a>, <a href="https://jurassicworldalive.com/" target="_blank">Jurassic World Alive</a>, <a href="https://en.wikipedia.org/wiki/Harry_Potter:_Wizards_Unite" target="_blank">Harry Potter: Wizards Unite</a>, and <a href="https://www.minecraft.net/en-us/article/minecraft-earth-coming-end" target="_blank">Minecraft Earth</a>. However, AR can also elevate the real-world experience, for example, with infographics or price tags next to real objects and even real-time text translations.</p>
<p>While VR and AR may seem comparable initially, the two technologies accomplish distinctly different purposes using similar means.</p>
<p>Another important difference is that while VR requires a headset, AR can be experienced on mobile devices like smartphones or tablets. Those willing to invest more can be rewarded: AR glasses fully merge the virtual with the physical world while enabling hands-free viewing.</p>
<p>Many modern mobile devices, such as phones and tablets, come equipped with a native AR viewer. This means that billions of people have immediate access to AR content without purchasing additional hardware or downloading separate apps. As a result, merchants can assume that customers browsing their store on a mobile device can view AR content.</p>
<h2 id="spanpaving-the-infrastructure-span">Paving The Infrastructure</h2>
<p>Global audiences are responding massively to these immersive technologies, and millions of online customers already own a headset specific for viewing AR/VR content.</p>
<p>While VR is booming in the form of video games, YouTube content, and 3D content creation, AR is expected to soon catch up, with many brands offering an augmented feature.</p>
<p>In 2023 there will be an estimated <a href="https://www.statista.com/statistics/1098630/global-mobile-augmented-reality-ar-users/" target="_blank">
    <u>
      <span>30 million AR headset sales</span>
    </u>
  </a>. These include <a href="https://www.meta.com/at/en/quest/quest-pro/" target="_blank">Meta Quest Pro</a>, <a href="https://www.microsoft.com/en-us/hololens/buy" target="_blank">Microsoft HoloLens 2</a>, <a href="https://www.vuzix.com/products/vuzix-blade-smart-glasses-upgraded" target="_blank">Vuzix Blade</a>, <a href="https://www.magicleap.com/magic-leap-2" target="_blank">Magic Leap 2</a>, and <a href="https://www.picoxr.com/" target="_blank">ByteDance’s Pico 4</a>.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/9b7bf9ed36/05.jpg" loading="lazy" />
</figure>
<p>Meta’s Reality Labs, the successor of Oculus, reported <a href="https://www.statista.com/topics/2584/meta-quest/" target="_blank">
    <u>
      <span>$2.3 billion in total revenue</span>
    </u>
  </a>in 2021. Other Big Tech players, like Google and Apple, are working hard to catch up and launch their AR hardware platforms. Apple’s AR/VR headset is expected to go into production sometime in 2023.</p>
<p>It is safe to say that in the near future, AR will have assumed a permanent role as the preferred medium for interactive experiences for tens of millions worldwide.</p>
<h2 id="spancreating-ar-ready-assets-span">Creating AR-Ready Assets</h2>
<p>The most popular file formats for AR content are 3D models in.fbx,.obj, and.gltf formats. These formats are widely supported by most 3D modeling software, making them easy to export and use in AR applications.</p>
<p>Additionally, there are many online platforms and 3D modeling tools available that can be used to source or generate these types of files. These tools allow developers, artists, and designers to create high-quality 3D models which can be used in different AR applications. Here are some suggestions:</p>
<h3 id="u-span1-using-online-repositories-span-u">
  <u>
    <span>1. Using Online Repositories</span>
  </u>
</h3>
<p>Repositories like <a href="https://www.cgtrader.com/" target="_blank">CGTrader</a>, <a href="https://cults3d.com/en" target="_blank">Cults3D</a>, <a href="https://www.myminifactory.com/" target="_blank">MyMiniFactory</a>, <a href="https://www.thingiverse.com/" target="_blank">Thingiverse</a>, <a href="https://sketchfab.com/" target="_blank">Sketchfab</a>, and <a href="https://www.turbosquid.com/" target="_blank">TurboSquid</a> contain thousands of static 3D models that can be purchased or downloaded for free. These files can then be repurposed for AR viewing.</p>
<h3 id="u-span2-scanning-real-world-objects-span-u">
  <u>
    <span>2. Scanning Real-World Objects</span>
  </u>
</h3>
<p>If a merchant simply wants to scan an existing product, smartphone apps like <a href="https://www.nextechar.com/aritize-360-price-guide" target="_blank">ARitize360</a>, <a href="https://www.qlone.pro/" target="_blank">Qlone</a>, <a href="https://www.capturingreality.com/" target="_blank">RealityCapture</a>, and <a href="https://poly.cam/" target="_blank">Polycam</a> can reconstruct an object based on a photoset taken by rotating around the object as if it’s on a carousel.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/af410ea363/06.jpg" loading="lazy" />
</figure>
<h3 id="u-span3-using-3d-modeling-software-span-u">
  <u>
    <span>3. Using 3D Modeling Software</span>
  </u>
</h3>
<p>
  <a href="https://www.autodesk.com/products/fusion-360/overview?term=1-YEAR&amp;tab=subscription" target="_blank">Fusion 360</a>, <a href="https://www.tinkercad.com/" target="_blank">Tinkercad</a>, <a href="https://pixologic.com/" target="_blank">ZBrush</a>, <a href="https://www.blender.org/" target="_blank">Blender</a>, <a href="https://www.autodesk.com/products/maya/overview?term=1-YEAR&amp;tab=subscription" target="_blank">Maya</a>, <a href="https://www.sculpteo.com/en/glossary/sculptris-definition/" target="_blank">Sculptris</a>, and <a href="https://unity.com/" target="_blank">Unity</a> offer a blank canvas for creating 3D models using professional tools for simple geometric shapes.
</p>
<p>There are even specific tools to create simple models specially suited for viewing on augmented reality platforms, such as <a href="https://apps.apple.com/us/app/reality-composer/id1462358802" target="_blank">Apple Reality Composer</a>.</p>
<h3 id="u-span4-using-parametric-modeling-software-span-u">
  <u>
    <span>4. Using Parametric Modeling Software</span>
  </u>
</h3>
<p>Instead of creating static geometry based on a fixed set of dimensions, parametric 3D assets allow the user to tweak the parameters while the 3D model updates in real time.</p>
<p>For merchants looking to offer customizable products, parametric design is the go-to solution. And <a href="https://shapediver.com/blog/5-things-you-didnt-know-grasshopper-shapediver" target="_blank">
    <u>
      <span>Grasshopper</span>&nbsp;
    </u>
  </a>is a modeling tool part of <a href="http://rhino3d.com/" target="_blank">Rhinoceros 3D</a> that stands in a category of its own. With it, objects aren’t modeled manually but defined by a set of parameters, typically in the form of sliders, toggles, and other input elements. Using the ShapeDiver plugin for Grasshopper, <a href="https://youtu.be/70iLMND64EU" target="_blank">merchants can easily output glTF files</a>, which can be repurposed for AR.</p>
<p>Furthermore, <a href="https://shapediver.com/home" target="_blank">the ShapeDiver platform</a> allows merchants to host their parametric models online and expose the key parameters to the user. The model can then be altered on the fly with a simple online user interface. ShapeDiver includes an AR function that can be used directly on the platform or in merchant stores, including Shopify.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/32fdfc89dd/07.jpg" loading="lazy" />
</figure>
<h2 id="spanhow-to-add-ar-to-your-marketing-strategy-span">How to add AR to your marketing strategy</h2>
<p>Before going the AR route, it’s important to decide on a specific implementation strategy for fitting this newfound tool into your marketing arsenal. AR can be much more than an additional feature, so consider what value it will bring to the customer, how it can tell the right brand story, and how to establish enough visibility and attention to create buzz.</p>
<p>Instead of simply adding an AR button to products in your store that have a 3D model available, you can bring extra attention to this technology by creating a separate website that revolves around a social media campaign.</p>
<p>Another option is to create a VIP backroom in the store with an exclusive collection of products that gives the AR feature maximum impact. Instead of a simple 3D model, consider doing an interactive animation or an exploded view and add unique customization options or infographics.</p>
<p>
  <a href="https://www.researchgate.net/publication/264466739_Consumer%27s_doppelganger_A_role_model_perspective_on_intentional_consumer_mimicry" target="_blank">
    <u>
      <span>Mimicry of purchase intention</span>
    </u>
  </a>is a well-known phenomenon in marketing, especially among teenagers and young adults. So in some cases, it will be a sensible idea to create a digital twin not just of the product but also of a 3D avatar that’s using it.
</p>
<p>With Grasshopper and ShapeDiver, it’s possible to create online configurators that allow customers to customize an object in 3D and visualize it onsite in AR. <a href="https://nomade-editions.myshopify.com/products/table-design-shapediver" target="_blank">Nomade Editions</a> from Germany and <a href="https://sawandsew.com/pip-antonella-164" target="_blank">Saw &amp; Sew</a> from the UK are already leveraging these technologies. It’s also possible to import vector art, so logos and emblems can easily be embossed or debossed into the model, just like <a href="https://gemmestore.com/products/dream-ring-designer" target="_blank">Gemme Jewelry</a> from Germany is doing.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/f3327ef77f/09.jpg" loading="lazy" />
</figure>
<p>Apart from try-before-you-buy applications and after-sales support, AR can be utilized in various other ways to guide the sales process, improve customer satisfaction, and drive revenue.</p>
<h2 id="spantakeaways-span">Takeaways</h2>
<p>Augmented reality is a technology being adopted by eCommerce companies to improve customer user experience. With the rise of online retail sales, customers expect more from shopping platforms regarding user experience, and AR could be the solution.</p>
<p>The technology can make shopping more engaging and interactive, leading to higher conversion rates and reduced product returns.</p>
<p>AR allows customers to view products in realistic settings, such as furniture in the room they intend to place it in, jewelry and luxury items as if they are already wearing them, car modifications on the customer's car in real-time, and toys that can come to life.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/7cbb7a8b22/08.jpg" loading="lazy" />
</figure>
<p>Over the course of the next few years, many experts expect AR to be a leading factor in transforming the online shopping experience. As retailers implement their AR-based shopping experience, it is time to leap ahead of the competition and introduce a 3D & AR product configurator.</p>
<p>
  <b>
    <i>Don't forget to check out&nbsp;</i>
  </b>
  <a href="https://shapediver.com/resources/our-clients" target="_blank">
    <b>
      <i>Our Clients page</i>
    </b>
  </a>
  <b>
    <i>&nbsp;for some examples of companies using the ShapeDiver platform to build incredible 3D and AR online applications.</i>
  </b>
</p>
<p>
  <b>
    <i>Are you interested in creating an online configurator with Augmented Reality capabilities?&nbsp;&nbsp;</i>
  </b>
  <b>
    <i>
      <span>Email us at </span>
    </i>
  </b>
  <b>
    <i></i>
  </b>
  <u>
    <span>contact@shapediver.com</span>
  </u>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <b>
    <i>our team of experts will guide you through the steps required to set up your own 3D and AR configurator.</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Saw &amp; Sew: Made-To-Order Furniture!</title>
  <description><![CDATA[ Learn how this Canadian entrepreneur living in the UK created a made-to-order furniture brand for the mass market using Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-saw-sew-made-to-order-furniture</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/5450d72c26/saw-sew-shapediver-grasshopper.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Dec 14, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>After some years in the hospitality industry, Winston Ferguson decided it was time to start his own business. He set his eyes on the Furniture Industry as he believed there needed to be more progress in how furniture was sold online.</p>
<p>Soon after getting started with an MVP, the pandemic forced him to pivot and rethink his strategy. In this interview, we discuss the story and the decisions he had to make throughout his journey. We also discuss his tech stack and vision for his company.</p>
<h3 id="span1-welcome-tell-us-a-bit-about-yourself-why-are-you-working-in-the-furniture-industry-span">1. Welcome! Tell us a bit about yourself. Why are you working in the Furniture Industry?</h3>
<p>My name is <a href="https://www.linkedin.com/in/winstonferguson/" target="_blank">Winston Ferguson</a>. I’ve been living in the UK since 2017, but I’m originally from Vancouver, Canada. Growing up, my family had a furniture store, and I started my career working for a large international furniture brand. I then took a detour to the island of St. Vincent And The Grenadines in the Caribbean, where I opened a restaurant.</p>
<p>After about ten years, I felt it was time to get off the islands and out of the restaurant business. I was surprised by how little the furniture industry had evolved despite how much technology had advanced. So, I decided there was both a substantial challenge and an opportunity to rethink how furniture is designed, made, and marketed.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/b6370cce93/01.png" loading="lazy" />
</figure>
<h3 id="span2-saw-amp-sew-interesting-name-what-does-it-mean-to-you-span">2. Saw & Sew: interesting name! What does it mean to you?</h3>
<p>Literally, Saw & Sew is a reference to two furniture-related activities: sawing wood and sewing upholstery. But to me, <a href="https://sawandsew.com/" target="_blank">Saw & Sew</a> is much more - it’s my pursuit of a vision.</p>
<h3 id="span3-whats-the-back-story-to-saw-amp-sew-span">3. What's the back story to Saw & Sew?</h3>
<p>The vision has always been locally made-to-order furniture for the mass market. The company was originally focused on developing modular components to achieve this. We launched a minimum viable product, a chair component, but couldn’t find a suitable platform to market our furniture and realize the immense customization options afforded by our concept. Then the pandemic hit, so we scaled everything back to focus on developing the technology internally.</p>
<p>I’ve designed and developed almost everything relating to Saw & Sew - building the company has been a matter of my time.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/003728f22b/02.png" loading="lazy" />
</figure>
<h3 id="span4-whats-your-favorite-part-about-working-with-the-concept-behind-saw-amp-sew-span">4. What’s your favorite part about working with the concept behind Saw & Sew?</h3>
<p>The challenges it presents - coming up with solutions to things like:</p>
<p>- Marketing a design with thousands, or even millions, of variants.</p>
<p>- A product that adapts to where the consumer is geographically.</p>
<p>- Developing an effective customization process that isn’t overbearing.</p>
<p>Following that, you’re rewarded with an exciting design process. The concept excels at accommodating an immense product development schedule. It’s about exploring many ideas, gauging market reactions, and evolving. You’re not restricted to playing it safe because of the associated costs/risks in product development.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/8154086788/03.png" loading="lazy" />
</figure>
<h3 id="span5-how-did-you-learn-about-grasshopper-span">5. How did you learn about Grasshopper?</h3>
<p>I have known <a href="https://www.shapediver.com/blog/rhino3d.com" target="_blank">Rhino</a> since around 2018. I <a href="https://youtu.be/B7wwqEH9FPw" target="_blank">learned about Grasshopper</a> after discovering ShapeDiver while I was googling for a solution that would let me create my online configurators at my own pace.</p>
<h3 id="span6-when-did-you-realize-grasshopper-was-the-right-tool-to-power-this-online-configurator-span">6. When did you realize Grasshopper was the right tool to power this online configurator?</h3>
<p>When I discovered <a href="https://youtu.be/1wKhrMQ6ig0" target="_blank">how flexible and capable it is</a>. Not only can the design develop from its simplest origin, but what’s created is applicable in manufacturing processes - it’s not just a visual representation.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/b54b90559b/04.png" loading="lazy" />
</figure>
<h3 id="span7-how-is-shapediver-involved-span">7. How is ShapeDiver involved?</h3>
<p>We use ShapeDiver for our online configurators. It renders the user-manipulated design and handles the creation of any necessary CAD files.</p>
<p>Using ShapeDiver means our workflow is synergetic across the entire vertical chain of processes. A single Grasshopper definition will create the 3D models for our visuals and, thanks to ShapeDiver, serve as a 3D configurator to potentially thousands of products, <a href="https://www.linkedin.com/feed/update/urn:li:activity:7011268437712748544?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A7011268437712748544%29" target="_blank">which can also be viewed in Augmented Reality.</a>
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/cee3fb7029/05.png" loading="lazy" />
</figure>
<h3 id="span8-what-are-other-technologies-involved-in-this-project-span">8. What are other technologies involved in this project?</h3>
<p>We use React.js for user inputs and to track the state of a user’s design. Our platform is built using Ruby on Rails and uses the proprietary metadata system we developed to relate goods and services for the creation of products via a configurator.</p>
<p>Additionally, we use Adobe Creative Suite to create texture maps and Blender for visuals.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/80e1f2290f/06.png" loading="lazy" />
</figure>
<h3 id="span9-youre-currently-raising-funds-whats-the-vision-for-saw-amp-sew-in-5-to-10-years-span">9. You’re currently raising funds. What’s the vision for Saw & Sew in 5 to 10 years?</h3>
<p>I want Saw & Sew to enable most consumers to have furniture that isn’t a compromise after a tedious process of searching inventories. Their home can feature exciting designs precisely tailored to their specific wants and needs.</p>
<p>We will become experts in technological processes related to user-generated products.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/6a4d330372/07.png" loading="lazy" />
</figure>
<h3 id="span10-can-you-give-us-a-sneak-peek-into-what-products-we-will-see-in-the-future-from-you-span">10. Can you give us a sneak peek into what products we will see in the future from you?</h3>
<p>We’re launching a collection of textiles, and we have several more design prototypes in the works - including chairs, beds, and tables. Additionally, Saw & Sew is looking for local furniture, material, and textile makers to collaborate with so the platform will start to feature products from other designers.</p>
<p>In 2023, we’ll develop real-time algorithms for creating products based on a user session. In the future, it won’t be about the products you see from Saw & Sew but the products you see from you - even if you don’t even know you created them.</p>
<h3 id="this-has-been-great-thank-you-for-taking-some-time-to-talk-to-us">
  <br />- This has been great! Thank you for taking some time to talk to us.
  <br />
</h3>
<p>Likewise! Thank you for letting me share my story.</p>
<p>
  <b>
    <i>
      <span>That's it for this new edition of Getting to know... Don't forget to visit</span>
    </i>
  </b>
  <a href="https://sawandsew.com/" target="_blank">
    <b>
      <i>
        <span>Saw & Sew's website</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>and </span>
    </i>
  </b>
  <a href="https://www.linkedin.com/company/sawandsew/about/" target="_blank">
    <b>
      <i>
        <span>LinkedIn profile.</span>
      </i>
    </b>
  </a>
</p>
<p>
  <b>
    <i>
      <br />
    </i>
  </b>
</p>
<p>
  <b>
    <i>
      <span>Would you like to get featured in this space? Please email us at </span>
    </i>
  </b>
  <b>
    <i></i>
  </b>
  <u>
    <span>contact@shapediver.com</span>
  </u>
  <b>
    <i>
      <span> and tell us about your project or brand! We'd love to start a conversation.</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Imersian: Automating Web-Based Augmented Reality!</title>
  <description><![CDATA[ This Australia-based software development agency wants to make Augmented Reality more accessible and easy to use. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-imersian-automating-web-based-augmented-reality</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1201x631/c0e9dc41e3/imersian-shapediver-augmented-reality.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Nov 14, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Supun and Ven are part of the team behind <a href="https://imersian.com/" target="_blank">Imersian</a>, a software development startup specializing in WebAR and WebXR. Earlier this year, they found out that ShapeDiver added the possibility of viewing Grasshopper files via Augmented Reality, which got them excited. For years, they’ve been working on different applications using Augmented Reality. Still, there has always been something missing: the ability for users to edit a 3D model before viewing it in AR.</p>
<h3 id="span1-welcome-please-tell-us-a-bit-about-your-background-who-is-part-of-the-team-what-are-your-hobbies-span">1. Welcome! Please tell us a bit about your background. Who is part of the team? What are your hobbies?</h3>
<p>My name is Supun Amarasinghe. I'm a full-stack software developer and cloud architect with over 14 years of experience in different industries. I started AR development as a hobby in 2017; since then, I have kept learning new AR frameworks and experimenting with how to improve web AR technology.</p>
<p>My other co-founder Ven has been working in AEC and using 3D/AR/XR technologies for over 7 years. We are a small team with another 2 members in our group.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/c5bb3122db/01.png" loading="lazy" />
</figure>
<h3 id="span2-what-is-imersian-and-what-type-of-work-do-you-specialize-in-span">2. What is Imersian, and what type of work do you specialize in?</h3>
<p>We are a software development startup specializing in WebAR and WebXR technologies. We developed the Imersian platform, which can automate the 3D creation workflows and optimize them for web-based Augmented Reality.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/34e9f86cf0/02.png" loading="lazy" />
</figure>
<h3 id="span3-when-did-you-first-get-interested-in-augmented-reality-span">3. When did you first get interested in Augmented Reality?</h3>
<p>In 2017, I saw IKEA Augmented Reality app. At that time, I realized Augmented Reality could solve the main problem in e-commerce: seeing products in real space before buying. This experience motivated me to learn how Augmented Reality works and pushed me to experiment with web AR technologies.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/5e43a6af2c/03.png" loading="lazy" />
</figure>
<h3 id="span4-what-does-ar-solve-for-the-ecommerce-industry-span">4. What does AR solve for the eCommerce industry?</h3>
<p>We believe AR can solve multiple problems in the eCommerce industry. The most prominent one is that buyers cannot see a physical product before buying it. If the product's value is higher, this becomes a critical issue, and the ability to make a confident purchasing decision is not easy for the customers.</p>
<p>Augmented Reality is a perfect technology to answer questions like, "does this product match the images on the website?", and "does the size fit my space?".</p>
<p>It can bring a very accurate representation of a product on an eCommerce website into the customer's actual space. This can provide much more precise details for the customers to decide on their purchase. As a result, retailers can enhance the number of sales conversions.</p>
<p>For example, one problem for the furniture and interior design industries is that people cannot imagine 3D spaces by only using 2D images and sketches. Augmented Reality is a great way to solve this problem. It allows regular people to place 3D objects in their spaces and see what the sizes, colors, and shapes look like.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/f85157ecfc/04.png" loading="lazy" />
</figure>
<h3 id="span5-when-did-you-decide-to-create-this-specific-approach-for-ar-span">5. When did you decide to create this specific approach for AR?</h3>
<p>We conducted several case studies and research to analyze how AR could solve the previously mentioned problems.</p>
<p>One key finding was that people do not like downloading multiple apps to get AR experiences. For this reason, we developed Imersian as a 100% web-based AR solution that could help users during specific scenarios where they need to place multiple items in AR.</p>
<p>This is essential when people design a space or compare numerous product variants. Imagine comparing different variants of a sofa or handbag.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/a144c714aa/05.png" loading="lazy" />
</figure>
<h3 id="span6-which-industries-can-most-benefit-from-ar-within-ecommerce-and-why-span">6. Which industries can most benefit from AR within eCommerce and why?</h3>
<p>We believe any industry that for the past 20 years has tried to sell its physical products via a regular website. If we had to choose, we’d say:</p>
<p>- Furniture and Interior Design: Customers consider several things, such as size, color, and shape, before buying. Augmented reality solves this biggest problem, and retailers can increase their conversion rates. Before AR, retailers used videos, Lifestyle images to provide these details. But the problem is non of those existing solutions can bring a product to the customers' real space.</p>
<p>- Fashion: Customers like to customize products to their preferences. It can be hats, sunglasses, phone covers, or jewelry. 3D and AR facilitate this requirement by visualizing the end product virtually.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/72e9ed8549/06.png" loading="lazy" />
</figure>
<h3 id="span7-how-does-the-imersian-app-work-span">7. How does the Imersian app work?</h3>
<p>Imersian web application works directly from an e-commerce website. It offers various integration options, including plugins for e-commerce systems such as Shopify, Javascript API, and iFrame integration. All these integration methods render the Imesian app on a website, and it can show 3D models in AR from different sources. Furthermore, it allows users to move, rotate and scale multiple 3D models in AR.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/ed0aafd81e/07.png" loading="lazy" />
</figure>
<h3 id="span8-how-is-shapediver-an-important-element-in-this-story-span">8. How is ShapeDiver an important element in this story?</h3>
<p>The 3D models are the primary component to visualize a product in Augmented reality. ShapeDiver can dynamically generate 3D models of different product variants by changing dimensions and textures. This is essential to provide highly customizable product experiences to customers. Therefore, ShapeDiver plays a vital role in this space.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x636/d6dca176fd/08.png" loading="lazy" />
</figure>
<h3 id="span9-whats-the-future-of-augmented-reality-span">9. What’s the future of Augmented Reality?</h3>
<p>AR is still a new technology; only a tiny percentage of the world population knows what it is or has used it. If we look at the previous technological revolutions, we can see that in every decade, there was a significant revolution in how we consume information. For example, in the past, radio, TV, the Internet, and mobile phones changed the way we consume information. We believe the next revolution will be Augmented Reality, boosted by new and upcoming hardware such as AR Glasses from companies like Apple, Microsoft, or Meta (Facebook).</p>
<h3 id="this-has-been-great-thank-you-for-taking-some-time-to-talk-to-us">- This has been great! Thank you for taking some time to talk to us.</h3>
<p>Thank you as well for this opportunity!</p>
<p>That's it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don't forget to visit <a href="https://imersian.com/gallery" target="_blank">Imersian's website</a> and check out <a href="https://sd.imersian.com/" target="_blank">the ShapeDiver demo they build</a>. You can follow them on their <a href="https://www.instagram.com/imersian3d/" target="_blank">Instagram account</a> and <a href="https://www.linkedin.com/company/imersian/" target="_blank">Linkedin company profile.</a>
</p>
<p>Would you like to get featured in this space? Please email us at <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Construsoft and Optinave!</title>
  <description><![CDATA[ Learn how Construsoft, a leading supplier and developer of BIM software, built a powerful online tool for calculating and optimizing the design of industrial metal structures using Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-construsoft-and-optinave</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x631/699df4623d/shapediver-construsoft.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Oct 26, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <a href="https://www.construsoft.es/" target="_blank">Construsoft</a>
<p>is a leading supplier and developer of BIM (Building Information Modeling) software and related services. They employ more than 250 people across Europe and Latin America. Their portfolio includes products and applications that provide an accurate, detailed, and data-rich 3D environment for the design and construction industry.</p>
<p></p>
<p>Recently, they were interested in creating a free online application that would allow them to showcase their knowledge for calculating and optimizing the design of metal structures. They knew <a href="https://www.rhino3d.com/features/#grasshopper" target="_blank">Grasshopper</a> was a powerful tool to build such an application, but they needed a way to host these files online and make them available to anyone via a web browser. They found out that ShapeDiver could give them these capabilities and even allow them to use third-party plugins such as <a href="https://www.karamba3d.com/" target="_blank">Karamba3D</a> and <a href="https://geometrygym.wordpress.com/" target="_blank">GeometryGym</a>.</p>
<p>In this interview, we talk with Construsoft's team and discuss the topics surrounding this powerful online tool called <a href="https://www.construsoft.es/es/software-bim/optinave-calculo-de-estructura-de-naves-industriales" target="_blank">Optinave</a>.</p>
<h3 id="span1-welcome-and-thank-you-for-taking-some-time-to-talk-to-us-please-tell-us-a-bit-about-construsoft-span">1. Welcome and thank you for taking some time to talk to us! Please tell us a bit about Construsoft.</h3>
<p>Thank you for having us here. Construsoft has been distributing market-leading BIM and structural analysis software for more than 25 years. We also offer consulting, implementation, training, and parameterization services for the construction engineering sector.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/6864b62279/01.jpg" loading="lazy" />
</figure>
<h3 id="span2-what-is-optinave-span">2. What is Optinave?</h3>
<p>Optinave is a free web application for calculating and optimizing the design of  "Industrial Warehouse" type metal structures in accordance with Eurocode provisions based on a Grasshopper algorithm that uses Karamba 3D as a structural analysis engine and ShapeDiver as a web visualization engine.</p>
<p>The user defines the geometry and location of the warehouse, and Optinave computes and optimizes the structure and provides a list of materials and sections with the option of downloading.ifc and.xml files to continue the design on your computer.</p>
<p>To perform the calculation, Optinave generates wind and snow loads according to Eurocode and allows wind loads to be displayed and applied automatically for any regular geometry according to the standard.</p>
<p>Finally, the user can visualize diagrams of the structure's forces, reactions, and deformations under the applied loads.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/4de8fead4b/02.png" loading="lazy" />
</figure>
<h3 id="span3-how-did-this-concept-come-about-span">3. How did this concept come about?</h3>
<p>The Optinave concept arises from the need for structural engineers to quickly pre-size industrial warehouse-type structures considering location-specific wind and snow loads.</p>
<h3 id="span4-what-is-the-main-advantage-of-this-type-of-application-what-problem-does-it-solve-span">4. What is the main advantage of this type of application? What problem does it solve?</h3>
<p>Industrial building structures are slender structures where wind and snow have a great impact on the design. Manually pre-dimensioning the member sizes of a structure considering the geographical location, is a time-consuming task.</p>
<p>This application allows the user to quickly generate a first approximation of the total weight of the structure and the section profiles to be used for a given location.
  <br />
</p>
<h3 id="span5-what-were-the-most-important-points-when-creating-this-application-span">5. What were the most important points when creating this application?</h3>
<p>When creating Optinave, the aim was to develop an application that produced reliable structural results which combined ease of use and calculational rigor. This was accomplished by optimizing the wind load generator algorithm in combination with the Karamba3D plugin for structural analysis.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x637/36f6d64686/05.png" loading="lazy" />
</figure>
<h3 id="span6-are-you-considering-further-developing-the-optinave-project-perhaps-implementing-the-introduction-of-different-geographical-areas-other-than-spain-span">6. Are you considering further developing the Optinave project, perhaps implementing the introduction of different geographical areas other than Spain?</h3>
<p>Yes. One of the advantages of developing web configurators based on Grasshopper algorithms is that implementing improvements and new developments does not require a significant investment of time. Optinave was designed for the geographical area of Spain, and implementation for other locations is very likely.</p>
<h3 id="span7-what-benefits-does-grasshopper-provide-for-this-application-compared-to-other-software-span">7. What benefits does Grasshopper provide for this application compared to other software?</h3>
<p>Thanks to its flexibility, Grasshopper allows for the development of complex algorithms where it is possible to combine code requirements with structural calculations, obtaining models with good computational performance. This performance is a critical building block for building smooth web applications using ShapeDiver.</p>
<h3 id="span8-currently-topology-optimization-and-3d-printing-are-increasingly-important-do-you-think-it-is-feasible-to-integrate-these-aspects-in-future-web-configurators-span">8. Currently, topology optimization and 3D printing are increasingly important. Do you think it is feasible to integrate these aspects in future web configurators?</h3>
<p>Topology optimization is one of the most powerful features that Grasshopper offers, and it takes full advantage of parametric design.  A web configurator that allows for this capability would be of great value, especially for companies using 3D printing. Implementing this would be a challenge that we would face with enthusiasm!</p>
<h3 id="span9-regarding-shapedivers-plugin-for-grasshopper-what-aspects-would-you-consider-were-the-most-important-ones-for-this-and-other-projects-at-construsoft-span">9. Regarding ShapeDiver’s plugin for Grasshopper, what aspects would you consider were the most important ones for this and other projects at Construsoft?</h3>
<p>In our case, we frequently use the material creation components and the GLTF display component. In addition, the new attribute components allow for efficient information handling. The ShapeDiver plugin components are also beneficial when we are developing algorithms for our own internal workflow efficiency.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x640/b7709368ef/06.png" loading="lazy" />
</figure>
<h3 id="span10-what-is-the-importance-of-being-able-to-downloadifc-and-orxml-files-from-optinave-span">10. What is the importance of being able to download.ifc and/or.xml files from Optinave?</h3>
<p>The main objective of Optinave is to improve the workflow in the design of industrial buildings. The design and optimization in Optinave allow a first approximation of the structure's final design. Then the engineer must continue to develop a final design.</p>
<p>The possibility of obtaining an.ifc and/or.xml file is essential to continue the calculation without starting from scratch. With these files, we will have all the geometric information generated in Optinave, which results in a significant reduction in modeling time.</p>
<h3 id="span11-do-you-plan-to-develop-configurators-that-go-beyond-these-basic-building-forms-and-collaborate-with-other-large-leading-companies-in-the-design-development-of-complex-geometries-span">11. Do you plan to develop configurators that go beyond these basic building forms and collaborate with other large leading companies in the design development of complex geometries?</h3>
<p>In recent years we have formed a team to be able to interface with the development of large projects. Our Optinave web application is a tiny sample of what we can achieve. We believe that for companies dealing with complex geometries, a parametric web configurator can be of great value commercially and optimize internal workflows.</p>
<h3 id="span-thank-you-very-much-for-your-time-its-been-a-pleasure-to-learn-more-about-your-work-at-construsoft-span">-Thank you very much for your time! It’s been a pleasure to learn more about your work at Construsoft.</h3>
<p>The pleasure is ours! Thank you for this opportunity.</p>
<p>That's it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don't forget to visit <a href="https://www.construsoft.es/" target="_blank">Construsoft's website</a> and check out their <a href="https://www.construsoft.es/es/software-bim/optinave-calculo-de-estructura-de-naves-industriales" target="_blank">Optinave application</a>. You can follow them on their <a href="https://www.instagram.com/construsoft.es/" target="_blank">Instagram account</a> and <a href="https://www.linkedin.com/company/construsoft/" target="_blank">LinkedIn profile</a>.</p>
<p>Would you like to get featured in this space? Please email us at <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Web Shaping Bay: Surfboard Shaping with Grasshopper!</title>
  <description><![CDATA[ Learn how this Brazilian surfer living in Portugal created an award-winning project that aims to change how surfboards get manufactured with the help of parametric design, cloud computing, and subtractive manufacturing. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-web-shaping-bay-surfboard-shaping-with-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/050eb223cc/web-shaping-bay-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Oct 11, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Surfing has been around for millennia, dating back as far as cultures in ancient Peru. But it wasn’t until the 20th century that the surfing industry saw a “boom” thanks to fiberglass and petroleum-based materials such as resin and expanded polystyrene, which made boards lighter and more robust.</p>
<p>Today, these manufacturing practices and materials are hurting the environment, so Rodrigo Aranha decided to do something about it. He created <a href="https://www.webshapingbay.com/" target="_blank">Web Shaping Bay</a>, an online application powered by Grasshopper and ShapeDiver that allows surfers to design their surfboards and download the production files for local manufacturing using materials such as wood, cardboard and cork.</p>
<p>In this interview, you’ll learn more about Rodrigo’s background, how he got into woodworking, Grasshopper, and when he built a surfboard made of covid-waste material.</p>
<h3 id="span1-hello-rodrigo-thank-you-for-being-here-tell-us-a-bit-about-your-background-span">1. Hello, Rodrigo. Thank you for being here! Tell us a bit about your background.</h3>
<p>I was born in Brazil, but I've been living in Portugal since 2016. I am 36 years old and started surfing when I was 20. Since then, my life decisions have revolved around being able to surf as often as possible.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/1d2a1ab7f1/01.png" loading="lazy" />
</figure>
<h3 id="span2-how-did-your-passion-for-surfing-and-woodworking-start-span">2. How did your passion for surfing and woodworking start?</h3>
<p>Coming from the countryside of São Paulo state in Brazil, about 4 hours from the beach, I went to the state's capital to study architecture, and I started surfing with the friends I made at University. We used to go surfing before classes, leaving before sunrise.</p>
<p>At that time, weather forecasts were not as precise as today. We used to call a number that would give us daily reports of the surf condition but only after a certain time, so it was a gamble to find a good wave. If the weather wasn’t good enough, we would go in anyway. It wasn't easy initially, but I fell in love with surfing.</p>
<p>After graduating in Architecture, I felt the urge to move to a beach town, which I did. I moved to Ilhabela, a beautiful island in São Paulo state, where I worked in a small architecture studio and at a woodworking school giving technical drawing classes. That's when I started to become familiarized with woodworking.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/c944422048/02.png" loading="lazy" />
</figure>
<h3 id="span3-how-did-you-learn-about-grasshopper-span">3. How did you learn about Grasshopper?</h3>
<p>In 2016, I moved to Portugal to continue my studies. I enrolled in a master's program in product design at the University of Lisbon and a post-grad program in Computational Design at the same University. That was when I started studying the surfing industry and first had contact with Grasshopper.  </p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/4f80b16de7/03.png" loading="lazy" />
</figure>
<h3 id="span4-how-did-the-idea-of-a-customizable-surfboard-come-to-be-span">4. How did the idea of a customizable surfboard come to be?</h3>
<p>I had built a few surfboards in the past when I lived in Ilhabela, some from regular surfboard blanks, some from old broken surfboards, and some wooden ones.</p>
<p>I decided to investigate the surf industry when I had to choose a project for my master’s thesis in Portugal. I found out that the materials used to build the majority of surfboards today are the same petroleum-based, non-recyclable materials from 70 years ago. The new advances made by CNC production have only exacerbated that issue. What previously were hand-shaped products, usually built locally and customized to that specific surfer and wave, nowadays are products that are mass-produced and shipped globally.</p>
<p>I decided to experiment with different materials and processes to build a surfboard. At that time, I was intrigued by Ron Resch's moving paper structures. So I wanted to substitute the foam blank (which is more than 90% of the final surfboard and generates twice its weight in non-recyclable waste) with a cardboard and cork core structure (some shapers had previously used such material for surfboard construction). Grasshopper seemed like the perfect tool to take on that approach, and it was also an excellent opportunity to increase my crude knowledge of computational design.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/27bc0c5fce/04.png" loading="lazy" />
</figure>
<p>I managed to write a basic GH definition to generate the cardboard inner structure of my surfboard. After much trial and error and some help from local shapers in Costa da Caparica, I came up with the final model to present as part of my master’s thesis. That later evolved into WSB and Aranha Shapes.</p>
<h3 id="span5-what-were-some-initial-challenges-you-faced-during-this-early-stage-span">5. What were some initial challenges you faced during this early stage?</h3>
<p>At first, I was using surfboard-specific software to get the model so I could run my GH code to generate the structure, and I found that software to be difficult to work with. In the end, I didn't have all the information about the model. I realized that if I created my surfboard parametric model with Grasshopper, I could have much more data and understanding of the modeled surfboard.</p>
<p>For this reason, I made a parametric file for surfboard modeling using GH, going through the steps involved in shaping and the parts that constitute a surfboard shape, the size, outline, rocker, foil, rails, deck, and bottom. That way, if I changed any parameter of the surfboard, the inner structure would change instantly according to its shape.</p>
<h3 id="span6-how-did-you-find-out-about-shapediver-span">6. How did you find out about ShapeDiver?</h3>
<p>In the two final months before I delivered my thesis, I learned about ShapeDiver. It opened up a new perspective of sharing with others the parametric surfboard modeling tool I had created for myself. ShapeDiver is now at the core of WSB.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/7ab56dab71/06.png" loading="lazy" />
</figure>
<h3 id="span7-how-did-web-shaping-bay-start-span">7. How did Web Shaping Bay start?</h3>
<p>After presenting my thesis, I left the project aside for a while due to other career opportunities.</p>
<p>At the same time, I was selected to participate in the “MEO/WSL Unwanted Shapes” call, where selected shapers were challenged to make a surfboard using covid waste. I built a surfboard using cardboard and covid-mask waste that professional surfers used during a special heat at WSL events in Ericeira and Peniche.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/6144203f18/07.png" loading="lazy" />
</figure>
<p>Meanwhile, I built the same shape out of wood from the same model created in the GH definition, which worked very well, so I decided to add the option of generating the inner core for hollow wooden surfboards in WSB.  </p>
<p>I got this project selected and sponsored by Cascais municipality as one of their programs for small business ideas.</p>
<h3 id="span8-why-is-this-concept-so-important-for-the-surfing-industry-span">8. Why is this concept so important for the surfing industry?</h3>
<p>I believe that the surf industry is experiencing a shift. There is an increasing concern about the environment and the industry's use of more environmentally friendly materials and processes.  </p>
<p>In recent years, there have been advances in material and production methods. The concept of Web Shaping Bay is to be part of that movement and to apply innovative technology and building methods to these materials that are less damaging to the environment and to the people that work within this industry.</p>
<p>For example, wooden surfboards have been around since petroleum-based foam came onto the scene, but they were very laborious to build. However, with CNC, laser cutting, vacuum bagging, etc., it is much easier to produce high-quality, resistant wooden surfboards. With WSB, one can quickly generate the inner structure for a hollow wooden board. WSB offers the unique feature of generating a horizontal and vertical structure for the inner wooden structure, which follows both the rocker and the outline curves.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/de26d129ad/08.png" loading="lazy" />
</figure>
<h3 id="span9-whats-the-main-selling-point-of-these-types-of-custom-surfboards-span">9. What’s the main selling point of these types of custom surfboards?</h3>
<p>Web Shaping Bay positions itself as a user-friendly, simple, and accessible surfboard modeling software. The main aim is to support shapers that make hollow wooden surfboards.</p>
<p>There is an increasing community of wooden surfboard makers. Primarily small businesses, surfers that want to build their board, shapers that usually shape foam blanks, or wood enthusiasts that want to make a wooden “Stand Up Paddle” for cruising on calm waters.</p>
<p>WSB has a lot of parameters to adapt to your specific way of building and your available material. There is an underlying idea of separating the immaterial (meaning the shape of the surfboard and all the parameters that form that shape) from the material (meaning the final product, the materialized surfboard). This way, after the user models a surfboard and has at their disposal the information provided by the model, there are many options available to produce that surfboard. This approach makes it easier to incorporate new building methods and materials. That said, the tool will constantly evolve and adapt.</p>
<p>One can have the inner structure to make a hollow wooden board or have a spin template, rocker template, outline, etc., to handshape from foam or wood. Right now, these are the options, but there's more to come, such as providing the gCode to CNC core blanks, etc.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/6864581c9d/09.png" loading="lazy" />
</figure>
<h3 id="span10-whats-next-for-web-shaping-bay-span">10. What’s next for Web Shaping Bay?</h3>
<p>WSB is constantly evolving. Many new preshaped options will be added, for example, the possibility of modeling an asymmetric surfboard. We will also add a pro version with more functionalities and an easy version with fewer parameters.</p>
<p>In parallel, I have my custom surfboard company Aranha Shapes, which makes hollow wooden surfboards. It will be open for custom orders soon, but until now, I have been testing material and doing R&D for Web Shaping Bay. I developed a straightforward and effective way of making the inner structure for a hollow board implemented into WSB.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/68f100f0b8/10.png" loading="lazy" />
</figure>
<p>Aranha Shapes aims to make more environmentally friendly surfboards without the added price. I have been working with flexible plywood and cork, which are very cost-effective materials. The next step is to build a website for Aranha Shapes where the WSB configurator will be incorporated so clients can select certain specifications of their custom surfboard, and I can build the board as desired.</p>
<p>That's it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don't forget to <a href="https://www.webshapingbay.com/" target="_blank">
    <u>
      <span>Web Shaping Bay</span>
    </u>
  </a> and follow them on <a href="https://www.instagram.com/webshapingbay/" target="_blank">Instagram</a> !</p>
<p>Would you like to get featured in this space? Send us an email at <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... ADDA Lab!</title>
  <description><![CDATA[ Meet Joan Marc and Jordi, the team behind ADDA Lab, a computer engineering agency based at 22@ Barcelona&#39;s innovation district. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-adda-lab</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1421x870/a54a5881b4/adda-lab-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Sep 21, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>After working for many years on different engineering projects, Jordi and Joan Marc realized that many professionals spend their days doing repetitive tasks that do not add value to the final product. For this reason, they decided to start <a href="https://www.adda-lab.com/" target="_blank">ADDA Lab</a> ; a consulting agency focused on exploring new technologies, tools, and methodologies.</p>
<p>A few months ago, they started <a href="https://www.forma.barcelona/" target="_blank">Forma</a>, a digital library powered by ShapeDiver that offers customizable objects, accessible and open to everyone.</p>
<p>In this interview, we discuss their background, the type of work and clients they focus on, and topics such as Digital Fabrication and Augmented Reality.</p>
<h3 id="span1-hello-there-thank-you-for-taking-some-time-today-please-tell-us-a-bit-about-yourselves-span">1. Hello there! Thank you for taking some time today. Please tell us a bit about yourselves.</h3>
<p>
  <u>Jordi:</u> Thank you for having us! Our names are Joan Marc and Jordi. We are both from Vilassar de Mar, a coastal town near Barcelona. We founded ADDA Lab a few years ago.
</p>
<p>We're both engineers with experience in Architecture, Industrial Design, and Additive Manufacturing, among other areas.</p>
<p>Joan Marc loves climbing and hiking and has an extensive library of thick books and magazines. I love digital art, fractal landscapes, woodworking, and growing a vegetable garden.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/72718b7910/01.png" loading="lazy" />
</figure>
<h3 id="span2-what-is-adda-span">2. What is ADDA?</h3>
<p>Advanced Digital Design & Architecture (ADDA) is a computer engineering agency based at 22@ Barcelona's innovation district, which works on the nexus of design and technology to promote more efficient, sustainable, and collaborative production and consumption models, fair for people and the environment.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/fcd8a1773d/02.png" loading="lazy" />
</figure>
<p>We worked for years in our respective sectors and were slightly disappointed with the methodologies used in many companies. We noticed that many engineers spend their days doing repetitive tasks without a clue about the final performance of the projects developed until the end of the design cycle and without taking care of critical aspects of design, such as people and the environment.</p>
<p>For this reason, we decided to start ADDA Lab. We wanted to focus on exploring new technologies, tools, and methodologies that could allow the development of impactful projects more efficiently and sustainably.</p>
<h3 id="span3-what-is-forma-span">3. What is Forma?</h3>
<p>Forma <a href="https://www.forma.barcelona/" target="_blank">
    <u>
      <span>(forma.barcelona</span>
    </u>
  </a>) is a digital library of customizable objects, accessible and open to everyone.</p>
<p>At its core, it uses Grasshopper files hosted online via the <a href="https://shapediver.com/blog/shapediver.com" target="_blank">ShapeDiver platform</a>. At ADDA, we've been building parametric models for product configuration for a long time. Soon we realized that bringing those configurators to the cloud was necessary to make them readily available to everyone.</p>
<p>Forma wants to be a channel to spread this knowledge and showcase the possibilities of online product configuration, allowing users to interact and configure objects tailored to their needs and spaces and instantly generate the instructions for their digital manufacturing.</p>
<p>It is a project developed from bottom to top, collaborating with maker spaces and the collectives around them to co-create the solutions and validate every step to close the digital gap and contribute to technologies for the common good.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/2772464276/03.png" loading="lazy" />
</figure>
<h3 id="span4-in-your-opinion-how-does-parametric-generative-design-differ-from-traditional-3d-modeling-span">4. In your opinion, how does parametric/generative design differ from traditional 3D modeling?</h3>
<p>Traditional 3D modeling was a big step from the "pencil and ruler" method. It helped create complex projects, reducing development times, avoiding mistakes, and reducing repetitive tasks.</p>
<p>The same happens with parametric and generative design. It can automate the modeling process, avoiding repetitive tasks and human errors while at the same time using computational power to calculate complex solutions and generate thousands of possibilities to test in a design stage the final performance of projects.</p>
<p>These methodologies are crucial to creating what we call "meta-designs". These designs follow the same rules but can generate infinite different results. As an analogy, it is similar to DNA, resulting in entirely different specimens with similar instructions.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/0aa5a8a1db/04.png" loading="lazy" />
</figure>
<p>
  <br />
</p>
<h3 id="span5-which-industries-can-see-the-most-significant-benefit-from-adopting-this-design-approach-span">5. Which industries can see the most significant benefit from adopting this design approach?</h3>
<p>From our point of view, any industry that focuses on producing physical objects. From jewelry to architecture. It may seem like a broad approach to developing a business. Still, if we look at our clients at ADDA, we can find orthotics manufacturers, architectural offices, machinery and tooling industries, furniture brands, and cosmetic producers, to name a few.</p>
<p>So we think it is more a way to approach problem resolution than specific solutions for industries. We use several different tools in our daily work, and when we don't find any that fits our objectives, we code and develop what's needed to solve the problem or to empower and help the ones who will.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/da854d337f/05.jpg" loading="lazy" />
</figure>
<h3 id="span6-how-are-web-technologies-shaping-how-we-understand-and-interact-with-online-products-span">6. How are web technologies shaping how we understand and interact with online products? </h3>
<p>Digital technologies have dramatically changed our world and will continue to do so. The web has become a space where humans can interact with each other, no matter the physical location. First was messaging, later video, but now we can even play with geometries and other complex interactions.</p>
<p>Nowadays, these technologies are mature enough to provide affordable, robust solutions to create seamless experiences where users can interact with products in an immersive manner. Not only for visualizing and understanding them but for personalizing and adapting them to the user's needs and preferences.</p>
<p>This makes it possible for manufacturers to create products that fit their users' needs, provide value, and help them automate and communicate with their business and manufacturing processes to make them possible without added complexity.</p>
<h3 id="span7-what-can-online-users-do-nowadays-that-they-couldnt-ten-years-ago-span">7. What can online users do nowadays that they couldn't ten years ago?</h3>
<p>Maybe the one with a higher impact is <a href="https://youtu.be/NzeOe4naOVY" target="_blank">Augmented Reality.</a> Merging the virtual with the physical world opens many possibilities, not only for games.</p>
<p>For example, the fact that you can see a personalized design in the space where it's going to be installed enables users to visualize and validate before buying it, improving the overall buying experience and increasing the client's satisfaction with the product and the brand.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/5f5c2c7a81/07.png" loading="lazy" />
</figure>
<h3 id="span8-whats-the-most-significant-impact-of-digital-fabrication-how-is-it-related-to-other-movements-such-as-distributed-manufacturing-span">8. What's the most significant impact of digital fabrication? How is it related to other movements, such as distributed manufacturing?</h3>
<p>Digital Manufacturing is a broad concept involving additive and subtractive production methods. Their most substantial impact is the connection with a computer that enables the manufacturing of complex parts and, most important, on-demand production, allowing the production of different geometries and objects each time.</p>
<p>They open the door to personalized production and distributed manufacturing, making it possible to manufacture the same object in different manufacturing locations.</p>
<p>These methodologies differ broadly from mass manufacturing, which needs the production of thousands of identical parts to be profitable and push production to centralized locations worldwide. Both digital and distributed manufacturing enable sustainable and human-centered means of production. Manufacturing happens near the final user, and each product can be different from the one before and the one after, and where companies can cooperate to fulfill an order, sharing production capacity and acting in synergy as a bigger organism.</p>
<p>We strongly value those methodologies at ADDA and bet on them to disrupt and change tomorrow's production and consumption models.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1299x636/2fb47f1ca9/08.png" loading="lazy" />
</figure>
<h3 id="span9-how-can-businesses-start-embracing-these-new-technologies-span">9. How can businesses start embracing these new technologies?</h3>
<p>There are two main approaches: the first is to start small, with a product that can benefit the most from this methodologies, and from there, validate the process and start adding more functionalities and broaden it to the rest of the company's portfolio.</p>
<p>The second one is to create a business model from a disruptive perspective to make something new that can offer users and clients something that the competition cannot.</p>
<p>The clue is the combination of technologies and methodologies, such as digital manufacturing, distributed production, reality capture, extended reality, and cloud environments. There are many possible combinations, and every product or business will have different visions, needs, and strategies, so we invite companies to reach out to us to talk and explore possibilities so we can guide them through the endless potentialities that lay ahead.</p>
<h3 id="thank-you-very-much-for-these-valuable-insights">
  <br />- Thank you very much for these valuable insights!</h3>
<p>Thank you as well for having us.</p>
<p>That's it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don't forget to visit <a href="https://www.adda-lab.com/" target="_blank">ADDA-Lab</a> and <a href="https://www.forma.barcelona/" target="_blank">Forma</a> websites and follow them on  their <a href="https://www.instagram.com/adda_lab/" target="_blank">Instagram</a> and <a href="https://www.linkedin.com/company/adda-advanced-digital-design-and-architecture/" target="_blank">LinkedIn</a> accounts.</p>
<p>
  <br />
</p>
<p>Would you like to get featured in this space? Please email us at <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... macu4: 3D Printed Arm Prosthetics!</title>
  <description><![CDATA[ Learn how this Swiss startup is using Parametric Design and 3D Printing to radically transform how arm prosthetics are made. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-macu4-3d-printed-arm-prosthetics</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/900x472/05cd98b4d3/macu4-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Sep 7, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>One of the many advantages of Additive Manufacturing (3D Printing) is its relatively short production times compared to traditional manufacturing methods such as casting. In this interview, you'll meet the team behind <a href="https://macu4.com/?lang=en" target="_blank">macu4</a>. They are leveraging this advantage to transform the way arm prosthetics are manufactured.</p>
<p>They saw that traditional offerings were not only heavy to wear and expensive, but the whole process took too much time, and they took action.</p>
<p>They knew they could shorten the entire process by using parametric design to customize each patient's forearm easily and then 3D printing to manufacture each part. The only missing link was finding a solution that could allow them to host their Grasshopper file on their website and output the right production file for every patient. How did they solve it? Read along to find out!</p>
<h3 id="span1-hello-there-please-give-us-a-background-on-your-team-span">1. Hello there! Please give us a background on your team:</h3>
<p>We are an entrepreneurial team of 3 co-founders. Myriam holds a Ph.D. in Epidemiology and started in 2006 to work in the field of orthopedic devices. Lukas and Alec will finalize their Masters in Medical Engineering in 2022 and have already designed different assistive devices and created parametric models.</p>
<p>We love thinking outside the box to make low-tech smart, whether it is Myriam's business model or Lukas and Alec's manufacturing and design approaches. What fascinates us about our job is the smile on the face of our end users and the happy messages they send us.</p>
<p>What drives us is the belief that we can contribute to inspiring the care path for assistive devices. Getting started in this field takes courage, perseverance, and the right way to deal with negative feedback from traditional stakeholders who do not think out of the box.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x387/874a7cd48e/macu4-team.jpg" loading="lazy" />
</figure>
<h3 id="span2-what-sparked-this-idea-span">2. What sparked this idea?</h3>
<p>
  <br />There are more than 20 million people worldwide with missing limbs. The majority is not using any device. Many because of the high costs, others because of lacking comfort or functions.</p>
<p>For families with affected children, it's challenging because they grow and frequently need a new customized prosthesis element. But only a few countries have a substantial reimbursement for such devices; therefore, the cost is a fundamental limitation.</p>
<p>At the same time, people have trouble getting used to the weight of an artificial limb or the sweating inside the device. Even though arm prosthetics have become more versatile, today's state of the art does not manage to solve these user pains sufficiently.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x450/7120c6e632/2.jpg" loading="lazy" />
</figure>
<h3 id="span3-whats-the-main-problem-or-reason-for-macu4-to-exist-span">3. What's the main problem or reason for macu4 to exist?</h3>
<p>
  <br />From the user perspective, we quickly realized that significant changes wouldn't happen at the required pace since forearm prosthetics is a very niche market. Niche markets are not attractive enough for established players and are too risky for investors when it is about low-tech. But making low-tech smart is the way to go, and besides that as well quite exciting.</p>
<p>"Smart" does not mean changing only the design or the material. It refers to the entire value chain: how end users can access it, how much it costs, how to interact with the user, how to collect measurement data, how to manufacture it, etc.</p>
<p>We decided that we would solve the problem by combining new technologies such as additive manufacturing and parametric models with new business models to create new possibilities with the overarching goal of improving the quality of life of people that look for an arm prosthesis.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x440/d6e78f7729/3.jpg" loading="lazy" />
</figure>
<h3 id="span4-whats-the-status-quo-how-are-you-changing-this-span">4. What's the status quo? How are you changing this?</h3>
<p>The customization process of an arm socket (in a traditional way) looks like this:</p>
<p>(1) The patient has to travel to the prosthetist (in larger cities, there is no problem, but in smaller cities or villages, there is a need to travel to the prosthetist).</p>
<p>(2) The prosthetist has to examine the arm stump and make a plaster cast. Some shaft technologies cannot work well with a scan because scanning is complex. In the case of arm stumps and the traditional liner (inner part of a shaft) has to sit perfectly on the arm.</p>
<p>(3) The prosthetist produces in a time-consuming process the first test component. A few cases can now consider a 3D silicon print of such parts, as this would save time.</p>
<p>(4) The prosthetic arm is finalized.</p>
<p>(5) The patient travels again to the prosthetist to test the first version of the prosthetic arm.</p>
<p>(6) If needed, the prosthetist has to rework the shaft/inlet.</p>
<p>(7) The patient travels again to the prosthetist to receive the final prosthetic arm.</p>
<p>
  <a href="https://macu4.com/?lang=en" target="_blank">At macu4</a>, we created a new approach that saves time while customizing the socket.
</p>
<p>The first key element is the measurement, which can be done manually, photo-based, or with a scan - measurements are extracted by an algorithm. The configuration equals selecting the colors and additional modules a user requires. The second key element is the socket customization which is done by the parametric model and based on the measurement data - in this step and during the measurement, there are considerable reductions in time.</p>
<h3 id="span5-what-have-been-the-main-challenges-in-making-this-happen-span">5. What have been the main challenges in making this happen?</h3>
<p>We bundle several aspects currently neglected by the market into one approach. For example:</p>
<p>1. We introduce a simplified measurement technique and are therefore able to offer our solution as well via a B2C model.</p>
<p>2. We use 3D printing to outsource the manufacturing of a customized device and overcome current design limitations.</p>
<p>3. We automate the customization process with the parametric model approach and dramatically cut costs.</p>
<figure>
  <img src="https://lh3.googleusercontent.com/TuETjVUUJ8dOWfLheI8S_QQ362uUa7mMbS5JxY4uiPSPa74kqzHE1MXB6qXIfVDFr0NpgJLiRX34kyvTzBPIJw0ITldGxXAFY9q9YcXmHPAtSWR7-iA1MKikzGjGN3nI9RnqN3RA4s1nya36fJg7cRKsBF3M7YewB1M9lu_yyb7TntCklOa89SqeZA" loading="lazy" />
</figure>
<p>We do all this within an industry with heavily rigid structures. The biggest challenge during the development process was and is the fundraising and the relationship building with prosthetists.</p>
<p>For investors, the approach covers too many new elements. For prosthetists, it is difficult to think out of the box and see the long-term opportunities of the Macu4 approach (i.e., serve more clients simultaneously or offer people with out-of-pocket payments a much cheaper solution).</p>
<h3 id="span6-how-is-parametric-design-grasshopper-involved-span">6. How is Parametric Design (Grasshopper) involved?</h3>
<p>We were looking for a way to lower the costs of customized prosthetics because the working steps to customize a prosthesis socket are highly time-consuming. At the same time, we were looking for a possibility to introduce remote measurement for users.</p>
<p>The best way to approach this was to create the prosthetic socket design as a parametric model. A third requirement was that the prosthetist should get access to the socket design through our webshop and without the need for expert skills or subscription to expert software. The combination of Grasshopper and ShapeDiver fulfilled all of those requirements.</p>
<h3 id="span7-what-are-the-benefits-of-using-3d-printing-vs-the-traditional-approach-span">7. What are the benefits of using 3D printing vs. the traditional approach?</h3>
<p>
  <br />The designs developed by macu4 are always produced by 3D printing. Both the customized and the standard parts. We decided to make these designs by 3D printing because this is the way to go for customizations. But it also helps to overcome current design weaknesses of existing product offerings in the market, i.e., to make parts lighter.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x541/e72cd5d005/4.jpg" loading="lazy" />
</figure>
<p>Another significant advantage of 3D printing is outsourcing the production efficiently (and decentralizing it) and running several tests during the design development phases without high initial investment in materials. This way, the cost burden is relatively low for a startup that has only limited resources at the beginning.</p>
<h3 id="span8-which-other-companies-are-involved-in-this-project-span">8. Which other companies are involved in this project?</h3>
<p>
  <br />The value chain starts with finalizing the STL files for the required product designs. Especially the files of customized designs are created just in time. For this process and the visualization of the 3D model, we work with ShapeDiver. Before the designs are 3D printed, we mark them digitally to make them identifiable once they are provided to the clients. For this step, we partially use the software solution of <a href="https://additive-marking.de/" target="_blank">
    <u>
      <span>Additive Marking GmbH.</span>
    </u>
  </a>
</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x446/ee01bb8827/5.jpg" loading="lazy" />
</figure>
<h3 id="span9-how-is-shapediver-helping-you-span">9. How is ShapeDiver helping you?</h3>
<p>
  <br />ShapeDiver is the online platform that processes the Grasshopper file for running the socket model. Thus, we can focus on the core technology of macu4, the parametric approach itself, and the customer frontend in which we embed the ShapeDiver viewer.</p>
<p>For macu4, the software solution is more than a software element. It is a comprehensive service. We go from reliable 3D visualizations to custom-made consultancy services to get access to a broader software development network.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x446/36649fbc80/6.jpg" loading="lazy" />
</figure>
<h3 id="span10-can-you-describe-the-complete-process-for-a-user-to-get-their-prosthesis-done-via-macu4-span">10. Can you describe the complete process for a user to get their prosthesis done via Macu4?</h3>
<p>We sell our design solutions directly to professionals (B2B) and end-users (B2C). The process with end-users is as follows:</p>
<p>A person with a missing forearm and a specific bi-manual activity in mind, for example, cycling or kayaking, finds us online via social media, search engines, or recommendations via 3rd parties. On our website, the user has the option to either contact us directly or get initially informed by our explanatory videos and our FAQ.</p>
<p>1. Once the person feels that the Macu4 Explorer could be a suitable solution for them, the self-measurement takes place. Self-measurement means that the user follows clear instructions on providing the Macu4 support team with data on their arm. It is a method where the user prints a template on paper and takes three photos of their arm. Macu4 processes the images and extracts the measurement values we need for the parametric shaft model.</p>
<p>2. When this is done, we inform the user by email to create an account in our online configurator and start the configuration. If desired, a video call takes place before the configuration. For the activity modules, a user always configures the required size alone and based on two measurement values that we provide. For the customized shaft, the user only receives a measurement code. As a final step, the user confirms the configuration(s) and pays online.</p>
<p>3. Once this is done, we finalize the shaft configuration based on the measurements we extracted from the photos and start the 3D printing process.</p>
<p>4. Finally, we assemble and label the product. The user receives the products by mail, and we conduct a video call to ensure that the user gets all parts and solves any questions they might have.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x446/7a4de6214b/7.jpg" loading="lazy" />
</figure>
<h3 id="11-whats-the-long-term-for-macu4">11. What's the long-term for macu4?</h3>
<p>
  <br />Our clients are of different age groups. They are either already using a prosthesis or not. What they have in common is that they look for a lightweight device that is modular and suitable for sports.</p>
<p>For some, it is the add-on product; for others, it is the first-choice solution. Our goal is to successfully launch the Macu4 approach, introduce end-users to the parametric model-based configurations of their devices and contribute to people's well-being.</p>
<h3 id="thank-you-very-much-for-your-time-today-were-delighted-to-have-you-as-users-on-our-platform">- Thank you very much for your time today! We're delighted to have you as users on our platform!</h3>
<p>Thank you as well for letting us tell our story here. We really appreciate it!</p>
<p>That's it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don't forget to <a href="https://macu4.com/?lang=en" target="_blank">
    <u>
      <span>visit macu4's website</span>
    </u>
  </a> and follow them on their <a href="https://www.instagram.com/macu4sports/" target="_blank">Instagram</a> and <a href="https://www.linkedin.com/company/macu4/" target="_blank">LinkedIn</a> accounts.</p>
<p>Would you like to get featured in this space? Send us an email at <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We'd love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Live Webinar: Go Beyond Grasshopper with ShapeDiver&#39;s API!</title>
  <description><![CDATA[ Join us in this live event and learn how our API can help you create amazing online applications by leveraging the power of web technologies and parametric design. ]]></description>
  <link>https://www.shapediver.com/blog/live-webinar-go-beyond-grasshopper-with-shapediver-s-api</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/aa5dc2145d/shapediver-api-webinar.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jun 14, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="spanintroduction-span">Introduction</h2>
<p>By now, many members of the Grasshopper community know that if they need to share a Grasshopper model online, they can simply <a href="https://shapediver.com/app/register" target="_blank">create a ShapeDiver account</a>
  <a href="https://www.shapediver.com/blog/shapediver.com/app/register" target="_blank">&nbsp;to do so</a>. Our platform makes it extremely easy to drag and drop your Grasshopper file and create a web application that can be shared with non-technical clients or colleagues in just a few seconds.
</p>
<p>Our system's standard UI and UX are more than enough for most simple use cases. But what happens when a product requires a more complex UX like clicking on a specific part of the model to trigger a particular action (animation, camera movement, hidden UI), dragging the object, and positioning it in a precise location on the canvas? What if the online application requires a specific UI that reflects certain design guidelines? Or to load multiple GH files on a single scene and view them all in AR?</p>
<p>Here is where our ShapeDiver API comes into play. By leveraging web technologies and the power of parametric design provided by Grasshopper, designers can build online applications at a level of complexity that would be very difficult to achieve using <b>
    <i>
      <span>only</span>
    </i>
  </b>web technologies.</p>
<p>This webinar aims to give a clear overview of what can be achieved if one uses a Grasshopper file and the ShapeDiver API. It’s meant as a non-technical introduction to the possibilities and complemented by brand-new technical documentation and actionable examples that should help you go from a complete beginner to an expert in a short period.</p>
<p>Does this sound interesting to you? Then read along and check out the exact content of this live event!</p>
<h2 id="webinar-overview">Webinar Overview</h2>
<p>
  <u>
    <span>Date:</span>
  </u>
  <b>&nbsp;</b> Tuesday, June 28th, 2022
</p>
<p>
  <u>
    <span>Time:</span>
  </u>8am PT, 11am ET, 5pm CEST, 8:30pm IST
</p>
<p>
  <u>Duration:</u> Approximately 90 minutes
</p>
<h3 id="a-hrefhttps-meetzohoeu-jsv5gninva-targetblank-ugt-register-now-u-a">
  <a href="https://meet.zoho.eu/JSv5GNiNva" target="_blank">
    <u>&gt; REGISTER NOW</u>
  </a>
</h3>
<h3 id="u-spanpart-1-getting-started-embedding-amp-connecting-span-u">
  <u>
    <span>Part 1: Getting Started: Embedding &amp; Connecting!</span>
  </u>
</h3>
<p>
  <i>
    <span>- Estimated time: 10 min</span>
  </i>
</p>
<p>You’ll learn how to embed a ShapeDiver model directly on your website and connect it to a custom user interface via our viewer API. We’ll also share an actionable example you can use with any of your models.</p>
<h3 id="u-spanpart-2-advanced-interactions-101-clickable-elements-span-u">
  <u>
    <span>Part 2: Advanced Interactions 101: Clickable Elements!</span>
  </u>
</h3>
<p>
  <i>
    <span>- Estimated time: 10 min</span>
  </i>
</p>
<p>We’ll show you how to use the 3D environment as part of the UI flow to improve your UX by making clickable elements that trigger specific actions, such as camera movements, animations, hidden UIs, etc.</p>
<h3 id="u-spanpart-3-divide-amp-conquer-multiple-models-one-scene-span-u">
  <u>
    <span>Part 3: Divide &amp; Conquer: Multiple Models, One Scene!</span>
  </u>
</h3>
<p>
  <i>
    <span>- Estimated time: 5 min</span>
  </i>
</p>
<p>In Grasshopper, like in life, things can sometimes get messy and complex. Worry not! We’ll show how you can divide a highly complex Grasshopper model into smaller ones and load them into a single scene. This is a great way to distribute the logic in smaller chunks or build more complex workflows involving several definitions.</p>
<h3 id="u-spanpart-4-advanced-interactions-201-dragging-amp-snapping-span-u">
  <u>
    <span>Part 4: Advanced Interactions 201: Dragging &amp; Snapping!</span>
  </u>
</h3>
<p>
  <i>
    <span>- Estimated time: 10 min</span>
  </i>
</p>
<p>Easy peasy so far? We hear you. In this section, we’ll show you how to have individual control over multiple models on a scene by making them draggable and automatically snap to other areas of the scene.</p>
<h3 id="u-spanpart-5-its-alive-external-gltfs-complex-animations-amp-ar-span-u">
  <u>
    <span>Part 5: It’s Alive: External GLTFs, complex animations &amp; AR!</span>
  </u>
</h3>
<p>
  <i>
    <span>- Estimated time: 10 min</span>
  </i>
</p>
<p>Add the cherry on top of the pie by creating a truly gorgeous experience: load external GLTFs, export your scene in different file formats and even view it in AR. Life’s great, isn’t it?</p>
<h3 id="u-spanpart-6-qampa-span-u">
  <u>
    <span>Part 6: Q&amp;A</span>
  </u>
</h3>
<p>
  <i>- Estimated time 30 to 45 min</i>
</p>
<p>The tables turn and now it's time for you to ask us questions! Do you have a special application we didn't cover? Would you like us to double-down on a specific topic? Let us know!</p>
<h3 id="a-hrefhttps-meetzohoeu-jsv5gninva-targetblank-ugt-register-now-u-a">
  <a href="https://meet.zoho.eu/JSv5GNiNva" target="_blank">
    <u>&gt; REGISTER NOW</u>
  </a>
</h3>
<h2 id="takeaways">Takeaways</h2>
<p>This non-technical webinar should give everyone considering building a complex 3D online application a good overview of the possibilities our platform can provide. Together with our lead developers, we’ll aim to give you all the insights and guidance you need to make an informed decision.</p>
<p>
  <br />&lt;&lt; If you have any questions ahead of the event, please send us an email at <b>
    <i></i>
  </b>
  <u>
    <span>contact@shapediver.com</span>
  </u>or use the contact button at the top of our website.&gt;&gt;
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Cake Houses: Modular Wooden Houses!</title>
  <description><![CDATA[ Cake Houses is a Czech startup looking to disrupt how small family houses are designed and assembled. Their goal is to drastically reduce design and construction times times by using parametric design and CNC machines. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-cake-houses-modular-wooden-houses</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/ae247e9bbc/cake-houses-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jun 7, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In this interview, you'll get to know the team behind</p>
<a href="https://www.cakehouses.cz/indexEN.html#cakehouses" target="_blank">Cake Houses</a>
<p>. This startup was founded by three Czech architects that had the goal of building an affordable family house that could also meet the criteria of quality in the 21st century.</p>
<p></p>
<p>
  <br />Their inspiration is deeply rooted in the classical Czech village buildings and their proportions and layout. This helps Cake Houses to fit in various sites and contexts appropriately, while also combining good design and repetitive construction techniques.</p>
<p>By using parametric design and CNC machines, they effectively reduced design and construction time on-site where the finalized parts are assembled on the spot. This way, they are trying to counter some of the biggest problems of the construction industry, like the complexity of working with multiple vendors and contractors.</p>
<h3 id="span1-hello-there-please-give-us-a-brief-background-on-your-team-profession-and-hobbies-span">1. Hello there! Please give us a brief background on your team, profession, and hobbies.</h3>
<p>We are three young architects based in Prague, Czech republic. We first met at the Technical University of Liberec and later started working as a team. Our interests vary, from playing chess or volleyball to amateur hairdressing, surfing, making music, parenting, etc. There is a whole lot of it.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x413/763e7afdc0/1.jpg" loading="lazy" />
</figure>
<h3 id="span2-what-is-cake-houses-and-why-did-you-come-up-with-this-concept-span">2. What is “Cake Houses,” and why did you come up with this concept?</h3>
<p>Cake Houses is our answer to a simple question: is it possible to build an affordable family house that meets the criteria of quality architecture in the 21st-century? Our motivation comes from the reality of Czech suburban areas and housing estates that emerged in them. Projects that might fulfill the idea of cheap but whose architectural quality is at least questionable.</p>
<p>The central concept is to combine good design and the advantages of a typical house typology, such as repetitive construction, both backed by computer technology. We believe this combination can bring quality architecture to more people and make it more affordable.</p>
<h3 id="span3-what-are-the-design-inspirations-behind-this-span">3. What are the design inspirations behind this?</h3>
<p>We got inspired for the design of the house primarily by the classical Czech village buildings, reinterpreted and adjusted to fulfill the needs of 21st-century users. A similar proportion, roof, and layout are the attributes easily found in historical buildings all around our region so that the house can fit in various contexts and sites. It is universal and timeless.</p>
<p>The inspiration behind the concept was based on different types of industries, such as automobile or furniture production. Industries that adopt standardization as a way of reaching affordability. We also implemented the aspect of personal customization, which is thanks to computer programming, a fast-growing worldwide phenomenon. Our goal is to connect all of the above.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x417/fa3889c4eb/3.jpg" loading="lazy" />
</figure>
<h3 id="span4-whats-the-main-problem-youre-trying-to-solve-with-cake-houses-span">4. What’s the main problem you’re trying to solve with Cake Houses?</h3>
<p>We know that architecture can be expensive, partially because every building is <i>
    <span>basically</span>
  </i>a prototype developed from scratch. Aside from the price, it is often a complicated, stressful, and time-consuming process not everybody wants to be part of. That's why many people decide to build cheaper, faster, albeit poor-quality houses, as seen in extensive catalogs of predesigned projects.</p>
<p>Our goal is to change this. We believe there is a massive gap between working with architects and choosing from the catalog. That is why we developed a variable type house of good architectural quality that implements the ideas of repetition and modular framework to lower the price.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x428/9e184ca3ba/4.jpg" loading="lazy" />
</figure>
<h3 id="span5-how-is-sustainability-embedded-into-this-project-span">5. How is sustainability embedded into this project?</h3>
<p>We are aware of the material and energy consumption of the building industry. That is why we designed Cake Houses as wooden structures, which are widely considered to be more sustainable than usual building systems. Wood is renewable and practical to construct from, so we see no point in making typical family houses any different. The modularity and repetition help us avoid unnecessary waste of energy and material during construction.</p>
<p>The house adopts an intelligent energy management system and uses a thermal pump, which can be combined with other alternative energy sources. The preferred orientation and volume of the house also help to reach efficient thermal profits.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1223x565/98dadf2c45/5.jpg" loading="lazy" />
</figure>
<h3 id="span6-what-type-of-manufacturing-techniques-are-involved-during-this-process-span">6. What type of manufacturing techniques are involved during this process?</h3>
<p>All components are supposed to be made on a production line using modern CNC machines. Finalized parts are then transferred to the particular site and assembled on-site.</p>
<p>We use manufacturing techniques that are widely considered standard nowadays and have yet to find an alternative that would save money for our clients or us. Perhaps we will be able to experiment with advanced technologies such as robotics or large-scale 3D printing in the future. Still, for now, it is more practical for us to stick to the standard methods the industry provides.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x421/afa24c462a/6.jpg" loading="lazy" />
</figure>
<h3 id="span7-what-were-the-main-challenges-throughout-the-development-of-this-project-span">7. What were the main challenges throughout the development of this project?</h3>
<p>The biggest challenge for us was (and still is to date) the overall complexity of it. Practically everything that exceeds the “good old-fashioned designing.” Throughout the whole process, we were forced to leave our safe space to become programmers, salespeople, marketing experts, illustrators, etc.</p>
<p>Aside from that, another problematic matter is the complexity of the building industry in general. Let’s say that creating a variable house is a bit more comprehensive than creating a variable table, mainly because of the number of contractors, crafts, details, and legislative procedures involved. We chose a pretty tricky problem to solve!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x564/097e0a1d80/7.jpg" loading="lazy" />
</figure>
<h3 id="span8-how-did-modular-design-influence-this-whole-concept-span">8. How did modular design influence this whole concept?</h3>
<p>We use modules as the basic units to construct our Cake Houses. Thinking in modules provides us with the variability of the internal layout so that houses can be configured according to our client’s requirements. In this case, modular systems support the idea of repetitiveness. The same construction system is used over and over again, ensuring the quality of execution and reducing the material residue as well as the cost.</p>
<p>Unlike previously, where modularity meant that many parts were produced and afterward connected, we instead use more recent programming techniques that allow us to create virtual modules and connect them beforehand inside a fictional environment.</p>
<h3 id="span9-whats-the-right-balance-between-predefined-options-and-fully-parametric-span">9. What’s the right balance between predefined options and fully parametric?</h3>
<p>That pretty much depends on the overall characteristics of the project itself. In our case, the use of fully parametric designs would simply not be worth it. Instead of experimental construction systems, we focus on constructing in conventional ways to make our designs more accessible and affordable. Some pre-definitions come from the materials and systemic parts we use - materials that already exist and are very much standardized in production shape and size.</p>
<p>Although some fully parametric projects interest us, their implementation would require a different type of manufacturing than we currently use.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x508/794c5654b5/9.jpg" loading="lazy" />
</figure>
<h3 id="span10-how-are-parametric-design-and-grasshopper-involved-in-this-project-span">10. How are Parametric Design and Grasshopper involved in this project?</h3>
<p>Since programming, generally speaking, is more and more involved in many human activity fields, it is no surprise that architecture is not an exception. We, as architects, feel the need to face these changes and not act like they don’t happen. For us at Cake Houses, this evolution is even more important to follow, and Grasshopper is a great tool to help us.</p>
<p>We don’t use Grasshopper strictly for the usual Parametric Design; instead, we connect different predefined parts via our algorithms. You can liken the whole system to a toy construction kit, such as Lego.</p>
<p>Grasshopper helps us connect blocks and, therefore, automatize designing and drawing plans. When it comes to the combination of computer science and architecture, we believe that there are endless possibilities to explore.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x473/dad79eb697/10.jpg" loading="lazy" />
</figure>
<h3 id="span11-how-is-shapediver-helping-you-span">11. How is ShapeDiver helping you?</h3>
<p>Thanks to ShapeDiver, our customers can easily view and examine our designs in 3D via their computer or mobile devices. The connection to Grasshopper works exceptionally well! We can quickly transfer our virtual models from our computers to the internet. Our clients can explore the possibilities of Cake Houses on their own. Or show and discuss the designs with their friends at any time, anywhere.</p>
<p>When clients visit our office, the project they designed via the virtual configurator can be quickly transferred back to Grasshopper and Rhino. This enables us to make different adjustments, give a walk through the house in virtual reality, and more. It is easy, fast, practical, and fun.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x566/042f5eeba7/11.jpg" loading="lazy" />
</figure>
<h3 id="span12-whats-the-future-of-affordable-housing-span">12. What’s the future of affordable housing?</h3>
<p>That’s a big question, especially nowadays. In recent years, we have witnessed significant growth in the general size of floor area per person. Although this will probably continue in developing countries, it is most likely to halt in the Euro-American context, where the construction costs have already gotten far too high. In our opinion, housing could and should become more practical and less expensive.</p>
<p>A good example of this may be a recently expanding phenomenon of tiny houses. Given that contemporary housing production is strictly connected to resource and land consumption, shifting to a more sustainable living and economy could be a game-changer. Housing projects should and hopefully will become more responsible.</p>
<p>However, we think our habits and needs do not change that often in terms of general typology. Therefore, we don’t expect any massive shift towards some kind of highly alternative housing projects anytime soon.</p>
<h3 id="span13-whats-the-future-for-cake-houses-span">13. What’s the future for Cake Houses? </h3>
<p>Another big question! We find ourselves at the beginning of our journey and will have to wait to see where the road leads us. Nonetheless, we see massive potential in how Cake Houses work as a system.</p>
<p>For instance, in the context of the current construction industry, you can see how repetition and overall sameness keep the prices low. We can imagine situations where you use the same repetitive techniques in different ways to keep the structures construction-wise similar, but to develop houses that are different in their shapes and materiality. This could be a valuable tool to reach more diversity and less tediousness.</p>
<p>The idea of designing the principles according to which the house is designed, rather than one final plan, is what interests us. We would like to explore this subject further and further. But only time will tell.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x585/be2db54840/13.jpg" loading="lazy" />
</figure>
<h3 id="span-thank-you-very-much-for-your-time-today-this-has-been-very-inspiring-span">- Thank you very much for your time today. This has been very inspiring!</h3>
<p>Thank you as well for the opportunity. We hope to share even more exciting news with you in the future.</p>
<p>That’s it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don’t forget to <a href="https://www.cakehouses.cz/indexEN.html#cakehouses" target="_blank">visit their website</a> and to follow them on <a href="https://www.instagram.com/cakehouses.cz/" target="_blank">their</a>
  <a href="https://www.instagram.com/cakehouses.cz/" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a> account! 
</p>
<p>Would you like to get featured in this space? Simply send us an email to <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We’d love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>IntraLattice, Chimpanzee, Treesloth &amp; Droid added to ShapeDiver!</title>
  <description><![CDATA[ ShapeDiver recently added support for 4 new Grasshopper plugins, bringing the total number of third-party plugins to 33. Learn more about how you can use them on our platform starting today by reading below. ]]></description>
  <link>https://www.shapediver.com/blog/new-plugins-intralattice-chimpanzee-treesloth-droid-added-to-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1920x1111/1af89551be/new-plugin-support.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, May 31, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <a href="http://shapediver.com/" target="_blank">
  <br />ShapeDiver</a>
<p>is the leading online platform for hosting, publishing and sharing Grasshopper files on the web. Professionals from multiple industries such as Medical, Automotive, Furniture, AEC, Jewelry, among many others, use our services to create online applications based on their Grasshopper definitions. These applications can be used by non-technical people by simply accessing them via a web browser.</p>
<p>We are excited to announce that we recently added support for 4 new plugins on our ShapeDiver platform: IntraLattice, Chimpanzee, Treeslot and Droid. This brings the total number of supported third-party plugins to 33, which include among others popular names such as Pufferfish, Karamba3D, Kangaroo 2, OpenNest, Weaverbird and MeshTools. <a href="https://help.shapediver.com/doc/Supported-third-party-Grasshopper-plugins.1844019214.html" target="_blank">Click here if you'd like to see the complete list of supported plugins.</a>
</p>
<h2 id="intralattice">INTRALATTICE</h2>
<p>
  <a href="https://www.food4rhino.com/en/app/intralattice" target="_blank">
    <b>Intralattice</b>
  </a>is a plugin used to generate solid lattice structures within a design space. It was developed as an extensible, open-source alternative to current commercial solutions, such as Within.
</p>
<p>As an ongoing project developed at <a href="https://adml.lab.mcgill.ca/" target="_blank">McGill’s Additive Design &amp; Manufacturing Laboratory</a> (ADML), it has been a valuable research tool, serving as a platform for breakthroughs in multiscale design and optimization.</p>
<p>The generative process is split into 3 main modules, each of which has a selection of various components, for a total of 16 components.</p>
<figure>
  <ol>
    <li>We first begin with a&nbsp;<b>cell component</b>, which will generate a unit cell. This unit cell is the basis for the lattice topology.</li>
    <li>The next stage involves a&nbsp;<b>frame component</b>, which will populate a design space with the unit cell, based on various parameters.</li>
    <li>The final stage involves a&nbsp;<b>mesh component</b>, which will convert the lattice wireframe (a list of curves) to a solid mesh, which can be 3D printed.</li>
  </ol>
</figure>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x386/eb5622c3b0/group-689.jpg" loading="lazy" />
</figure>
<h2 id="chimpanzee">CHIMPANZEE</h2>
<p>
  <a href="https://www.food4rhino.com/en/app/chimpanzee" target="_blank">Chimpanzee</a> is a Grasshopper plugin for Rhino 6, Rhino 7, Rhino 8 WIP and Rhino Mac written in C# which focuses on fractal math and chaos theory.
</p>
<p>It contains currently 90 components including strange attractors, map & oscillators, 4D hyperchaotic systems, iterated function systems (IFS) a fractals like Mandelbrot set or Julia set using escape time algorithm.   </p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x386/97adb73022/group-697.jpg" loading="lazy" />
</figure>
<h2 id="treesloth">TREESLOTH</h2>
<p>As a 3D CAD software suite, Rhino+Grasshopper is, at its core, a means to create, transform and manage data. Grasshopper’s explicit visual scripting interface structures these operations through the use of DataTrees.</p>
<p>
  <a href="https://www.food4rhino.com/en/app/treesloth" target="_blank">Treesloth</a> emerged as a series of tools applied in both professional and research practice to help better negotiate the the types of data relationships within (and between) Grasshopper definitions that enable more complex operations. Treesloth components don't have their own ribbon, but are instead distributed throughout the "Sets" ribbon.
</p>
<p>Notable features include:</p>
<figure>
  <ol>
    <li>
      <u>Pack &amp; Unpack Data Components:</u>
      <b> </b>These allow for you to write and read a wide variety of data types to to DAT files.
    </li>
    <li>
      <u>Propagate Ancestors:</u>
      <b> </b> Duplicates data from one data tree using the structure from a more mature data tree (with more path indices).
    </li>
    <li>
      <u>Dynamic Path Filters:</u> These support rapid path comparisons between data sets.
    </li>
    <li>
      <u>Sorting by Branches:</u> This allows for you to sort and renumber branches at the selected path index depth based on a selected value for the contents.
    </li>
    <li>
      <u>Explode at Index:</u> Like explode tree, except it explodes at the path index specified by the user.
    </li>
    <li>
      <u>Clone Structure:</u> A flexible way to rapidly assign data paths to flat lists.
    </li>
    <li>
      <u>List Comparisons:</u> Allows for comparisons between items in any list.
    </li>
  </ol>
</figure>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x446/c0f159f016/group-699.jpg" loading="lazy" />
</figure>
<h2 id="droid">DROID</h2>
<p>
  <a href="https://www.food4rhino.com/en/app/droid-3d-print-slicer-and-path-plotter" target="_blank">
    <b>Droid</b>
  </a>is a 3D printing related Grasshopper plugin library add-on, with control over model slicing, custom paths and Gcode generation. Designed to be used from small desktop 3D Printers, up to large scale Robotic Fabricators using FFF technologies and running from Gcode.
</p>
<p>
  <br />Available to be used to prepare and print models in a 'Plug & Play' style with Droid components, or in a more controlled and experimental manner with Custom input and output print paths.</p>
<p>Droid allows control over conventional Slicing features such as infill, shell thickness and caps, within the Rhino and Grasshopper environment. In addition, output and editing of paths is also available once models are sliced into the Rhino and Grasshopper workspace, allowing full control and analysis to the user.
  <br />Custom or edited paths then can be input back into Droid for Gcode preparation and generation.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x423/1acefbec41/group-698.jpg" loading="lazy" />
</figure>
<p>Would you like us to support another third-party plugin? Then <a href="https://forum.shapediver.com/" target="_blank">send us a message in our Forum!</a> We are constantly adding new tools that can help me ShapeDiver the most open and accessible platform for Grasshopper files.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... WOOD-SKIN: Bespoke Wooden Panels!</title>
  <description><![CDATA[ In this interview, we talk with Italian company WOOD-SKIN®. They are using parametric design and digital fabrication to offer uniquely designed wooden panels to clients all over the world. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-wood-skin-bespoke-wooden-panels</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/aaa5a63ac3/shapediver-wood-skin.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, May 18, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="span1-hello-there-thank-you-for-finding-some-time-for-this-interview-please-give-us-a-short-background-on-your-team-span">1. Hello there! Thank you for finding some time for this interview. Please give us a short background on your team.</h3>
<p>WOOD-SKIN® was founded in 2013 to help architects and designers bridge the gap between the creative freedom of digital representation and the practical realities of the construction site.</p>
<p>We are architects, designers, and engineers with a shared passion for materials, digital fabrication, and software, which led us to challenge the technical and economic obstacles to creating complex 3D surfaces with conventional cladding materials like wood, felt, cork, plastic, and metal.</p>
<p>We believe that real innovation lies at the intersection of composite materials and digital fabrication, where technology becomes the enabling factor for new building methods and a new design grammar.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x444/d697e13d42/wood-skin-founders.jpg" loading="lazy" />
</figure>
<h3 id="span2-what-is-wood-skin-solving-offering-that-is-so-unique-span">2. What is WOOD-SKIN® solving/offering that is so unique?</h3>
<p>WOOD-SKIN® created a way to bridge the gap between the idea of a 3D complex surface and its realization. We offer a turnkey solution that presents many advantages compared to traditional systems.  Our technology makes the process faster , more scalable, and more affordable.</p>
<p>Furthermore, we consider ourselves as an extension of the architects and designers’ arm. Not only do we offer beautiful products but, with our know-how, we also design, engineer, and install our surfaces.</p>
<p>The WOOD-SKIN® process transforms rigid materials into 3D sheets of a “programmable” composite with the potential to be coded and given a specific form through a one-step fabrication process. The patented technology enables the panel to fold along “digital hinges”, much like <i>
    <span>origami</span>
  </i>.</p>
<p>From the flat state, the material morphs into the third dimension, where it can assume a range of forms and functions limited only by the imagination of the designer, without losing structural strength.</p>
<p>We carefully mix rigid materials such as wood with a variety of high performance textiles, then the sheets are carved by machines with tolerances proper of the aerospace industry.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x447/02b8c5c695/wood-skin-programmable-composite-sheets.jpg" loading="lazy" />
</figure>
<h3 id="span3-when-and-how-did-this-idea-come-to-be-span">3. When and how did this idea come to be?
  <br />
</h3>
<p>WOOD-SKIN® is the result of years of experiments in the most various fields, from model making to stop motion animation and wood working. At the core, WOOD-SKIN® is a pure obsession for dynamism, materials and innovation. The idea, as often happens, formed during several years of architectural and design practice and ultimately materialized when having to deal with a complex design we did not know how to solve. In other words, we had to solve for ourselves the very issue that is today the core of WOOD-SKIN®’s value proposition, “complexity solved”.</p>
<p>Rather than creating a one-off solution we decided to come up with a system, a technology, later patented, that would have enabled architects and designers from all over the world to transform and thredimesionalise materials traditionally known as flat. After a healthy amount of failures, headaches and obsessive adjustments Wood-Skin was born and launched in 2013.</p>
<p>Today the technology has matured enough to go from the first historical counters at the Allez Up gym in Montreal commissioned by the De La Plant family for their gym to the largest free-form ceiling in the world at the United Nation in Geneva, a project commissioned by the state of Qatar.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x447/9e0212aa72/3.jpg" loading="lazy" />
</figure>
<h3 id="span4-what-are-the-three-main-products-that-wood-skin-offers-and-what-are-their-main-characteristics-span">4. What are the three main products that WOOD-SKIN® offers and what are their main characteristics?</h3>
<h4 id="i-i-u-spanmesh-panels-span-u">
  <i></i>
  <u>
    <span>MESH PANELS</span>
  </u>
</h4>
<p>The Mesh Panels are inspired by the natural realm, fully tracing existing organic forms and integrating them with the varied world of architecture.</p>
<p>Mesh Panels are the ultimate example of the possibility of the WOOD-SKIN®  process, where the 3D surface is locked in shape by a quick-assembly frame that can be then hung to the wall. The meticulous selection of sustainable materials for the new Mesh Panel includes paperstone, print, metallic and non-metallic laminates, as well as Alpi (an ultra-thin and lightweight material), available in a variety of colors and infinite shapes with elegant finishes.</p>
<p>The multi-adaptability of Mesh Panels, guaranteed by their free-form properties,  allows them to be composed in several combinations depending on the space they will enrich.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x386/bc0513f0cb/4.jpg" loading="lazy" />
</figure>
<h4 id="i-i-u-spanfold-panels-span-u">
  <i></i>
  <u>
    <span>FOLD PANELS</span>
  </u>
</h4>
<p>Propelled by the optimization of sustainable materials, the simple design of our Fold Panels establishes a comfortable atmosphere for the user, facilitating any preference through a tailored approach.</p>
<p>Fold Panels are 3D boards with compelling geometries, built inside square or rectangular modules. The Fold Panel concept is uniquely suited to transform a space with the colors and configurations that best fit the project’s overall vision of the architect. The Fold panel system is composed of three different lines: A-gami, O-gami and U-gami.</p>
<p>More than ever, these make it possible to create unique three-dimensional coverings with a wide range of material finishes and quick, easy assembly. A robust frame sustains the weight of the panels and facilitates the installation on walls and ceilings. The most important part of the new panels is an online configurator: the user has the possibility to change parameters of the standard panel directly online, changing dimensions, shape, materials, downloading the file and using it inside his project. These online tools are the ultimate expression of the digital nature of our panels.</p>
<figure>
  <ul>
    <li>
      <i></i>
      <u>
        <span>- Standard Panel Composer</span>
      </u>
    </li>
  </ul>
</figure>
<p>This tool allows you to combine, juxtapose and orient the panels to create a preview of your composition. For the finish, you can then choose among the laminates, metals and veneers in the collection. Once you’re done you can export a 3D model or a.dwg file to share with colleagues and/or import into your project.</p>
<figure>
  <ul>
    <li>
      <i></i>
      <u>
        <span>-Custom Panel Configurator</span>
      </u>
    </li>
  </ul>
</figure>
<p>This more advanced digital tool enables you to intuitively model the form and aesthetic characteristics of the panels at will, thanks to the use of parametric sliders. The configurator allows you to push beyond the logic of the standard product and adapt the Fold Panels to your creative needs, obtaining truly unique results.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x386/b2e312efc8/5.jpg" loading="lazy" />
</figure>
<h4 id="i-i-u-spantailor-made-service-span-u">
  <i></i>
  <u>
    <span>TAILOR MADE SERVICE</span>
  </u>
</h4>
<p>Tailor Made surfaces are unique bespoke products created for specific projects. The guiding design principle here is the geometry.</p>
<p></p>
<p>Our architectural and design team has years of experience working with top firms on international projects, and there’s nothing that excites us more than the challenge of engineering intricate shapes, designing custom details, and devising solutions to ‘impossible’ problems. For particularly complex projects, our people are on hand to oversee the installation, whether in Italy or abroad.</p>
<p>The WOOD-SKIN® design team is able to discretize any complex geometric input with single or double curvature, and transform it into a series of flat elements easily produced and installed.</p>
<p>Thanks to WOOD-SKIN®’s proprietary design software and programmable manufacturing process, the most expensive and time-consuming aspects of customization are significantly reduced.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x386/e02397a295/6.jpg" loading="lazy" />
</figure>
<h3 id="span5-what-are-the-more-challenging-aspects-of-designing-and-building-these-products-span">5. What are the more challenging aspects of designing and building these products?</h3>
<p>The intrinsic nature of what WOOD-SKIN® can be, in terms of designing the elements, opens to many ideas and solutions to complex projects. At the same time, it leaves a "blank canvas" which can be an obstacle, in terms of what can be imagined and how to actually design it.</p>
<p>That's why we focused on creating parametric algorithms for our paneling solutions and making them available online to the final customers, who can integrate bespoke creations into their projects with the click of a button.</p>
<p>This also allows the process to be entirely digital and enriched with embedded information: the customer can receive the precise specifications and data about the element they designed with our tools (downloadable 3D assets, technical sheets, all of this related to the actual configuration created through the online configurator).  Our team benefits from having a controlled environment that allows for a "standardized customization", receiving all the necessary information about geometries, dimensions, finishings, application and project location through the same tool the customer is working with.</p>
<p>In terms of building the panels, our statement "complexity solved" best explains how easy the system is, even if it might seem intimidating at a first glance. Thanks to the digital parametric process, we can provide the customer with all necessary information (pieces, fixing order, bill of quantities, etc.) for the product to be easily understood and installed, especially for our Fold and Mesh Panels families.</p>
<p>With the Tailor Made products, it is the same, but with a few more guidelines and solutions customized for each bespoke project we help create. Also, astonishingly even to our experts, when some mismatch happens between the digital and the real site conditions,WOOD-SKIN® can be extremely compliant even where the digital model tells us it should be theoretically impossible. This is thanks to the "digital hinge" programmed into the panels, which can always bend when designed to be left unfixed.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x638/f20574bbd9/7.jpg" loading="lazy" />
</figure>
<h3 id="span6-how-is-parametric-design-and-digital-fabrication-related-to-these-products-span">6. How is parametric design and digital fabrication related to these products?</h3>
<p>WOOD-SKIN® is designed through the use of bespoke computational tools which enable it to be precisely controlled and allow us to simulate the physical behavior of the skin, parametrizing  the geometry and the material, before manufacturing. For this reason, digital fabrication processes are necessary to create a direct link between the digital design and the physical end-product as we are able to inform specifically the CNC processing machine. This ensures the best results in quality and timing for final production.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x533/f1e519272f/8.jpg" loading="lazy" />
</figure>
<h3 id="span7-how-is-shapediver-involved-span">7. How is ShapeDiver involved?</h3>
<p>WOOD-SKIN® is designed to be extremely versatile and adaptable, so that almost any shape can be designed with it. However it needs constraints and parameters that only computational tools can control. ShapeDiver enabled us to offer our clients the possibility of engaging with  WOOD-SKIN® computational tools transforming them into simple online configurators. By doing so, it facilitates product communication, eases our clients into self-designing their custom solution, and simplifies the process of transforming digital designs to final products.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x608/9a714b2911/9.jpg" loading="lazy" />
</figure>
<h3 id="span8-what-are-the-characteristics-of-a-great-online-configurator-span">8. What are the characteristics of a great online configurator?</h3>
<p>WOOD-SKIN® is available in an infinite variety of materials and geometrical patterns. In this respect, it is extremely relevant that a product configurator is easily updatable with new variables in finishings and geometries, that includes good and fast rendering features to represent the real product in every detail, and that it is fast in calculating the parameters changes for a proper user interaction. AR integration is definitely accurate for such a product, because it provides a deeper element of understanding, meaning for the user to see it exactly where it was imagined to be in reality.</p>
<p></p>
<p></p>
<h3 id="span9-is-there-a-relationship-between-bespoke-products-and-sustainable-products-span">9. Is there a relationship between bespoke products and sustainable products?</h3>
<p>Sustainability is one of the main attitudes of the WOOD-SKIN® firm and people making part of it in the whole vision. Starting from the digital fabrication process, which aims to optimize resources, time and materials while concurring to create bespoke shapes, making the impossible possible, the whole production process, from concept to completion is inclined towards minimization of energy consumption and waste.</p>
<p>Thanks to the WOOD-SKIN® patented process, we are able to create volumetric shapes, with the most complex designs while minimizing the material quantity and time needed for design and production. Furthermore, our products involve many sustainable materials/finishes such as recycled felt. Also, all the materials and finishes we select are compliant with the highest standards of quality and sustainability available for that specific material on the market.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x472/57b6edf21d/10.jpg" loading="lazy" />
</figure>
<h3 id="span10-whats-the-future-of-digital-fabrication-span">10. What’s the future of digital fabrication?</h3>
<p>Digital fabrication offers a vast range of benefits, from production timing and processes to final cost. Furthermore, it is a great encouragement for architects and designers to explore their creativity and project-customization.</p>
<p>For this reason, we believe that digital fabrication will lead the design and construction industry to a new era of digital craftsmanship, in which standardized solutions will be replaced by mass customization, ultimately leading to great efficiency and virtually zero waits. We believe that truly digitally fabricated products are key to a sustainable future addressing global issues and very customized aesthetics at the same time.</p>
<h3 id="well-this-was-been-extremely-interesting-thank-you-once-again-for-your-time-anything-else-youd-like-to-add">- Well, this was been extremely interesting! Thank you once again for your time. Anything else you'd like to add?</h3>
<p>Thank you as well! Just to remind everyone to check out <a href="https://wood-skin.com/" target="_blank">our website</a> and our online configurators.</p>
<p>
  <br />That’s it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don’t forget to follow our friends from WOOD-SKIN® directly at their <a href="https://www.linkedin.com/company/wood-skin-srl/" target="_blank">
    <u>
      <span>LinkedIn</span>
    </u>
  </a> and <a href="https://www.instagram.com/wood.skin/" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a> accounts! </p>
<p>Would you like to get featured in this space? Simply send us an email to <u>
    <span>contact@shapediver.com</span>
  </u> and tell us about your project or brand! We’d love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Live Webinar: Introducing The New ShapeDiver Plugin!</title>
  <description><![CDATA[ Join our Head of Projects, Edwin Hernández, and our Head of Marketing &amp; Sales, Ezequiel Lopez, on this guided walkthrough of our new Grasshopper plugin and the new features we introduced with it. ]]></description>
  <link>https://www.shapediver.com/blog/live-webinar-introducing-the-new-shapediver-plugin</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1920x1080/e9aa1cf03e/new-header.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, May 3, 2022 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="spanintroduction-span">Introduction</h2>
<p>A few weeks ago, <a href="https://youtu.be/HyQwEHLywzI" target="_blank">we officially introduced our completely redesigned ShapeDiver Platform 2.0</a> during a live webinar. As shown during that event, we not only released a brand new UI, but we also revamped our entire infrastructure including our Grasshopper plugin.</p>
<p>Precisely this will be the focus of our next live webinar, hosted by the McNeel Europe team over at <a href="https://www.youtube.com/c/McNeelEurope" target="_blank">their YouTube channel</a>
  <u>&nbsp;</u> on <u>
    <span>May 12th, 2022 at 4pm CEST / 10am ET, 7:30pm IST.</span>
  </u>
</p>
<p>This time, Edwin Hernández from ShapeDiver will provide a guided tour of all the new features recently introduced with the latest version of our Grasshopper plugin. From new import and export file formats, to our new attribute system and a plethora of new components.</p>
<h2 id="spanwebinar-overview-span">Webinar Overview</h2>
<h4 id="u-spandate-span-unbspthursday-may-12th-2022">
  <u>
    <span>Date:</span>
  </u>Thursday, May 12th, 2022
  <br />
</h4>
<h4 id="u-spantime-span-unbsp4pm-cest-10am-et-730pm-ist">
  <u>
    <span>Time:</span>
  </u>4pm CEST / 10am ET / 7:30pm IST
</h4>
<h4 id="">
  <br />
</h4>
<h3 id="u-span1-welcoming-amp-introduction-5-min-span-u">
  <u>
    <span>1. Welcoming &amp; Introduction (5 min.)</span>
  </u>
</h3>
<h3 id="u-span2-the-shapediver-plugin-about-40-min-span-u">
  <u>
    <span>2. The ShapeDiver Plugin (about 40 min.)</span>
  </u>
</h3>
<h4 id=""></h4>
<p>
  <u>
    <span>- Inputs: new import file formats</span>
  </u>
</p>
<p>Rhino 7 brings completely new import file formats and we added all of them to ShapeDiver.</p>
<p>
  <u>
    <span>- Outputs: new export file formats</span>
  </u>
</p>
<p>Same as with imports, there are also new export options with Rhino 7 and they are now available on ShapeDiver.</p>
<p>
  <u>
    <span>- Display: new material options and GLTF 2.0</span>
  </u>
</p>
<p>Among the many updates, materials can now be exploded to extract information from them. The new GLTF 2.0 display component uses the standardized format so that the results can be used in any viewer, even local ones.</p>
<p>
  <u>
    <span>- Attributes: a new way of managing data</span>
  </u>
</p>
<p>In the new plugin, every object manipulated in your definitions can be assigned one or several attributes. However, ShapeDiver attributes can take virtually any data type supported in Grasshopper: numbers, strings and colors, but also geometry can be used as attributes. This flexibility is reflected in the sdTF file format we use for transferring structured data between clients.</p>
<h3 id="u-span3-qampa-about-15-min-span-u">
  <u>
    <span>3. Q&amp;A (about 15 min.)</span>
  </u>
</h3>
<p>To close this webinar, we’ll answer any questions derived from the information shared during the presentation.</p>
<h3 id="a-hrefhttps-wwwlinkedincom-events-6919600622749003777-about-targetblank-span-gt-register-now-span-a">
  <a href="https://www.linkedin.com/events/6919600622749003777/about/" target="_blank">
    <b>
      <span>-&gt; Register Now</span>
    </b>
  </a>
</h3>
<h2 id="spantakeaways-span">Takeaways</h2>
<p>Just like on our last webinar, we can't wait to show everyone all of the new components and possibilities that our new plugin has to offer. To help everyone plan accordingly, we calculate that this event will consist of around 45 minutes of walkthrough and explanations, plus 15 minutes for Q&A purposes. For those who won't be able to attend, you need to worry not as the event will be recorded.
  <br />
</p>
<p>&lt;&lt; If you have any questions ahead of the event, please send us an email to contact@shapediver.com or use the contact button at the top of our website.&gt;&gt;</p> ]]></content:encoded>
</item>
<item>
  <title>Live Webinar: Introducing The New ShapeDiver 2.0 Platform!</title>
  <description><![CDATA[ Join our Head of Product, Mathieu Huard, and our Head of Marketing &amp; Sales, Ezequiel Lopez, on this guided walkthrough of our new platform frontend and the new features we introduced with it. We promise you&#39;ll learn a thing or two! ]]></description>
  <link>https://www.shapediver.com/blog/live-webinar-introducing-the-new-shapediver-2-0-platform</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/b713ed384f/hedaer-png.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Mar 7, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="spanintroduction-span">Introduction</h2>
<p>ShapeDiver 2.0 is finally here. But what exactly is ShapeDiver 2.0? Well, a lot of things. We’re still the best way to create online applications based on Grasshopper files, but now we're taking the necessary steps to make sure the process of building these applications is more efficient and flexible, both for individual designers and teams alike.</p>
<p>To begin with, most of our users have surely noticed the tip of the iceberg: a completely updated platform frontend and the new tools it offers. However, ShapeDiver 2.0 covers the entire ShapeDiver infrastructure, from the platform to the Grasshopper plugin functionalities, and perhaps most importantly everything in between. New features both extend our focus on online applications but also introduce a set of tools aimed at large design teams in the AEC industry and beyond.</p>
<p>Whether you are a long-time user of ShapeDiver or a Grasshopper enthusiast curious to learn about the classic features of the platform as much as the newer ones, this webinar is the ideal introduction to everything our cloud platform has to offer. Join us and decide whether the ShapeDiver tools can improve your design, manufacturing and/or sales processes!</p>
<p>If you want to register right away, <a href="https://meet.zoho.eu/c1lWGmcHdI" target="_blank">here’s the link for you to do so.</a> If you’d like to first learn what we’ll cover during the event, then read along!</p>
<h2 id="spanwebinar-overview-span">Webinar Overview</h2>
<h4 id="udate-u-nbspmonday-march-21st-2022">
  <u>Date:</u> Monday, March 21st, 2022.
</h4>
<h4 id="utime-u-nbsp6pm-cet-12pm-et-9am-pst">
  <u>Time:</u> 6pm CET, 12pm ET, 9am PST.
</h4>
<h3 id="u-span1-building-online-applications-estimated-time-45-min-span-u">
  <u>
    <span>1. Building Online Applications (Estimated time: 45 min.)</span>
  </u>
</h3>
<p>On the one hand, this new iteration of the ShapeDiver platform both solidifies and extends the core ShapeDiver vision: helping designers build online applications around parametric design. Key developments include the following features which we will cover in detail during the webinar:</p>
<figure>
  <ul>
    <li>- Advanced iframe embedding</li>
    <li>- Extended file imports and export</li>
    <li>- Detailed model and account analytics</li>
    <li>- New viewer and backend API</li>
  </ul>
</figure>
<p>In particular, we will detail a complete workflow for turning a Grasshopper definition into an interactive, powerful design application online.</p>
<h3 id="u-span2-work-better-together-estimated-time-20-min-span-u">
  <u>
    <span>2. Work Better Together (Estimated time: 20 min.)</span>
  </u>
</h3>
<p>On the other hand, in the context of our merge with the Swarm application developed by the <a href="http://core.thorntontomasetti.com/core-studio/" target="_blank">
    <u>
      <span>Core Studio</span>
    </u>
  </a>at <a href="https://www.thorntontomasetti.com/" target="_blank">
    <u>
      <span>Thornton Tomasetti</span>
    </u>
  </a>, the ShapeDiver platform has extended its scope to a set of new functionalities aimed at optimizing the internal processes of design teams. The webinar will cover the following topics in particular:</p>
<figure>
  <ul>
    <li>- Secure sharing functionalities</li>
    <li>- Attribute system and its applications</li>
  </ul>
</figure>
<h3 id="u-span3-next-steps-estimated-time-20-min-span-u">
  <u>
    <span>3. Next Steps (Estimated time: 20 min.)</span>
  </u>
</h3>
<p>We will close the webinar with a preview of the ShapeDiver roadmap, with a focus on the tools that we believe will open up new workflows for parametric designers:</p>
<figure>
  <ul>
    <li>- Saved states management</li>
    <li>- Create teams or organizations between multiple ShapeDiver users</li>
    <li>- Integrations into desktop design software</li>
    <li>- ShapeDiver computations from within Grasshopper (“Hops” for ShapeDiver)</li>
    <li>- Versioning</li>
  </ul>
</figure>
<h3 id="a-hrefhttps-meetzohoeu-c1lwgmchdi-targetblank-gt-register-now-a">
  <a href="https://meet.zoho.eu/c1lWGmcHdI" target="_blank">
    <b>-&gt; Register Now!</b>
  </a>
</h3>
<h2 id="spantakeaways-span">Takeaways
  <br />
</h2>
<p>We’re very excited to show everyone what we’ve been working on for the past 12+ months. We hope that by the end of this webinar you will agree that the wait was worth it. To help everyone plan accordingly, we calculate that this event will consist of around 90 minutes of walkthrough and explanations, plus 20 to 30 minutes for Q&A purposes.</p>
<p>
  <i>&lt;&lt; If you have any questions ahead of the event, please send us an email to&nbsp;</i>
  <b>
    <i></i>
  </b>
  <u>contact@shapediver.com</u>
  <i>&nbsp;or use the contact button at the top of our website.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Toggle: Reimagining Rebar Fabrication!</title>
  <description><![CDATA[ Today you’ll get to know Daniel Blank and Andreas Thoma from Toggle, an American firm that is reimaging rebar fabrication with the help of robots and computational design tools such as Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-toggle-reimagining-rebar-fabrication</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/55c2ea1ada/toggle-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ Alex Walzer, Ezequiel López ]]></dc:creator>
  <pubDate>Thu, Mar 3, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>As we've explored in previous articles, there are plenty of areas that are due for disruption inside the AEC industry. While some focus on the construction materials being used, such as <a href="https://www.shapediver.com/blog/getting-to-know-mass-timber-thought-leaders-fast-epp" target="_blank">Mass Timber</a>, other focus on the actual construction processes, like <a href="https://www.shapediver.com/blog/modularization-and-prefabrication-in-aec" target="_blank">prefabrication and modularization</a>. This week, we meet the founders behind Toggle, an American firm that is reimagining rebar fabrication with the help of computational design tools like Grasshopper and ShapeDiver.</p>
<p>You'll learn how they got inspired to start this company after witnessing how wind turbines are built, how they got $100K in funding and basically hacked their way until they found 'Product-Market Fit', plus how COVID forced them to have a "work from anywhere" mentality. Finally, they have a word of advice to all new founders on how to navigate the intricate world of startups and funding rounds. We hope you enjoy this unique and inspiring story!</p>
<h3 id="span1-welcome-daniel-and-andreas-thank-you-for-joining-us-today-tell-us-a-bit-about-toggle-what-it-is-and-what-problems-are-you-tackling-span">1. Welcome, Daniel and Andreas. Thank you for joining us today! Tell us a bit about Toggle, what it is and what problems are you tackling?</h3>
<p>- Hello everyone! Thank you for having us here. <a href="https://www.linkedin.com/in/danblank/" target="_blank">I am Daniel Blank</a>, CEO and Co-founder of Toggle Robotics. <a href="https://www.linkedin.com/in/ian-c-55b16333/" target="_blank">Ian Cohen</a> and I started this company in 2016 from Brooklyn, NY.</p>
<p>- And I'm <a href="https://www.linkedin.com/in/andreas-thoma/" target="_blank">Andreas Thoma</a>, I am Toggle's Director of Digital Fabrication and I joined Toggle in 2018.</p>
<p>
  <a href="https://www.toggle.is/" target="_blank">Toggle</a> is a construction robotics company at its core. We have built a full stack robotics and automation solution for pre-assembling rebar. This, we believe, solves a potent problem of efficiency in the Construction Industry. 
</p>
<p>The demand for concrete in the construction industry is accelerating. We need infrastructure, we need housing. Cities are becoming larger and more complex than ever before. And meanwhile, there's a challenge to deliver construction quickly, affordably, and at the scale that it's needed. Thus, the solution is to bring in new efficiencies to this particular ingredient that's so critical to construction.
  <br />
  <br />'Rebar Prefabrication' is one of the key focus areas in Toggle’s mission to build world-class robotics and automation solutions for a wide range of physical fabrication and assembly applications in large-scale urban and infrastructure construction.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x573/082e65855d/group-194.jpg" loading="lazy" />
</figure>
<h3 id="span2-why-did-you-start-toggle-and-what-was-the-motivation-spanspan-br-span">
  <b>
    <span>2. Why did you start Toggle, and what was the motivation?</span>
  </b>
  <br />
</h3>
<p>The motivation to start Toggle is an interesting story that involves wind turbines! The "aha! moment" stems from the mixture of three different ideas that gel perfectly with each other. The first would be to understand the cost overruns in large-scale projects caused by a lot of variable factors that make the project run longer and become more expensive than they're initially anticipated. Why does this have to be the way and can we intervene to make it efficient?
  <br />
  <br />That’s the preliminary thought, but when we look back and realize the tremendous advancement in the consumer products space in our lifetime, from the computer to go from this really heavy thing that is the size of a room to going into a desktop form factor and then to a thing in your pocket and even on your wrist now.</p>
<p>I believe there’s this democratization with consumer products, with things like smartphones and cars and televisions and refrigerators and all of the air conditioners, all of these types of things. But with construction, you know, I think things have always kind of gone in the other direction, like the bigger the project's getting, the more that time goes on, the more the cost overruns.</p>
<p>The last piece of the puzzle is my visit to a wind farm close to Vienna, where I saw a wind turbine come together. Grid scale wind turbines are taller than The Statue Of Liberty and are transported onto trucks and prefabricated in factories in controlled environments. The turbine itself came together in a matter of days, however the large concrete foundation, with its reinforcements and other construction activity, slowed things down.
  <br />
  <br />This was sort of the inspiration moment for me to find a faster or better way to do this part of the construction process. And then as we began to explore this, we saw that it applied not only to wind turbines but to the whole construction industry.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1203x635/c8caba9081/group-195.jpg" loading="lazy" />
</figure>
<h3 id="span3-how-when-did-you-find-product-market-fit-span">3. How/when did you find 'Product-Market Fit'? 
  <br />
</h3>
<p>It is never an easy journey to find product-market fit. Initially, we had to do a proof of concept where we needed to demonstrate, on some small scale, how we could use a robot to manipulate rebar to form a cage fit for construction.</p>
<p>The idea was to get investors to see the potential and get their support. We did get some potential customers but we knew our next step would be to get into an accelerator program where we got some funding. Fortunately, we got accepted into the "Urban-X" accelerator program that's based in Brooklyn, where, as part of our participation, we received funding amounting to $100,000 USD, which was a significant amount considering we were funding the entire company from our pockets.</p>
<p>To go from funding out of pocket to having one hundred thousand dollars to develop, things moved swiftly for us due to the program and it was in this phase that we began working towards product-market fit. The traditional process of making the assembly of rebar is manual. We have people that are picking up pieces of rebar or they're putting them together into these three-dimensional shapes.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1226x665/c4a0dcf1b4/group-196.jpg" loading="lazy" />
</figure>
<p>At Toggle, we reimagined the process and essentially broke down that process into its component steps and we looked at where we could introduce automation, where could the robots do the lifting rather than the person doing the lifting? Or where could the robot do the positioning rather than the person doing the positioning? Or where could the robots connect to pieces together rather than a person doing that?  </p>
<p>After a brief period of experimentation, we found that prefabrication of rebar cages for large infrastructure projects, which have high volume and higher repeatability of shapes, as the perfect 'Product Market-Fit'.
  <br />
  <br />
</p>
<h3 id="span4-for-how-long-did-you-bootstrap-and-at-what-point-did-you-decide-that-you-needed-funding-spani-span-span-i">
  <b>
    <span>4. For how long did you bootstrap and at what point did you decide that you needed funding</span>
  </b>
  <i>
    <span>?</span>
  </i>
</h3>
<p>We realized very early on that we are both a construction company and a robotics company. We knew it was going to be capital intensive and not something that we could finance out of our own savings for very long because the robots are expensive, the space that we need is expensive and the engineering team is expensive, so it was clear that it’s a high-cost endeavor.</p>
<p>Initially, we bootstrapped and leaned heavily on the academic community. We found the university programs where they were already doing this type of research and this type of exploration. That’s where we all met, me, <a href="https://www.linkedin.com/in/andreas-thoma/" target="_blank">Andreas Thoma</a>, and Ian.</p>
<p>We had a strategy to just find universities and the public institutions that are already researching robotics and construction, or robotics and architecture, and which are the ones that have great labs that have robots in them.</p>
<p>The next step was to gain access to them by either making friends with them or tapping into those resources and getting access to them. And fortunately, we found that we were based in New York City, and there's only one place in New York City where this existed, and it was at the Pratt Institute's Consortium for Research and Robotics, the architecture school in Brooklyn which happened to have a pretty small and pretty modest facility with an ABB IRB 1600 and an ABB IRB 6700 industrial robotic arm on a track.</p>
<p>They were allowing students as well as startups to work with these tools. We experimented for a while there before visiting other schools like MIT, University of Michigan, CalTech and even a lot of trade shows to speak to people from these programs and try to pitch them the idea of Toggle. It wasn't a hard sell as they had already seen architectural and bespoke designs being made by industrial robots using digital fabrication and we pitched them the idea of using robots for creating rebar cages for piers, piles, and columns and that sort. Once we had considerable interest, we knew it was time to go big and get funding.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1226x665/730e7b081c/group-158.jpg" loading="lazy" />
</figure>
<h3 id="span5-looking-back-what-were-the-initial-challenges-when-starting-toggle-span">5. Looking back, what were the initial challenges when starting Toggle?</h3>
<p>Everything was a challenge <b>.&nbsp;</b> Right from the capital expenditure to developing capacity to participate in a construction project because it’s one thing to produce like a small sample but to participate in a construction project, you need to be a construction company, which means you need the workforce, you need tools, you need people and you need insurance and many such things which are pretty capital intensive. Building that capacity was the primordial challenge for us.</p>
<p>Then came the technical and engineering challenge of working with rebar, which is a really big one because the main thing that differentiates us from automated manufacturing is that with automated manufacturing, you're making the same thing over and over again, and the parts fit together with a high degree of precision when it comes to tolerances. So like if you visit the BMW factory and you see a robot putting the windshield on a BMW 3 Series, you know it's going to do it the same way every single time, and the windshield is always going to fit into the frame, perfectly.
  <br />
  <br />
</p>
<p>But with construction, it's the opposite of those things. There are different projects all the time and things generally don’t fit together because rebar is not a precision material. That's really where a lot of our technology comes in, as is in providing all of the flexibility that's needed to skillfully execute that.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1226x439/32ba119f09/group-159.jpg" loading="lazy" />
</figure>
<h3 id="span6-can-you-summarize-your-journey-in-finding-customers-what-was-particularly-challenging-span">6. Can you summarize your journey in finding customers? What was particularly challenging?</h3>
<p>Toggle works with two broad different categories of customers. One would be contractors who are on the job site actually building and they need the rebar for the reinforced concrete portions of their structure. And then the other category of customers that Toggle works with are suppliers of building components like the rebar itself or precast. And in both of those cases, those types of companies would otherwise be employing a manual workforce within their factories to assemble rebar.</p>
<p>Thus, Toggle provides these pre-assembled cages to them, or we can provide the service of free assembly to them, sometimes on their material, to alleviate the productivity bottlenecks in the manual assembly that's going on in their factories.</p>
<p>The major challenge was to create a platform to communicate drawing data from either a PDF, a scanned PDF, or general sketch instructions onto a file that the robot can understand and execute. That's where Toggle OS comes into play. It dynamically generates the path planning for the robotic assembly which is essentially the sequence of necessary actions and moves that the robot needs to follow to go from picking up bar number one and putting it in location number one and then picking up bar number two and putting in location number two until you get the finished product.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1226x584/0f3f6e4755/group-160.jpg" loading="lazy" />
</figure>
<h3 id="span7-what-is-digital-design-what-is-digital-fabrication-and-why-are-you-bridging-it-span">7. What is digital design? What is digital fabrication and why are you bridging it?  </h3>
<p>For us at Toggle, we feel the biggest pain point in the Construction Industry is the hand-off point. Typically, the planning team hands over documents/drawings to the contractor to manufacture them. The contractor processes it for construction. However, this handoff is completely opaque to each other. Once done, you don't know what's happening on the other side anymore. It's gone.</p>
<p>We believe that’s what inherently makes the whole construction process also quite opaque. When you're planning a building, you don't know exactly how it's going to be built or what it's going to cost. You just kind of have to guess a little bit, and the more experience you have, the better you can guess. But this transparency from A to Z just doesn't exist yet.</p>
<p>Basically, to enable transparency and enable more trust where it can be guaranteed what something's going to cost and how long it's going to take to build and so on and so forth. We at Toggle feel that we can help with that process and reduce risk in the whole thing. We aim to sit right in between to improve their communication for hand-off and bridge the gap in digital fabrication.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x702/e458e61551/group-180.jpg" loading="lazy" />
</figure>
<h3 id="span8how-did-covid-impact-your-everyday-work-inside-the-company-and-with-clients-spanspan-br-spanspan-br-span">
  <b>
    <span>8.How did COVID impact your everyday work inside the company and with clients?</span>
  </b>
  <br />
  <br />
</h3>
<p>The impact of Covid was quite massive, both physically and digitally. All of a sudden we had to work in a much more distributed way. I think COVID essentially forced us to adopt a distributed team and this kind of "work from anywhere" mentality where you are communicating essentially from everywhere and anywhere.</p>
<p>As a result of that, we have been able to build a team that's brought together some incredible skills and experience that hasn't been anchored to like all being in the same room in the same place. Andreas is in Zurich, I'm in New York. My co-founder Ian is in Pennsylvania. Our production facility is in Pennsylvania, but our R&D facilities are in New York, we have a software developer that's in Seattle and we have a project manager that's in Atlanta. So it's very, very distributed now. But it forced us to come up with the way that we operate as a company to accommodate that.</p>
<p> </p>
<p>And so now, we're going to start to build out more of a presence in Zurich with an office there. And we already know how to collaborate across time zones and borders pretty efficiently and it's kind of the nature of our business anyway to have multiple people in multiple locations because we're doing research and development in one place.</p>
<p>We're doing production at another place, our customers are in another place. So it helps with all of that. And I think that broadly speaking in the industry what COVID has done to construction is it's made it even more difficult to have a workforce on the construction site, right?
  <br />
  <br />Due to COVID, new safety, health regulations about the number of people and the spacing, distancing and testing and, all of these things were implemented, which just means it's that much more difficult to have a very large group of people working together in a smaller space and so that incentivizes prefabrication because then it's one less thing you have to worry about doing on on the site. This tactile shift in thinking is the biggest impact Covid has made on the entire construction industry.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x608/c4c7dbd7a9/group-197.jpg" loading="lazy" />
</figure>
<h3 id="span9-what-role-do-cloud-applications-play-for-you-span">
  <br />
  <br />9. What role do cloud applications play for you?</h3>
<p>As we explored earlier, we are bridging the gap for converting geometry data into a format that the robot understands and can execute. And as we learned earlier, Toggle OS was developed to understand the geometry data and create a sequence strategy for the robots to assemble the rebar into specified cages. But before Toggle OS can send out the data, the drawing needs to be understood and cleaned so that it can be directly plugged into Toggle OS. That’s where our association with ShapeDiver comes into play.</p>
<p>Essentially geometry data can be in any format, either PDF, CAD, or even a sketch. ShapeDiver and Grasshopper help us convert that raw data into an intake format that can then be plugged onto Toggle OS for further fabrication. Since Grasshopper and ShapeDiver can understand and provide the exact geometry data, there is absolutely no room for errors and precision can thus be guaranteed.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x360/a25dfe9cb6/group-185.jpg" loading="lazy" />
</figure>
<h3 id="span10-what-would-you-recommend-to-new-founders-in-the-aec-contech-field-span">10. What would you recommend to new founders in the AEC/ConTech field?</h3>
<p>From the business point of view, try to get into an accelerator program that tells you the method, the strategy, the steps that you've got to follow to raise money. They groom you for the investors. There’s less need to reinvent from the ground up because there is already a structure on how to run a business and how to pitch it to investors for funding. Don’t fiddle there. What needs more attention is problem-solving, and that too with focus. So my general advice to new founders is FOCUS.</p>
<p>Try not to solve too many problems, and instead focus on 2-3 problems. Don't try and solve everything. We at Toggle follow on the same lines. We aren't trying to do every type of rebar right now. We are trying a handful of typologies that we've selected that we can fabricate nicely. They are high volume, there's a lot of them, and we've decided to focus completely on that for now. And then as we progress, we will kind of expand our repertoire of what we can do that enables us to progress.</p>
<p>Focus on solving a handful of problems rather than having hundreds of problems at the same time. The chances to succeed are much higher if we are solving a handful of problems step by step and achieve solutions and focus our resources entirely on that. Toggle is built on enhancing efficiency and we feel that is the way forward for us.</p>
<h3 id="span-well-thank-you-very-much-for-your-time-dan-and-andreas-this-has-been-an-excellent-overview-span">- Well, thank you very much for your time, Dan and Andreas. This has been an excellent overview!</h3>
<p>Thank you as well for having us!</p>
<p>That’s it for this new edition of <i>
    <span>Getting to know...</span>
  </i>Don’t forget to follow our friends from Toggle directly at their <a href="https://www.linkedin.com/company/toggle-robotics/" target="_blank">LinkedIn</a> and <a href="https://www.instagram.com/toggle.is/" target="_blank">Instagram</a> accounts! </p>
<p>Would you like to get featured in this space? Simply send us an email to <u>
    <span>contact@shapediver.com</span>
  </u>and tell us about your project or brand! We’d love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... UGA Pastries: Exploring Flavors With Grasshopper!</title>
  <description><![CDATA[ Today you’ll get to know the founder of UGA Pastries, an Israel-based artisanal pastry shop run by Pastry Chef &amp; Product Designer, Michal Lev. She uses Grasshopper and ShapeDiver to create unique online tools that let end users visualize and configure their perfect desserts. Hungry? So are we! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-uga-pastries-exploring-flavors-with-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/5fc1be0231/uga-pastries-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Feb 23, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In past articles, we've explored several <a href="https://www.shapediver.com/blog/unconventional-ways-you-can-use-grasshopper-as-a-prototyping-tool" target="_blank">unconventional ways Grasshopper can be used</a>. One of them is for creating web applications, with the help of ShapeDiver, so others can access the power of a Grasshopper file through a simple web browser.</p>
<p>While this application might seem like a perfect fit for obvious industries such as Furniture, Jewelry and AEC, there are plenty of other industries that can also benefit from this approach. For this reason, we decided to bring the spotlight to the Food Industry.</p>
<p>In this article, you'll get to know Pastry Chef <a href="https://www.linkedin.com/in/michal-lev-6754571b2/" target="_blank">Michal Lev</a>. You'll learn why she decided to mix two of her greatest passions: food and design. She discusses how Parametric Design and Additive Manufacturing help her create new experiences and reduce food waste and how she thinks the future of food design will look like. Enjoy!</p>
<h4 id="videonbsp-iproduct-reel-michal-lev-pastry-chef-i">Video: <b>
    <i>Product Reel | Michal Lev | Pastry Chef</i>
  </b>
</h4>
<h3 id="span1-welcome-michal-thank-you-for-joining-us-today-tell-us-a-bit-about-your-background-span">
  <b>
    <span>1. Welcome, Michal. Thank you for joining us today! Tell us a bit about your background.</span>
  </b>
</h3>
<p>Hello! Thank you for having me. My name is Michal Lev. I served as a naval officer for a long time and loved to cook and bake for the crew when I had the time. At the first opportunity, I went to study to become a professional pastry chef and after I left the army I worked as a pastry chef.</p>
<p>At the same time, I fulfilled another dream I had – becoming a product designer. I received my master’s degree in Product Design at the Technion University and decided to combine my two biggest passions – food and design. So, after gaining skills in innovative tools, I’m now working as a food designer.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x369/e35bc2a286/1.jpg" loading="lazy" />
</figure>
<h3 id="span2-why-did-you-decide-to-be-a-pastry-chef-with-a-master-of-product-design-span">2. Why did you decide to be a Pastry Chef with a Master of Product Design?</h3>
<p>In recent years my passion for desserts and design grew. I have always loved baking desserts. From a young age, I would stand next to my father in the kitchen and prepare food but mostly cakes, cookies, and sweet things. In addition, over the years I have liked to paint, do things by hand and I knew that "when I grow up" I would be a designer.</p>
<p>Over the years I realized that there is a potential here to combine these two loves - the food field has a lot of potential for innovation and at the same time we eat with our eyes. For this reason I decided to pursue both lifelong dreams.</p>
<h3 id="span3-what-are-you-bringing-to-the-pastry-gastronomy-industry-span">
  <b>
    <span>3. What are you bringing to the pastry/gastronomy industry?</span>
  </b>
</h3>
<p>Customization and user experience - I used innovative design tools and methods while combining my knowledge as pastry chef. It was important to me that beyond the idea and the sketches there would be a dessert on the plate at the end of the process and that it would be delicious!</p>
<p>In the food field, the bottom line is that it should be delicious and appetizing, not just aesthetic or ecological, etc. The field of food design is complex and full of layers from taste, texture, temperatures to the design of colors and appearance to produce an eating experience that is rarely addressed today.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1236x472/8beed67a40/2.jpg" loading="lazy" />
</figure>
<h3 id="span4-how-did-you-learn-about-parametric-design-grasshopper-span">
  <b>
    <span>4. How did you learn about Parametric Design / Grasshopper?</span>
  </b>
</h3>
<p>During my master studies at the Technion, my lecturer Yoav Sterman guided me on the project. Yoav taught me in several courses and as a part of the project guidance itself, parametric design as well as Grasshopper.</p>
<p>When it was time to plan my project, it seemed the right direction to add mass customization. I implemented the customization in the project using Grasshopper with parameters that give added value to the users beyond beauty – design their own dessert easily.</p>
<h3 id="span5-when-did-you-figure-out-that-there-was-an-opportunity-to-innovate-in-this-space-span">
  <b>
    <span>5. When did you figure out that there was an opportunity to innovate in this space?</span>
  </b>
</h3>
<p>The food industry has been very conservative for years - even at my first pastry chef job in a large bakery, I saw a lot of industrial machines use to replace human labour, but not to create innovation - machines that were supposed to save costs and maintain standard production of the familiar and simple desserts we all know, but not to create something new.</p>
<p>Even before that, I knew it was a market with plenty of opportunities for innovation, but when I saw it in the day-to-day work it became obvious to me. Of course, there is innovation in food in terms of healthier materials or more ecological ways of production, but I have hardly found news regarding the appearance of the food itself or the eating experience and thinking about how the customer consumes the product.</p>
<h3 id="span6-how-is-shapediver-helping-you-here-span">6. How is ShapeDiver helping you here?</h3>
<p>During the project, I created parametric desserts with the option of customization. Without ShapeDiver they would remain in Grasshopper. ShapeDiver helps me create a better user experience by giving the users access to an intuitive user interface.  With a few sliders to control the parameters of the product, the users can design the dessert while it is instantly preview and change. The new AR feature is a great way to see the actual size of the dessert before ordering it.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1202x479/3a803c807b/3.jpg" loading="lazy" />
</figure>
<h3 id="span7-whats-your-favorite-pastry-design-and-why-what-was-the-inspiration-span">7. What's your favorite pastry design and why? What was the inspiration?</h3>
<p>My favourite dessert is the biscuit cake - because of the gradient color that combines visibility and taste.</p>
<p>It is the gradient that provides depth to the taste and unlike the desserts we know today has meaning beyond aesthetics. The use case I was designing for is a romantic event – the partners both choose their own favourite taste, and the result is a combination of both. The interesting part is how they blend in taste and appearance. What is the taste of 40% mango and 60% pistachio? It’s never stops to be interesting. </p>
<p>In addition, it is a dessert that is relatively simple to produce and is very distinct in its use case and the experience it produces. It may sound funny, but the inspiration came from a design of a wooden bench made of laser cut panels connected side by side to create kind of a wave shape.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1202x414/deadf14e6c/4.jpg" loading="lazy" />
</figure>
<h3 id="span8-how-can-additive-manufacturing-or-other-types-of-advanced-manufacturing-processes-improve-the-gastronomy-industry-span">
  <b>
    <span>8. How can Additive Manufacturing or other types of advanced manufacturing processes improve the gastronomy industry?</span>
  </b>
</h3>
<p>In my opinion, they will allow us to customize our food and more importantly reduce food waste. About a third of the food produced in the world for human consumption is lost or wasted. Once I purchase a product that is created especially for me, it offers me a product that is most suitable for me without waste.</p>
<p>In the field of food design our "color palette" is much more complex because of the extensive use of the senses. Innovative tools can help us produce products we never thought we would see on a plate.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1202x385/1c58032c5a/5.jpg" loading="lazy" />
</figure>
<h3 id="span9-where-do-you-see-yourself-in-10-years-spanspan-br-span">
  <b>
    <span>9. Where do you see yourself in 10 years?</span>
  </b>
</h3>
<p>That’s a difficult question - for several years now I have been building myself to reach this moment when I combine design and food. Admitting that this field has not yet been developed, it is difficult to imagine what can be achieved in the next 10 years, with the significant and rapid changes that are happening today. At the same time, I aspire to work in a field that combines the two and create a significant breakthrough with food we never imagine.</p>
<h3 id="span10-whats-the-future-of-food-design-spanspan-br-span">
  <b>
    <span>10. What's the future of food design?</span>
  </b>
</h3>
<p>Until now, technological improvements in the food industry alone haven't been able to solve the problems like food waste, sustainability, and changing consumer attitudes.</p>
<p>There is a need to design services and experience - in the eating experience, taste design, texture, shopping experience, appetizing, change eating patterns, reduce food waste, and make our food sustainable. Ultimately food is an experience and not just a need for survival. It is deeply related to our culture and sensory experience.</p>
<p>I hope that food companies will understand the value of food designers, and it will become a necessary profession. As designers, we can make use of design tools and design methods together with teams engaged in development today to solve those problems in the future.</p>
<h3 id="span-well-thank-you-very-much-for-your-time-michal-this-has-been-an-excellent-overview-span">- Well, thank you very much for your time, Michal. This has been an excellent overview!</h3>
<p>Thank you as well for having me!</p>
<p>That’s it for this new edition of &lt;&lt;Getting to know..&gt;&gt; Don’t forget to follow our friends from UGA Pastries directly at their <a href="https://www.facebook.com/UGApastries" target="_blank">Facebook</a> and <a href="https://www.instagram.com/uga_pastries/" target="_blank">Instagram</a> accounts!</p>
<p>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We’d love to start a conversation!</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... MERZ MÖBEL: Furniture (Custom) Made In Germany!</title>
  <description><![CDATA[ Today you’ll get to know the CEO and founder of MERZ MÖBEL, a German company that allows customers to design sideboards according to their preferences and needs with the help of additive manufacturing, traditional carpentry, Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-merz-moebel-furniture-custom-made-in-germany</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/6a62fcdbf7/merz-moebel-shapediver.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Feb 10, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>MERZ MÖBEL, a German furniture company, recently released <a href="https://www.merz-moebel.de/modell/sideboard-m4313/" target="_blank">a brand new website</a> where they feature several highly customizable pieces of furniture designed by Ulrich Merz and his team. We thought this was a great reason for us to invite him for a discussion around his brand new concept, how it got started, how he manufactures these pieces and how Grasshopper and ShapeDiver are helping him stand his ground in an industry dominated by a few big players. Hope you enjoy this interview!</p>
<h3 id="span1-welcome-ulrich-thank-you-for-joining-us-today-tell-us-a-bit-about-your-background-span">
  <b>
    <span>1. Welcome, Ulrich. Thank you for joining us today! Tell us a bit about your background.</span>
  </b>
</h3>
<p>Hello! Thank you for having me. My name is <a href="https://www.linkedin.com/in/ulrichmerzmba/" target="_blank">Ulrich Merz</a>. By profession I am a product designer. I used to live in Berlin for many years and relocated to my home town Regensburg with my family recently. I am married to a ENT (ear, nose, throat) physician and we have three kids together.</p>
<p>I equally enjoy designing and engineering. Apart from my new venture, I support industrial clients at new product developments. What I love about my job: design embraces a variety of fields, such as materials, process and technology, manufacturing capabilities, economics, strategic thinking and product life cycle. That makes it a key success factor for business.</p>
<figure>
  <img alt="This is Ulrich Merz" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x384/581d3d60fa/ulrich-merz.jpg" loading="lazy" />
</figure>
<h3 id="span2-how-did-merz-mobel-get-started-what-triggered-this-idea-span">2. How did MERZ MÖBEL get started? What triggered this idea?</h3>
<p>The furniture we bring to market is a classic sideboard with a certain mid-century appeal. We designed it while running our studio in Berlin. The first prototype got sold instantly. Shortly thereafter, a client asked for a series of sideboards, but requested different dimensions, as well as colors. Many years later, people kept appreciating the design of our sideboards and time proved it’s functional and visual longevity.</p>
<p>During the pandemic, we felt the urge to start something new and began developing the MERZ MÖBEL business case for the production and distribution of our <a href="https://www.merz-moebel.de/modell/sideboard-m4313/" target="_blank">customized design sideboards M4313.</a>
</p>
<h3 id="span3-what-type-of-changes-are-you-trying-to-bring-into-the-furniture-industry-spannbsp">
  <b>
    <span>3. What type of changes are you trying to bring into the Furniture Industry?</span>
  </b>
</h3>
<p>Today, many interior products come with options for individualization, such as the number and height of compartments or a color palette to choose from. In contrast to this traditional approach inside a system, the freedom of customization we offer to our customers results in a truly unique piece of furniture, because all dimensions can be defined incrementally and independently. MERZ MÖBEL lets customers define their own collectors item according to their needs!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1202x368/d52683c86a/frame-11.jpg" loading="lazy" />
</figure>
<h3 id="span4-what-types-of-production-methods-do-you-use-and-why-span">4. What types of production methods do you use and why?</h3>
<p>The M4313 sideboards are produced in <a href="https://www.merz-moebel.de/ueber-uns/" target="_blank">highly specialized environment</a>. Every production step is designed for efficiency, process control and safety. We use conventional woodworking machines, which are partly complemented by special devices and 3D printed adjustment adaptors to guarantee consistent precision and quality and to reduce set up times. We do without automated manufacturing: Solid wood deserves manual work, doesn’t it?</p>
<h3 id="span5-absolutely-how-is-grasshopper-involved-in-your-processes-and-why-what-are-the-benefits-this-parametric-approach-span">5. Absolutely! How is Grasshopper involved in your processes and why? What are the benefits this parametric approach?</h3>
<p>The Grasshopper asset is the invisible hand in the process and does the magic before production. The algorithm computes a visual representation of the model, so that users can see what they get while they're configuring their piece. But there is a lot more going on under the surface.</p>
<p>For example, pricing is calculated automatically, taking into account material cost, production and handling cost as well as packaging and shipping expenses. We use the plugin Squid to export the production parameters along with a unique order number and then print it out on adhesive labels. The numbers are applied to every component during production so every part is traceable.</p>
<p>Parametric design often displays generative patterns or complex structures but it is applicable to any conceptual work. The possibilities with Grasshopper are literally borderless, this is what makes it so powerful!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1175x593/0abd572566/frame-11-1.jpg" loading="lazy" />
</figure>
<h3 id="span6-how-is-shapediver-helping-you-build-your-business-span">6. How is ShapeDiver helping you build your business?</h3>
<p>
  <a href="https://www.shapediver.com/blog/shapediver.com" target="_blank">ShapeDiver</a> is the linking part between the Grasshopper definition and the web API. Also, ShapeDiver hosts and computes the Grasshopper file.
</p>
<p>Thanks to a comprehensive documentation, our programer easily understood the concept and I believe he had a good time while implementing the configurator. The customer service includes a <a href="https://forum.shapediver.com/" target="_blank">Support Forum</a> where I rarely waited more than a day to get useful answers to my questions!</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x360/076f5f18a1/group-185.jpg" loading="lazy" />
</figure>
<h3 id="span7-what-aspects-were-the-most-important-when-designing-your-ui-and-ux-span">7. What aspects were the most important when designing your UI and UX?</h3>
<p>Complex interactions can be overwhelming for users. That’s why we designed our user interface to be playful and easy to comprehend.</p>
<p>With it, users can easily choose from a drop down menu of six predefined models and order directly but they are also encouraged to alternate dimensions and play around with color combinations.</p>
<p>In addition to this, we integrated a camera behavior that is responsive to user inputs. For instance, if the side panel color is changed, the model will automatically switch to that side. Also, changes in dimensions always lead to a slightly new and fluent camera adjustment. It’s these little feedback details, that make a good user experience!</p>
<p>
  <a href="https://www.merz-moebel.de/modell/sideboard-m4313/" target="_blank">
    <figure>
      <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x565/f3db6b386a/group-221.jpg" loading="lazy" />
    </figure>
  </a>
</p>
<h3 id="span8-what-is-the-design-detail-you-like-the-most-about-your-products-span">8. What is the design detail you like the most about your products?</h3>
<p>There are plenty of things we like (we're biased!). We like the overall concept of the solid oak frame with thin paneling, because this solution is robust and reliable without being heavy-weighted itself.</p>
<p>Also, we really love the characteristic corner joints of the M4313 sideboard: they are somewhat brutal and at the same time delicate, precise and flush. But the detail we like the most are the fine grooves for the sliding doors, because they are a nice detail to look at and offer a smooth functionality.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x398/5acd777914/group-222.jpg" loading="lazy" />
</figure>
<h3 id="span9-whats-the-future-for-ecommerce-in-the-furniture-industry-span">9. What's the future for eCommerce in the Furniture Industry?</h3>
<p>In Germany, the furniture market is still dominated by a few big players with stationary branches, but more and more people are willing to buy furniture online.</p>
<p>The share of eCommerce is already above 20% with a 9% growth and we see new online pure player successfully pushing into the market. There will definitely be a huge shift for the benefit of those, how understand how to leverage eCommerce in terms of a strong business model with a premium customer journey. In addition to this, eCommerce can provide a sustainable opportunity for a new generation of niche players like MERZ MÖBEL.</p>
<h3 id="thank-you-very-much-for-your-time-ulrich-this-has-been-a-great-overview-of-your-company">- Thank you very much for your time Ulrich! This has been a great overview of your company.</h3>
<p>Thank you as well for having me here! It was a pleasure to discuss this with you.</p>
<p>That’s it for this new edition of <i>
    <span>Getting to know...</span>
  </i> Don’t forget to follow MERZ MÖBEL directly at their <a href="https://www.linkedin.com/company/merzmoebel/" target="_blank">
    <u>
      <span>LinkedIn</span>
    </u>
  </a> and <a href="https://www.instagram.com/merz_moebel/" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a> accounts! </p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Mass Timber Thought Leaders: Fast+Epp!</title>
  <description><![CDATA[ Today you’ll get to know Tobias Fast from Fast+Epp, a North American firm that is spearheading the &quot;Mass Timber &amp; Prefabrication&quot; movement in North America and Europe. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-mass-timber-thought-leaders-fast-epp</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/ee2ad44529/fast-epp-header-shapediver-blog.webp"></enclosure>
  <dc:creator><![CDATA[ Alex Walzer, Ezequiel López ]]></dc:creator>
  <pubDate>Tue, Feb 1, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>In this week's interview you'll get to know Tobias Fast, Head of Towers Division and Digital Practice Leader at Fast+Epp. He'll explain everything you need to know about Mass Timber, how it relates to prefabrication in the AEC industry, the differences versus a concrete-only approach, and finally how ShapeDiver allowed them to create an online tool called Timber Bay, which simplifies their costs and material estimations during their sales processes. Hope you enjoy this conversation!</p>
<h3 id="span1-welcome-tobias-thank-you-for-joining-us-today-tell-us-a-bit-about-your-background-spanspan-br-spanspan-br-span">
  <b>
    <span>1. Welcome, Tobias. Thank you for joining us today! Tell us a bit about your background.</span>
  </b>
</h3>
<p>Hello everyone! Thanks for having me here. <a href="https://www.linkedin.com/in/tobias-fast-b5471986/" target="_blank">My name is Tobias Fast</a>. I'm and Head of Towers Division and Digital Practice Leader at Fast+Epp.</p>
<p>I love building things and that’s why I studied Civil Engineering at the University of British Columbia and later in 2014, I studied Structural & Earthquake Engineering for my Master’s Degree.</p>
<p>After working with SOM in New York and Expedition Engineering in London, I spent much of my time living in Germany and working at Fast + Epp’s Darmstadt office. Through my work in four different countries, I have gained knowledge via a wide range of projects, including skyscrapers in Manhattan, tension structures at the London Zoo, and prefabricated egg-shaped timber cabins destined for the BC wilderness.</p>
<figure>
  <img alt="This is the image" src="https://assets.shapediver.com/img_sb_mig/f/92524/1102x482/3c140b0ac0/1-1.png" loading="lazy" />
</figure>
<h3 id="span2-what-is-fastepp-and-who-do-you-work-with-span">2. What is Fast+Epp and who do you work with?</h3>
<p>We are a structural engineering firm based out of Vancouver, Canada. We also have offices based all over North America, namely New York City, Seattle, Edmonton, Calgary, and also we have an office that is very close to you guys based in Darmstadt, Germany.</p>
<p>Primarily, Fast+Epp works in the building sector providing services for buildings of all scales from Private Residential Homes to Large Towers for clientele ranging from Private Developers, Institutions like Federal, Provincial and Municipal Governments.</p>
<p>We work with all kinds of materials like Concrete, Steel, Timber, and Cross Laminated Timber or Mass timber being our area of specialty.</p>
<figure>
  <img alt="This is image 2" src="https://assets.shapediver.com/img_sb_mig/f/92524/1226x614/cfdbcb00b0/2.jpg" loading="lazy" />
</figure>
<h3 id="span-br-spanspan3-what-are-your-service-offerings-and-expertise-span">3. What are your service offerings and expertise?</h3>
<p>At the core, we are a structural engineering and designing firm, but over the 30+ years of providing structural services, we have diversified our offerings. We currently offer Structural Design and Engineering for not only residential and commercial buildings but transportation structures too.</p>
<p>We have in-depth experience in providing structural design for Mass Timber buildings right from personal homes to large recreation centers. Leveraging our expertise in Mass Timber and Parametric Design, we have developed a series of web-apps under our <a href="https://www.fastepp.com/concept-lab/timber-bay-design-tool/" target="_blank">Concept Lab</a> in collaboration with ShapeDiver, for quick sizing of Mass Timber structures and elements. It was developed with the goal of combining the creativity of Architecture with the practicality of Engineering.</p>
<p>We also provide life cycle assessment studies for buildings, bridges, and exposed structures in regards to sustainability, structural optimization, and building physics.</p>
<h3 id="span-br-spanspan4-could-you-tell-us-about-the-recent-trends-in-construction-and-the-aec-industry-in-general-span">4. Could you tell us about the recent trends in construction and the AEC industry in general?</h3>
<p>With rising awareness regarding climate change and a quest for sustainable ways to build taller and better buildings, we are seeing a rise in the number of taller Mass Timber buildings popping up across North America.</p>
<p>Together with supportive <a href="https://www.woodworks.org/wp-content/uploads/wood_solution_paper-TALL-WOOD.pdf" target="_blank">building codes by the IBC</a> and growing conscience about building materials, Mass Timber construction is the single biggest trend in the AEC industry and I feel it is here to stay.</p>
<h3 id="span5-what-is-mass-timber-and-what-factors-are-propelling-its-mass-adoption-spanspan-br-spanspan-br-span">
  <b>
    <span>5. What is Mass Timber and what factors are propelling its mass adoption?</span>
  </b>
</h3>
<p>Mass Timber is a generic term that encompasses products of various sizes and functions, like glue-laminated (glulam) beams, laminated veneer lumber (LVL), nail-laminated timber (NLT), and dowel-laminated timber (DLT). But the most common and most familiar form of Mass Timber, the one that has opened up the newest architectural possibilities, is cross-laminated timber (CLT).</p>
<p>The "Mass Timber Movement", so to speak, started right where you guys are, Austria, Switzerland, and parts of Southern Germany. The first wave of timber products were Glulam or Glue Laminated Beams and Posts and was available in smaller section sizes with its application limited to small single family homes and residences.</p>
<p>Adoption in North America was relatively slow due to less to no supplier presence here for Mass Timber products and importing Mass Timber for prefabrication was not as convenient as it is today.</p>
<p>Fortunately, we have huge forest reserves here in North America and a long tradition of building with wood, but only on smaller scales. This, coupled with the influx of master carpenters from Europe and the introduction of wood products like Glulam and CLT. Mass Timber began to get more attention and gained more use in the building industry back then.</p>
<p>Today, Mass Timber is a much more common building material and is gaining more prominence by the day.</p>
<figure>
  <img alt="This is image 5" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x560/e3b6fcb40b/5.jpg" loading="lazy" />
</figure>
<h3 id="span6-how-did-the-west-coast-become-the-chief-innovator-and-leader-for-mass-timber-span">6. How did the "West Coast" become the "Chief Innovator" and leader for Mass Timber? </h3>
<p>Several factors contributed to the rise of the West Coast’s dominance in the industry. For one, the willingness from the local authorities to allow engineers and designers to experiment and build with new technologies and materials combined with the building codes not being as restrictive as they are in Europe propelled the movement ahead to the next phase of research and studies being done at universities to find solutions for build higher and taller with wood and Mass Timber products.</p>
<p>Thus, willingness from the authorities, experimentation by designers and engineers, and supported by the research done at the universities had created a conducive environment that propelled the adoption of Mass Timber products further in much taller and higher buildings. Our Head Office in Vancouver, Canada, where I am currently, is also made with Mass Timber and Timber Prefabrication.</p>
<h3 id="span7-what-is-timber-prefabrication-and-what-are-the-opportunities-for-timber-prefabrication-span">7. What is Timber Prefabrication? And what are the opportunities for timber prefabrication?</h3>
<p>Prefabrication or Prefab is an incredibly fast and efficient construction technique that not only economizes the use of time, labor, and materials but also <a href="https://www.shapediver.com/blog/modularization-and-prefabrication-in-aec" target="_blank">increases profitability over traditional construction techniques.</a> However the term "Prefab" is highly misinterpreted as a technique to build an entire building off-site and then assembled on-site with all the services integrated with it - mechanical, electrical and others.</p>
<p>We need to understand that there are different levels to "Prefab" and these levels are largely influenced by the amount of risk a contractor or entity can take. Not a lot of contractors or suppliers are out there willing to take the risk of executing the structure, envelope, mechanical services, and furnishings all under a single roof. Here in North America, we do have some suppliers and it is often talked about on paper, but it's very difficult to get it done for an actual building.</p>
<p>However, Timber Prefabrication provides a very good starting point and helps in resolving the risk issue for all. With Timber Prefabrication, we are only talking about the structure and not about the services, envelope, electrical, and rest of things. This is especially easy to do for most contractors and builders as the risk and scope are manageable for them without it overlapping with mechanical, electrical, and others.</p>
<figure>
  <img alt="This is image 4" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x641/8cbfbfaab5/4.jpg" loading="lazy" />
</figure>
<p>The Brock Commons Tallwood House is particularly a good example of how Timber Prefabrication can synergize the construction on-site as the 18 story building went up two floors every week! With Timber Prefab, there was fast construction, much fewer delays, fewer carbon emissions, and embodied energy, and less concrete, hence a massive boost for the environment.</p>
<p>All in all, even though the highest level of full-kit assembly is away, Timber Prefab is a good entry-level approach for prefabrication.</p>
<p>It’s only a matter of time before more suppliers and contractors come on board to make it possible. But we are having more and more conversations regarding "Prefab" with our clients and considering its numerous advantages, we feel that we are headed in the right direction with it.</p>
<h3 id="span8-tell-us-about-the-negative-effects-of-concrete-on-the-environment-and-what-is-your-approach-towards-the-issue-span">8. Tell us about the negative effects of concrete on the environment and what is your approach towards the issue?</h3>
<p>This often comes up in most of our conversations with our clients but only in some percentage of those conversations it is taken seriously, in terms of willingness to do away with the use of it in their project as a construction material.</p>
<p>The adverse effects of concrete as a building material is fairly well known and proven by various research studies documented over several years. The industry too has a fair idea of the number of carbon emissions they generate and their ill-effects on the environment and we’ve certainly had conversations with suppliers and manufacturers about finding solutions for reducing their impact on the environment, one of which is changing the concrete mix design ratios to use less cement and in turn reduce the impact of concrete.</p>
<p>That being said, the gains from the mix design are very minuscule and other solutions currently available in the market are not promising either. So how do we move ahead?</p>
<p>Well, the way we look at this particular problem is that we take a pragmatic approach towards it. Concrete is still bad from the sustainability and environmental lenses, however, it's still an incredibly useful material. The vast majority of buildings are made of concrete and the need for it can’t be controlled. What we can control though, is the amount of it. We’re never going to build a deep foundation structure or basement structure without the use of some concrete. We just need to know where to use it and how best to use it. Using each material where it's best suited for.</p>
<p>Another conversation around concrete is the need for densification. We need taller, higher structures and those structures need deep foundations made out of, you guessed it, concrete. To deal with the issue at hand, we promote mass timber superstructures that are made up of timber and some amount of supporting steel for buildings, like our office here in Vancouver. Here the superstructure is of timber and steel while the substructure is of concrete.</p>
<figure>
  <img alt="This is image 3" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x699/b5719a4490/3.jpg" loading="lazy" />
</figure>
<p>Of course, you can be a purist and do away with concrete at all. But for us, we take this pragmatic approach where we believe concrete is useful, where we shall best use it, and let’s reduce it where we don’t need it and use timber prefabrication as much as possible.</p>
<h3 id="span9-what-timber-is-actually-being-used-for-construction-span">9. What timber is actually being used for construction?</h3>
<p>When we talk about "using timber for construction", we generally mean man-made wood panel products that are made by arranging layers of wood in different patterns and held together by different materials. There are majorly four different types of wood products used in the construction of a building. They are glulam, CLT, DLT, and NLT. Glulam is not a new wood product, it has been in use for decades. Glulam is Glue Lamination of wood strips. The conventional wood is cut into thin strips and alternate strips are glued and bound together in various shapes and sizes.</p>
<p>CLT, DLT, and NLT are particularly new-age wood panel products. Unlike Glulam, CLT or Cross-Laminated Timber is made by alternate wood strips glued perpendicular to each other. Because the lamstock is going in two directions, it gets better structural rigidity and doesn't shrink in length or width.</p>
<p>DLT or Dowel Laminated Timber avoids using glue and instead uses wooden dowels to bind wooden boards together. These are used in places with high moisture variation throughout seasons as the boards combined with hardwood dowels form a moisture equilibrium due to their differing moisture content.</p>
<p>NLT or Nail Laminated Timber is just a modern name for what has been done forever in warehouses and factories, and used to be called mill decking; you just nail boards together. The aesthetics of NLT are a bit rougher, with that warehouse look that people want these days, without all the trouble of old warehouses.</p>
<figure>
  <img alt="This is image 6" src="https://assets.shapediver.com/img_sb_mig/f/92524/1226x659/61e568362a/6.jpg" loading="lazy" />
</figure>
<h3 id="span10-are-you-considering-using-material-passports-span">10. Are you considering using "Material Passports"?</h3>
<p>Certainly yes. Material Passports are a collection of data sets that can improve our current situation of raw materials crisis by providing a detailed inventory of all the materials, resources, and components of the product, as well as detailed information about their source location , extraction, and use.</p>
<p>Material Passport is a great step in the quest for a more circular economy, however, since it's a relatively new idea and no regulations have made it mandatory, enforcement is ineffective. That being said, here in North America, we do have "Environmental Product Declarations" or EPD which is eerily very similar to Material Passports.</p>
<p>EPD is basically a paper that provides information about the contents of the product, the amount of energy needed to transport it from its source to the job site, and vividly illustrates its sustainability data in regards to its procurement and use. With EPD one can easily review the entire sustainable and energy history of every material and product available on the market.  </p>
<p>At Fast+Epp, we have extended this by creating internal logs about each building that we design in terms of its carbon footprint and cost to the environment. This is certainly not just Fast+Epp but we feel that Vancouver as a city has started to think in terms of its cost to the environment and how well we can reduce it. The initiative does not help in reducing carbon emissions by tons of margin, however, every tiny bit helps. This initiative has certainly led us to create better designs, both from a structural as well as a sustainability perspective.</p>
<h3 id="span11-how-and-why-do-you-use-shapediver-span">11. How and why do you use ShapeDiver ?</h3>
<p>The idea for a preliminary concept design tool, now known as Timber Bay, came as a response to resolve the observed redundancies in our workflow whenever a new timber building is conceptualized. The ShapeDiver platform helped us do away with the constant repetitive tasks of calculating each member's sizes and grades for various spans we propose to our clients.</p>
<figure>
  <img alt="This is image 7" src="https://assets.shapediver.com/img_sb_mig/f/92524/1208x568/8d7b5462f9/7.jpg" loading="lazy" />
</figure>
<p>With its computational abilities, we are not only able to calculate member sizes, but even able to visualize them instantly. This particular feature greatly improves our client experience as they no longer have to read a 2D PDF with a bucket load of calculations and instead can see a 3D visualization of the proposed design, instantly.</p>
<p>Another benefit of the computational tool with regards to timber construction is that it provides a fair amount of idea about the spans that can be worked with, different types of grids, preliminary material costs, and various other parameters that can be easily played around to arrive at the ideal solution.</p>
<p>What started as an internal productivity tool, now lives online as part of our Concept Lab. This ShapeDiver collaboration has made it easier to have a conversation regarding structure and material with our prospective clients.</p>
<p>We already have a considerable amount of hits <a href="https://www.fastepp.com/concept-lab/timber-bay-design-tool/" target="_blank">on the web app</a>, externally, and that has taken us a bit by surprise. But we do see its value in terms of shortened decision times, fewer human errors, and more productivity. A win-win for both the business and the consumers/stakeholders alike.</p>
<h3 id="span12-what-are-your-future-plans-regarding-this-configurator-span">12. What are your future plans regarding this configurator?</h3>
<p>Future plans would be to add the new PDF export and the new AR functionality of the ShapeDiver platform. Both features would be extremely beneficial for our sales team in their conversation with prospective clients as they can not only have a quick estimate of the building cost but can even have a quick visualization of the proposal. From a business perspective, we are witnessing tremendous value in our association with ShapeDiver!</p>
<h3 id="span-thank-you-very-much-for-your-time-tobias-this-has-been-an-excellent-overview-span">- Thank you very much for your time, Tobias. This has been an excellent overview!</h3>
<p>Thank you as well for having me!</p>
<p>That’s it for this new edition of <i>
    <span>Getting to know...</span>
  </i>Don’t forget to follow Fast+Epp directly at their <a href="https://www.linkedin.com/company/fast-epp/" target="_blank">
    <u>
      <span>LinkedIn</span>
    </u>
  </a>and <a href="https://www.instagram.com/fastepp/" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>accounts! </p>
<p>
  <b>
    <i>&lt;&lt; Special thanks to Alex Walzer for his collaboration during the writing of this article.</i>
  </b>
  <b>
    <i>
      <span> Alex investigates the role of entrepreneurship for and in AEC when utilizing nascent production technologies. He is a PhD researcher at the Chair of Innovative and Industrial Construction (Prof. Dr. Hall) at ETH Zürich - and can be reached at </span>
    </i>
  </b>
  <a href="https://walzer.tech/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>walzer.tech</span>
    </u>
  </a>
  <b>
    <i>
      <span> and </span>
    </i>
  </b>
  <a href="https://twitter.com/alexnikw" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>@alexnikw on Twitter</span>
    </u>
  </a>
  <b>
    <i>
      <span>. &gt;&gt;</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Introducing: The New ShapeDiver Plugin (v1.9)!</title>
  <description><![CDATA[ This new version includes new import and export file formats, a new attribute system, new components, downloading and updating via Rhino&#39;s Package Manager and much more! ]]></description>
  <link>https://www.shapediver.com/blog/introducing-the-new-shapediver-plugin-v1-9</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/564306ad10/header-plugin-v1-9-blog.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jan 31, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="introduction">Introduction</h2>
<p>After introducing <a href="https://www.shapediver.com/blog/introducing-the-new-shapediver-platform" target="_blank">our brand new platform</a> a few weeks ago, it’s now time to unveil the new version of our Grasshopper plugin. This time we made sure to tackle some of your most requested features such as new import and export file formats, a new attribute system, a plethora of new components, downloading and updating via Rhino’s Package Manager and much more.</p>
<p>Read along to learn more about these features and make sure to leave us any comments or feedback via <a href="https://forum.shapediver.com/" target="_blank">our Support Forum!</a> Let’s get started.</p>
<p>—</p>
<p>The ShapeDiver plugin v1.9 includes the following features:</p>
<h4 id="u-span1-download-amp-update-using-rhinos-package-manager-span-u">
  <u>
    <span>1. Download &amp; Update Using Rhino’s Package Manager</span>
  </u>
</h4>
<p>The versioning nightmare is over. The last legacy version of the ShapeDiver plugin (1.7) and all the future ones will now be included in the package manager, making it easy to download, update and also go back and forth between versions.</p>
<p>In order to switch to the package manager, make sure you clean your current ShapeDiver installation.</p>
<p>If you have used the installer, it should be straightforward to uninstall it. In any case, make sure to clean all files related to an older version of the plugin.</p>
<p>You should then be all set up to launch the package manager from inside Rhino using the "PackageManager" command.</p>
<p>Search for ShapeDiver in the "Online" tab and download the latest version, or any other version you need there. The package manager might ask you to restart Rhino after the operation is completed.</p>
<p>You can also directly use the link from <a href="https://www.food4rhino.com/en/app/shapediver" target="_blank">our Food4Rhino page.</a>
</p>
<h4 id="u-span2-completely-redesigned-set-of-components-span-u">
  <u>
    <span>2. Completely Redesigned Set Of Components</span>
  </u>
</h4>
<p>This new version contains a lot of new components, but even the old ones are getting some "love" via new icons and some cosmetic updates. We believe the new visual language makes it easier to differentiate components and account for the many new functionalities that are now included in the plugin.</p>
<figure>
  <img alt="This is the ShapeDiver plugin" src="https://assets.shapediver.com/img_sb_mig/f/92524/1041x97/5a56d4ca33/shapediver-plugin.png" loading="lazy" />
</figure>
<h4 id="u-span3-import-any-rhino-7-compatible-format-using-the-new-import-geometry-component-span-u">
  <u>
    <span>3. Import Any Rhino 7 - Compatible Format Using The New Import Geometry Component</span>
  </u>
</h4>
<p>The new Import Geometry component (only available in Rhino 7) makes use of Rhino 7's headless import command and is therefore now compatible with any file format that Rhino can import as a Rhino document.</p>
<p>You can access the full list by double clicking on the component and checking the available formats there. Additionally, imported geometry comes with some of the properties that were included in the imported document, depending on the ones available in each file format. This metadata is available and can be extracted using the new Attribute system that we talk more about in a below section.</p>
<p>Read more about the <a href="https://help.shapediver.com/doc/Import-Geometry.1858043917.html" target="_blank">
    <u>
      <span>Import Geometry component</span>
    </u>
  </a>.</p>
<h4 id="u-span4-advanced-export-options-amp-new-supported-export-formats-span-u">
  <u>
    <span>4. Advanced Export Options &amp; New Supported Export Formats</span>
  </u>
</h4>
<p>The "Download" components of the plugin have been updated to replace the file format input with a full export options object that exposes most of the export options available when exporting files from Rhino. In order to define those options, the plugin now includes a set of "Export Options" for various file formats, including new ones such as 3ds and 3mf. More file formats are coming in the near future.</p>
<p>Read more about the <a href="https://help.shapediver.com/doc/Export-Options.1859551238.html" target="_blank">
    <u>
      <span>list of supported file formats for export</span>
    </u>
  </a>and the available export options for each of them.</p>
<h4 id="u-span5-new-attribute-system-span-u">
  <u>
    <span>5. New Attribute System</span>
  </u>
</h4>
<p>In the new plugin, every object manipulated in your definitions can be assigned one or several attributes. An attribute is essentially a piece of metadata attached to the object, in the form of a key-value pair. It is similar to the User Text entities you might be familiar with in Rhino. However, ShapeDiver attributes can take virtually any data type supported in Grasshopper: numbers, strings and colors, but also geometry can be used as attributes. This flexibility is reflected in the sdTF file format we use for transferring structured data between clients.</p>
<p>The applications of the attribute system will be multiple in the near future! Here are a few things that you can already do with them:</p>
<figure>
  <ol>
    <li>Extract names, layers, colors and other standard attributes from the geometry contained in the documents imported using the new "Import Geometry" component.</li>
    <li>Attach those same attributes and include them in documents exported using the "Download" components.</li>
    <li>Attach materials to each object before display. As a consequence, it is now much more flexible to work with a high number of materials, even using a single Display component.</li>
  </ol>
</figure>
<p>You will notice a brand new "Attributes" category of components as part of version 1.9. They are all helper components that should help you extract existing attributes from geometry and attach new ones before exporting or displaying them.</p>
<p>We are still working on the documentation of all the new functionalities, but you can already find some information about how to use the new Import component (https://help.shapediver.com/doc/Import-Geometry.1858043917.html) along with the attributes components.</p>
<p>Read more about the <a href="https://help.shapediver.com/doc/Attributes.1842642987.html" target="_blank">
    <u>
      <span>Attributes</span>
    </u>
  </a>system.</p>
<h4 id="u-span6-new-display-component-amp-support-for-gltf-20-span-u">
  <u>
    <span>6. New Display Component &amp; Support For glTF 2.0</span>
  </u>
</h4>
<p>On top of the traditional ShapeDiver display component, the new plugin includes a "glTF 2.0 Display" component that can be used along the new "glTF 2.0 Material". Using this component, the assets created for display are 100% compatible with the glTF 2.0 material specification. They can be used in the ShapeDiver viewer but also any other viewer supporting this format, either by retrieving them using the API or directly by right-clicking on the Display component and clicking on "Save glTF 2.0". Notably, these new components are the only way to build and export glTF 2.0 files from Rhino, using all the material properties available for the format.</p>
<p>You will notice that the old "ShapeDiver Display" and "ShapeDiver Material" components are still included in the plugin. We decided to keep them for a few reasons:</p>
<figure>
  <ol>
    <li>These components do not build single assets including materials but separate smaller assets, which has the advantage of slightly faster material updates than when working with single glTF 2.0 files.</li>
    <li>The texture representation in the glTF 2.0 is very efficient and optimized, but most designers still work with textures corresponding to the ones exposed by the "ShapeDiver Material" component. For example, most texture repositories online still give separate metalness and roughness textures, whereas glTF 2.0 merges those in a single metallicRoughness texture, which is not yet widely used.</li>
  </ol>
</figure>
<p>For these reasons above, we decided to keep both options in the new plugin and let users decide on the optimal one depending on their use case.</p>
<p>Read more about the <a href="https://help.shapediver.com/doc/Display.1842479137.html" target="_blank">
    <u>
      <span>Display Components</span>
    </u>
  </a>and their respective advantages.</p>
<h2 id="spantakeaways-span">Takeaways</h2>
<p>As mentioned in <a href="https://www.shapediver.com/blog/introducing-the-new-shapediver-platform" target="_blank">our platform announcement blog</a>, we have completely reworked all of our tech stack from the ground up. This makes us more nimble when adding new features (and fixing bugs!). This also applies to our plugin.</p>
<p>We are working on some great updates that we can’t wait to share with everyone, so make sure you keep in touch with the blog and/or social media channels ( <a href="https://www.linkedin.com/company/shapediver" target="_blank">especially LinkedIn</a> ) and check Rhino’s Package Manager every once in a while to see if an update is available there! As usual, if you have any questions, comments or simply want to say hi, our team is ready to assist you via our Support Forum.</p> ]]></content:encoded>
</item>
<item>
  <title>Introducing: The New ShapeDiver Platform!</title>
  <description><![CDATA[ We&#39;re very excited to announce that our new platform is now ready to by used by all ShapeDiver users! Additionally, we&#39;re introducing new features today which should enhance the way you use our platform. ]]></description>
  <link>https://www.shapediver.com/blog/introducing-the-new-shapediver-platform</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/0019580cb1/shapediver-new-platform-announcement.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jan 18, 2022 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="spanintroduction-span">Introduction</h2>
<p>After spending most of 2021 in development and in Beta testing for the last few months, we’re proud to announce that our new ShapeDiver platform is finally ready to be tested by all of our ShapeDiver users.</p>
<p>Back in November, we shared a blog post highlighting what was coming in this new version, so if you haven’t read that one yet, <a href="https://www.shapediver.com/blog/open-beta-invitation-take-sneak-peek-at-what-s-coming" target="_blank">we highly encourage you to do it before reading along here</a>.</p>
<p>On this blog post, besides announcing that everyone will now get access to these previously announced features by default, we want to introduce a few new ones that should enhance the way you interact with and share your Grasshopper models on our platform.</p>
<p>We’re still working on new features that will be going live during H1 2022, so you can expect a ton of new announcements in the coming months. Without further ado, here are the new features being introduced today!</p>
<h3 id="span1-per-model-analytics-section-span">1. Per-Model Analytics Section</h3>
<p>While the global analytics screen from the legacy platform does not have its counterpart in the new platform yet (this should be ready within the next months), this platform update includes a new section on each model view page with detailed analytics for the current model.</p>
<p>Four metrics can be explored through this screen: the number of “credits” consumed by the model, the number of “computation requests”, the number of “exports” and the “time spent” by users visiting and updating parameters of the model.</p>
<p>Each of these metrics can be further filtered by the various sources where the model can be accessed from: directly on the web platform, in embedded sessions (iframe and using the API), through the backend REST API and through desktop clients (only available in the private beta at the moment).</p>
<p>For the selected time period, the analytics screen will provide the total number related to the selected metric as well as a trend chart for the period.</p>
<figure>
  <img alt="This is an image that shows the new ShapeDiver analytics section." src="https://assets.shapediver.com/img_sb_mig/f/92524/1740x470/be3aa52196/shapediver-analytics-section.jpg" loading="lazy" />
  <figcaption class="text-center">Read more about " <a href="https://help.shapediver.com/doc/Audience-analytics.1881636877.html" target="_blank">Audience Analytics</a> " in our Help section.</figcaption>
</figure>
<h3 id="span2-sharing-models-with-other-shapediver-users-span">2. Sharing Models With Other ShapeDiver Users</h3>
<p>Designer and Business users now have access to a new “Sharing” section in the model edit page. It lets them share their models (including private models) with other ShapeDiver users registered on the platform. For each user, the model owner can decide whether to share only simple viewing permissions, or other ones such as using the file import and exports and browsing the analytics data for this model.</p>
<p>Users who receive those permissions can then access the shared model through the new “Shared With Me” section of their library page.</p>
<p>This way of sharing models with other ShapeDiver users is embedded within the platform’s authentication system and therefore comes with a high level of security. Shared models keep the same level of privacy as regular Private models, and it will never be possible for anyone else to access the model, besides the curated list of users the model is explicitly shared with.</p>
<figure>
  <img alt="This is an image that shows how to share models with other users." src="https://assets.shapediver.com/img_sb_mig/f/92524/1761x306/c1b71f7d46/shapediver-sharing-other-users.jpg" loading="lazy" />
  <figcaption class="text-center">Read more about " <a href="https://help.shapediver.com/doc/Sharing-with-ShapeDiver-users.1852768257.html" target="_blank">Sharing with other ShapeDiver users</a> " in our Help section.</figcaption>
</figure>
<h3 id="span3-link-sharing-private-models-w-anyone-span">3. Link Sharing Private Models W/ Anyone</h3>
<p>Alternatively, Designer and Business users have the option to activate “Link Sharing” for private models through the Model Edit page. When this feature is enabled, the model owners have access to a private link that they can share with anyone (including non ShapeDiver users).</p>
<p>In practice, models with link sharing enabled can be opened by anyone who knows the private link. However, we have implemented several security enhancements to the feature:</p>
<p>First, the generated link contains a unique ID that is different from the usual public url. Additionally, model owners can revoke this access at any time by disabling link sharing again in the Model Edit page. At that point, the shared link stops working, and if the user enables link sharing again, a new link will be generated.</p>
<figure>
  <img alt="This is an image that shows how to share private links with anyone." src="https://assets.shapediver.com/img_sb_mig/f/92524/1761x243/c9bb79dd9b/shapediver-private-link-sharing.jpg" loading="lazy" />
  <figcaption class="text-center">Read more about " <a href="https://help.shapediver.com/doc/Link-sharing.1879146497.html" target="_blank">Link Sharing</a> " in our Help section</figcaption>
</figure>
<h3 id="span4-new-augmented-reality-settings-span">4. New Augmented Reality Settings</h3>
<p>In the last release of the platform, we included a new AR quick look button that allows viewers of a model to customize parameters and immediately visualize the corresponding solution in augmented reality.</p>
<p>In this update, model owners have access to additional settings related to the AR feature, that allows them to switch it on or off, and most importantly to control the scaling settings of the model when opened in AR.</p>
<p>Additionally, it is now possible to embed ShapeDiver iframes including the AR button!</p>
<figure>
  <img alt="This is an image that shows the new AR settings in ShapeDiver." src="https://assets.shapediver.com/img_sb_mig/f/92524/471x400/c5facc6f9f/shapediver-ar-settings.jpg" loading="lazy" />
  <figcaption class="text-center">Read more about our new " <a href="https://help.shapediver.com/doc/Scene-settings.1848606724.html" target="_blank">AR Settings</a> " in our Help section.</figcaption>
</figure>
<h3 id="span5-search-models-by-ticket-span">5. Search Models By Ticket</h3>
<p>Our API users will be happy to know that with this update, it is now possible to search which model of their account corresponds to a direct embedding ticket used in their application. Simply enter the ticket in the search bar of the gallery page; if an active model corresponds to the specified ticket, it will come up in the search results.</p>
<h2 id="spantakeaways-span">Takeaways</h2>
<p>We’re very excited to see what and how all of our 7,200+ users start creating with this new version of ShapeDiver. As mentioned in our previous blog post, this complete restructuring of our system finally allows us to be much more nimble when adding new features to our system. If you have any suggestions on what to add or update, feel free to let us know in our Support Forum!</p>
<p>We’re still hard at work on several amazing new features, which we hope to announce during H1 of this year. In the meantime, on behalf of the entire ShapeDiver team, we wish everyone a great 2022!</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Indimise: 3D Printed Phone Cases!</title>
  <description><![CDATA[ Today you’ll get to know the CEO and founder of Indimise, a German company that allows smartphone users to become the designers of their own 3D printed case with the help of Additive Manufacturing, Grasshopper and ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-indimise-3d-printed-phone-cases</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/112fdf8ab8/indimise-shapediver-interview.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Nov 25, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <i>
  <span>&lt;&lt; 3D printing has made it possible for anyone to design and create their own customized products with great ease and efficiency. And with the flexibility of Grasshopper and cloud applications like ShapeDiver, businesses of all sizes can now offer the possibility for non-technical users to get creative and design their own 3D printed products. &gt;&gt;</span>
</i>
<p>Meet <a href="https://www.indimise.com/" target="_blank">
    <u>
      <span>Indimise</span>
    </u>
  </a>, a German company that allows anyone around the world to 3D print their own smartphone case without the need for any technical experience, special CAD design software, or their own 3D printer. Excited? So are we. Let's dive straight into the interview!</p>
<figure>
  <img alt="This picture 1" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x384/d2862eb08d/indimise-1.jpg" loading="lazy" />
</figure>
<h3 id="span1-welcome-sebastian-thank-you-for-joining-us-today-tell-us-a-bit-about-your-background-span">1. Welcome, Sebastian. Thank you for joining us today! Tell us a bit about your background.</h3>
<p>Hello everyone! Thank you for having me here. <a href="https://www.linkedin.com/in/sebastian-fl%C3%BCgel-85747816a/" target="_blank">I am Sebastian Flügel</a>. I’m 29 years old and live in the small town of Fulda, Germany.</p>
<p>I love to create new things and that’s why I studied Vehicle Systems Engineering at the DHBW Stuttgart.</p>
<p>Beside Indimise, I am working as a project leader at an innovation department of an engineering supplier. The few hours left of my days are filled with lightweight aircraft flying and Boogie Woogie dancing.</p>
<h3 id="span2-what-is-indimise-span">2. What is Indimise?</h3>
<p>Indimise is a website where everyone becomes the designer of its own 3D printed smartphone case. We provide an online 3D product configurator based on Grasshopper and the Shapediver platform.</p>
<p>With the help of this configurator anyone can customise a 3D pattern, color and engraved text for various smartphone cases. The patterns are inspired by nature as well as modern and historical architecture.</p>
<p>Orders are manufactured on demand by the laser sintering process on industrial SLS machines using the material polyamide 12. Thanks to 3D printing there are no warehouses, no overproduction, less manufacturing waste, and short trading routes. That’s how our smartphone cases are more sustainable.</p>
<figure>
  <img alt="this is picture 2" src="https://assets.shapediver.com/img_sb_mig/f/92524/1201x590/8cf447219e/indimise-2.jpg" loading="lazy" />
</figure>
<h3 id="span3-how-did-it-all-start-what-is-the-story-behind-indimise-span">3. How did it all start? What is the story behind Indimise?</h3>
<p>I was on a ferry on the long way home from my motorcycle trip from Morocco to Italy. Inspired by the Islamic patterns that I saw in Morocco, I designed a Christmas present that I wanted to 3D print for my girlfriend who I have not seen for a while.</p>
<p>So I sat there with the CAD software on my PC and someone asked me what I was doing. This person was impressed that I could design and 3D print practically anything. That is when I asked myself “How could everyone get access to the freedom of 3D design and 3D printing?”.</p>
<h3 id="span4-out-of-all-the-use-cases-for-3d-printing-why-did-you-choose-smartphone-cases-span">4. Out of all the use cases for 3D printing, why did you choose smartphone cases?</h3>
<p>Smartphones became status symbols, but their visual appearance does not differ much. That is why individualization based on 2D photo printing is already a huge topic for smartphone cases. 3D printing and online 3D configurators will add a new dimension to the individualization of smartphone cases.</p>
<figure>
  <img alt="This is picture 3" src="https://assets.shapediver.com/img_sb_mig/f/92524/1201x430/5810d2b289/indimise-3.jpg" loading="lazy" />
</figure>
<h3 id="span5-which-one-do-you-consider-the-best-smartphone-ever-made-and-why-span">5. Which one do you consider the best smartphone ever made and why?</h3>
<p>It would be easy to call the original iPhone here, because it defined a new era for cell phones. But I never owned one.</p>
<p>I personally consider the iPhone SE first generation as the best smartphone ever made. The simple design is timeless. It had the technology of the iPhone 6, but stayed small despite the trend of big-sized smartphones. Actually, I still use one as my business phone. Small, simple, and well equipped.</p>
<figure>
  <img alt="This is picture 4" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x376/c9c6975b8e/indimise-4.jpg" loading="lazy" />
</figure>
<h3 id="span6-what-were-the-main-obstacles-you-encountered-while-creating-the-whole-concept-of-indimise-span">
  <b>
    <span>6. What were the main obstacles you encountered while creating the whole concept of Indimise?</span>
  </b>
  <br />
  <br />
</h3>
<p>At first, I thought that I had to develop the whole infrastructure and software to run my CAD files on the cloud on my own. That was too big of an obstacle for me. But then I found several options to host my parametric designs so that my customers could interact directly with the viewer to manipulate the designs.</p>
<p>At the end, I chose ShapeDiver with its integrated features and a big list of supplied Grasshopper plugins, which made it much easier for me to create a better user experience.</p>
<h3 id="span7-what-is-one-of-your-favorite-design-features-of-your-cases-and-why-span">7. What is one of your favorite design features of your cases and why?</h3>
<p>I personally love most that the case designs are three-dimensional. This attracts attention as it is visually striking. People asked me on the street about my smartphone case almost every day!</p>
<figure>
  <img alt="This is picture 5" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x457/7a609f82c5/indimise-5.jpg" loading="lazy" />
</figure>
<h3 id="span8-what-are-your-thoughts-on-the-future-of-parametric-design-and-3d-printing-span">8. What are your thoughts on the future of parametric design and 3D printing?</h3>
<p>I am convinced that on demand 3D printing is an important step to overcome the age of mass- and overproduction. In future every physical product could be tailor-made to our individual needs as we already get used to it for digital products.</p>
<p>Online 3D product configurators and parametric design are important technologies to make 3D printing attractive and accessible for a wider range of people. The following step would be that people do not have to customise manually on their own, but artificial intelligence creates the individual design for them.</p>
<h3 id="span9-whats-next-for-indimise-any-new-projects-you-are-looking-forward-to-span">9. What’s next for Indimise? Any new projects you are looking forward to?</h3>
<p>We will continuously improve Indimise based on our clients feedback and add new design templates for smartphone cases. We have a lot of inspirations for new patterns that are just waiting to be parameterized and to be explored by our customers. Moreover we have already tested prototypes for other 3D printed customisable products.</p>
<figure>
  <img alt="This is picture 6" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x549/494f7b7c39/indimise-6.jpg" loading="lazy" />
</figure>
<h3 id="span10-where-do-you-see-indimise-in-10-years-span">10. Where do you see Indimise in 10 years?</h3>
<p>In 10 years, customers from all over the world will have access to individualize their own sustainable manufactured unique product on Indimise. Our materials will be 100 % made of renewable materials and every product will be climate neutral. Our AI driven assistant will create outstanding individual designs for our clients.</p>
<h3 id="span11-any-advice-you-could-give-to-anyone-creating-their-own-3d-printed-products-span">11. Any advice you could give to anyone creating their own 3D printed products?</h3>
<p>Yes! First, you do not need your own 3D printer. Manufacturing platforms offer high-tech 3D printing services like SLS and SLM with much higher quality than consumer 3D printers at a fair price.
  <br />
</p>
<p>Second, you do not even need to know how to use CAD software to make your first 3D designing and 3D printing experiences. You can start at Indimise and customize your own 3D printed smartphone case :)</p>
<h3 id="span-well-thank-you-very-much-for-your-time-sebastian-this-has-been-an-excellent-overview-span">- Well, thank you very much for your time, Sebastian. This has been an excellent overview!</h3>
<p>Thank you as well for having me!</p>
<p>That’s it for this new edition of <b>
    <i>
      <span>Getting to know...</span>
    </i>
  </b>Don’t forget to follow our friends from Indimise directly at their <a href="https://www.facebook.com/indimise/" target="_blank">
    <u>
      <span>Facebook</span>
    </u>
  </a>and <a href="https://www.instagram.com/indimise_com/" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>accounts!</p>
<p>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We’d love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>5 Things You Didn&#39;t Know You Could Do With Grasshopper!</title>
  <description><![CDATA[ Did you know that Grasshopper can be used to automate the generation of production files and technical drawings? How about rasterizing images into vectors? In this post we share 5 things you probably didn&#39;t know you can do with this amazing piece of software! ]]></description>
  <link>https://www.shapediver.com/blog/5-things-you-didnt-know-grasshopper-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/18058010b7/5-things-you-didn-t-know.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Nov 17, 2021 1:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <i>
  <span>&lt;&lt; Grasshopper is a powerful visual programming tool that can be used for everything from art, architecture, engineering and product design. Even though it’s such a widely used piece of software, most of its power is still quite unknown to most of its users. This post will start to fix this as we bring you</span>
</i>
<b>
  <i>
    <span>“5 Things You Didn't Know You Can Do With Grasshopper”.</span>
  </i>
</b>
<i>
  <span>Let's dive straight in! &gt;&gt;</span>
</i>
<h3 id="br-1-create-parametric-images-amp-textures">
  <br />1. Create Parametric Images & Textures!</h3>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookies.com/embed/vsyQmQ7hI9o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x370/7508b65aba/grasshopper-parametric-images.jpg" loading="lazy" />
</figure>
<p>The use of the <a href="https://www.food4rhino.com/en/app/shapediver" target="_blank">Squid plugin (ShapeDiver Edition)</a> enables us to create images from not only the geometry we create but also from other images and even from simple text. Beginning with a basic Rectangle for projecting the BitMap image, we then provide a set of instructions for the Image to be generated. Lastly, we need to provide input for Pixel density and count. After setting up the script, we can easily control various aspects of the image, particularly its colors, amount of objects to name a few.</p>
<p>Interestingly, these same images can also be used as textures for objects modeled in Rhino! Once this is connected to the Geometry and uploaded to ShapeDiver, you can instantly change and modify the texture on the entire geometry easily through custom sliders, in real time.</p>
<h3 id="2nbsp-spancreate-parametric-pdf-files-span">2. Create Parametric PDF Files!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x519/22a27067cc/grasshopper-create-pdf-files.jpg" loading="lazy" />
</figure>
<p>In the Squid plugin (ShapeDiver Edition), we have added a new component called Squid PDF. Once you have built the script with various image objects, the true potential of a “parametric PDF” starts to shine.</p>
<p>With this, we can build manufacturing drawings, generate invoice reports or create detailed CNC drawings. And the best part is the seamless integration with ShapeDiver. Any changes made to the model and the product details are instantaneously updated in the drawings!</p>
<h3 id="span3-convert-images-into-curves-span">3. Convert Images Into Curves!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x446/4ef5c34140/grasshopper-convert-images-curves.jpg" loading="lazy" />
</figure>
<p>Using the <a href="https://www.food4rhino.com/en/app/rooster" target="_blank">Rooster plugin</a> and simply linking the BitMap Image outputs a set of clean curves that create a boundary around the entire bitmap image. But, wait, why would you want to get the curves from an image?</p>
<p>First, you can convert a raster image into a vector image, instantly. And a second, more interesting use case is the ability to integrate it into other scripts so that it can read and adapt to the new curve information. The example of the Voronoi pattern exemplifies this approach.</p>
<h3 id="span4-import-dxf-files-span">4. Import DXF Files</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x437/8c0cd5b605/grasshopper-import-dxf-files.jpg" loading="lazy" />
</figure>
<p>With this function, we can easily send geometry information between Grasshopper files. The geometry can be curves, meshes, and objects. But the main advantage of this function is its ability to import layers, colors, and other associated data that is contained in the DXF file.</p>
<p>With the Building example, we can get a 2D DXF file, complete with its layers, objects, and curves, to a 3D object with thickness, completely inside Grasshopper. And since it is linked, any modification in the master DXF file will get instantly reflected in the 3D object. From 2D floor plan to 3D model, instantly!</p>
<h3 id="span5-export-dxf-files-span">5. Export DXF Files!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x490/5543fcab84/grasshopper-exporting-dxf-files.jpg" loading="lazy" />
</figure>
<span>The major use case for the particular function is its ability to export files for CNC and laser cutting. In the example, using</span>
<p> </p>
<a href="https://www.food4rhino.com/en/app/opennest" target="_blank">OpenNest plugin</a>
<p> </p>
<span>, we can easily create a DXF file of a parametric 3D model of a canopy and with the functionality, we can directly export the data in a DXF file for CNC-laser cutting.</span>
<p>Combined with the power of ShapeDiver, the DXF file is complete in all its aspects, with dimensions that are recognized by both AutoCAD and Rhino.</p>
<h3 id="spanbottom-line-span">Bottom Line</h3>
<p>We just barely scratched the surface of what's possible with the power of Grasshopper and ShapeDiver. There's a reason why this is the prefered CAD solution for <a href="https://shapediver.com/resources/our-clients" target="_blank">many professionals out there</a>!</p>
<p>Did you find this post interesting? Let us know if you have any other interesting thing that can be achieved with Grasshopper by tagging us on <a href="https://twitter.com/shapediver" target="_blank">Twitter</a> or <a href="https://instagram.com/shapediver" target="_blank">Instagram</a> or send us any questions/comments via <a href="https://forum.shapediver.com/" target="_blank">our Forum</a> !</p> ]]></content:encoded>
</item>
<item>
  <title>Open Beta Invitation: Take A Sneak Peek At What&#39;s Coming!</title>
  <description><![CDATA[ Are you interested in testing out some of the new features coming to ShapeDiver in 2022? Then this post is for you! You&#39;ll find out how to join the Open Beta for our upcoming platform update, including some cool features like Augmented Reality and a new viewer API! ]]></description>
  <link>https://www.shapediver.com/blog/open-beta-invitation-take-sneak-peek-at-what-s-coming</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/fff65efc82/cover-photo_bg.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Nov 2, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="finally-were-almost-ready">Finally... We're (Almost) Ready!</h2>
<p>As you probably know, we have been hard at work on the new version of ShapeDiver. This major update follows our <a href="https://www.shapediver.com/blog/shapediver-swarm-merge-thornton-tomasetti-investment" target="_blank">
    <u>
      <span>merger with the Swarm project</span>
    </u>
  </a>developed by the CORE Studio at Thornton Tomasetti. In collaboration with the CORE team, we have developed a major update to our infrastructure, both in order to support lots of new features but also to improve the performance and flexibility of the data flows throughout our servers.</p>
<p>Today we are thrilled to announce that our new <b>
    <i>
      <span>ShapeDiver Platform</span>
    </i>
  </b>is ready for a test drive as an Open Beta, and it is our pleasure to invite anyone interested to take part in it, explore some new features and give us your feedback, comments, and bug reports ahead of the public release.</p>
<p>Please note that our <b>
    <i>
      <span>ShapeDiver Plugin for Grasshopper</span>
    </i>
  </b>is currently being tested as Closed Beta for a few more weeks, therefore it's <b>
    <i>
      <span>not included</span>
    </i>
  </b>in this Open Beta. Feel free to apply for an invitation if you’re interested in helping us test it! Simply let us know via our Contact Request button on our website.</p>
<h2 id="spanhow-can-i-get-started-span">How Can I Get Started?</h2>
<p>To get started simply head to <a href="https://shapediver.com/app/login" target="_blank">shapediver.com/app/login</a> and use your current username and password. This will give you access to our completely new ShapeDiver platform. If you do not have a ShapeDiver account, you'll first need to create one by heading to <a href="https://shapediver.com/app/register" target="_blank">shapediver.com/app/register</a>.</p>
<p>You can still use our legacy platform at any time by heading to <a href="https://app.shapediver.com/" target="_blank">app.shapediver.com</a> as usual. Just bear in mind that once we are done with all this Beta testing process, the legacy platform will be deactivated. For this reason, make sure to let us know which features you really like about our legacy one so they get included in our new one. We'll let you know how down below.</p>
<h2 id="spanwhats-new-span">What’s New?</h2>
<p>Let’s discuss what you can access with the new <b>
    <i>
      <span>ShapeDiver Platform</span>
    </i>
  </b>during this Open Beta period.</p>
<h3 id="u-spanall-accounts-span-u">
  <u>
    <span>All Accounts:</span>
  </u>
</h3>
<h4 id="i-spana-ordering-amp-grouping-of-parameters-span-i">
  <i>
    <span>a) Ordering &amp; Grouping Of Parameters</span>
  </i>
</h4>
<p>Let’s start with the crowd-pleasers. The two most requested features of all time finally make their official debut. When uploading your models to ShapeDiver, the order in which the parameters were arranged in your Grasshopper canvas on your computer will be respected when displaying them on our platform. No more manually reordering your parameter names!</p>
<p>Additionally, when using parameter grouping in Grasshopper, each of these groups will be automatically displayed as folders in our UI. This will allow you to better organize your parameters. No more scrolling through an endless number of parameters!</p>
<h4 id="i-spanb-bookmarking-span-i">
  <i>
    <span>b) Bookmarking</span>
  </i>
</h4>
<p>Who doesn’t love exploring the ShapeDiver feed in search of inspiration? This feature will allow you to bookmark those public models that you’d like to revisit in the future!</p>
<p>Simply click on the bookmark icon when visiting any model you have access to on the platform. You will then be able to find the model easily in your library, under the new “Bookmarked” section. Importantly, bookmarked models will also be accessible through the various desktop clients for ShapeDiver that are in private beta testing phase currently.</p>
<h4 id="i-spanc-import-parameter-amp-viewer-settings-span-i">
  <i>
    <span>c) Import Parameter &amp; Viewer Settings</span>
  </i>
</h4>
<p>On top of the new ordering and grouping features we are rolling out, the new platform comes with a more complete and fine-grained way to import settings from existing models.</p>
<p>The feature is available within the <b>
    <i>
      <span>Model Edit</span>
    </i>
  </b>page, where users are now able to select one of their existing models and decide which parameter settings (order, visibility, naming) and which viewer settings (scene, environment, lighting, cameras…) they wish to import to another one of their models. This is available right after uploading or at any time when editing ShapeDiver models.</p>
<h4 id="i-spand-parameter-history-span-i">
  <i>
    <span>d) Parameter History</span>
  </i>
</h4>
<p>The new parameter panel lets you go back and forth between successive parameter sets you have explored, thanks to <b>
    <i>
      <span>new Undo and Redo buttons</span>
    </i>
  </b>. This feature is available through the platform and iframe embedding (for <a href="https://www.shapediver.com/plans/designer" target="_blank">Designer</a> accounts), as well as through the viewer API (for <a href="https://www.shapediver.com/plans/business" target="_blank">Business</a> accounts).</p>
<h4 id="i-spane-shapediver-viewer-30-span-i">
  <i>
    <span>e) ShapeDiver Viewer 3.0</span>
  </i>
</h4>
<p>We’ve also been hard at work with the new evolution of our ShapeDiver viewer. The new viewer comes with improved materials and support for HDRI maps!</p>
<p>At the moment, they can only be set up through the viewer API, but we will soon add an option to upload them directly from the platform. Additionally, the new attribute visualization modes are ready to go and be used with the attribute system that is part of the new ShapeDiver plugin, currently in private beta. In other words, you will hear much more from the new viewer in the coming weeks. For now, viewer 3 already comes with a feature that deserves its own item…</p>
<h4 id="i-spanf-augmented-reality-span-i">
  <i>
    <span>f) Augmented Reality</span>
  </i>
</h4>
<p>Yes, you are reading this correctly. We’re bringing AR to all accounts as a free upgrade! This feature will allow you to visualize any configuration on the native AR viewer of your mobile device. The best part is that there’s no need to modify your Grasshopper files as this is all done “in-platform”! Bear in mind that Safari is needed for iOS devices and Chrome is needed for Android ones.</p>
<h2 id="spanother-noteworthy-upgrades-span">Other Noteworthy Upgrades!</h2>
<p>We’re not done yet! In order to improve the UX of our free and paid accounts, we’re also bringing the following account-specific upgrades:</p>
<h3 id="u-spanfree-accounts-span-u">
  <u>
    <span>Free Accounts:</span>
  </u>
</h3>
<h4 id="i-spang-increased-computation-time-from-5-to-10-seconds-span-i">
  <i>
    <span>g) Increased Computation Time From 5 to 10 Seconds</span>
  </i>
</h4>
<p>We hear you, 5 seconds of computation time is sometimes not enough when starting with ShapeDiver. For this reason, we’re extending the maximum computation time limit for all Free accounts from up 5 seconds to up to 10 seconds. This should enable easier testing and iterations during the prototyping phase. Please note that we still recommend learning the basics of Grasshopper optimization in order to reduce the computation times of your models.</p>
<h3 id="u-spandesigner-accounts-span-u">
  <u>
    <span>Designer Accounts:</span>
  </u>
</h3>
<h4 id="i-spanh-advanced-iframe-embedding-w-styling-amp-colors-span-i">
  <i>
    <span>h) Advanced iframe Embedding w/ Styling &amp; Colors</span>
  </i>
</h4>
<p>Our iframes are a great way to easily get started with using ShapeDiver as a sales and/or marketing tool on your own blog or portfolio. With this new update, we bring even more customization options! Now it’s not only easier to prepare your iframe for embedding with our new checkbox system, but now you’re able to add a bit of your own brand style to the UI!</p>
<h3 id="u-spanbusiness-accounts-span-u">
  <u>
    <span>Business Accounts:</span>
  </u>
</h3>
<h4 id="i-spani-viewer-3-api-span-i">
  <i>
    <span>i) Viewer 3 API</span>
  </i>
</h4>
<p>With our brand new viewer comes a brand new viewer API. We had to break some eggs here, and for now viewer 3 API is not backwards compatible with viewer 2. However, it is much more intuitive and flexible, and we believe the developers community working with ShapeDiver will love the new approach! The viewer is now available both as a CDN dependency and as an npm package coming with a TypeScript implementation. Check out <a href="https://help.shapediver.com/doc/Viewer.1836580882.html" target="_blank">the</a>
  <a href="https://help.shapediver.com/doc/Viewer.1836580882.html" target="_blank">
    <u>
      <span>new documentation</span>
    </u>
  </a>for more details!
</p>
<p>Our Viewer 3 also keeps an in-depth representation of the data structures defined in Grasshopper through its scene tree, allowing for fine-grained control of user interactions through the API. You will hear more about this in the coming weeks as we roll out new API features.</p>
<h2 id="spanwhat-happens-to-legacy-pro-users-span">What happens to Legacy PRO users?</h2>
<p>Our ShapeDiver early adopters also get some love in these new updates. First of all, and as mentioned above, our new platform and our viewer 3.0 come as a free upgrade to everyone. This means AR, HDRI maps and the viewer 3.0 API are also available to you. Once launched, our plugin will also bring many more features, so please bear with us while we bring it out of Closed Beta.</p>
<h2 id="spanhow-do-i-get-support-during-this-open-beta-period-span">How Do I Get Support During This Open Beta Period?</h2>
<p>Any user who’s testing our platform during this Open Beta period can find all-new support resources by heading to help.shapediver.com.</p>
<h2 id="spanwhere-do-i-report-a-bug-span">Where Do I Report A Bug?</h2>
<p>Our team is happy to hear about bugs and feature requests on our public forum, as we always have been. Since users trying the beta will cohabit with the ones that prefer staying on the legacy platform, we recommend using the [BETA] prefix in the title of all topics where the new platform is discussed. Additionally, please make sure to give us your username so we can better identify your models.</p>
<h2 id="spanwhat-about-the-closed-beta-span">What About The Closed Beta?</h2>
<p>Parallel to this Open Beta we are also running a Closed Beta with a select number of users who are helping us stress test the rest of our upcoming releases. Some of the features being tested are:</p>
<figure>
  <ul>
    <li>- Rhino 7 Servers</li>
    <li>- The new&nbsp;<b>
        <i>
          <span>ShapeDiver plugin for Grasshopper</span>
        </i>
      </b>, including but not limited to:</li>
    <li>- The&nbsp;<b>
        <i>
          <span>Rhino Client</span>
        </i>
      </b>, the first of our new desktop clients that allow users to consume and interact with ShapeDiver models from inside various desktop software packages.</li>
  </ul>
</figure>
<h3 id="spanadditional-changes-span">Additional Changes</h3>
<p>Free users can no longer export / import files or upload models with scripts. In order to test drive these features, please consider starting a 7-day Designer trial or a 14-day Business trial.</p>
<p>Designer users can no longer access the tickets for direct embedding for their models. If you need access to the viewer API, please consider starting a 14-day Business trial.</p>
<p>You can start a trial at any time from your ShapeDiver account. On the new platform click on your profile picture and then in <b>
    <i>Manage Plan</i>
  </b>.</p>
<h2 id="wrapping-up">Wrapping Up</h2>
<p>We know it's taken us a bit longer than anticipated, but we believe the wait will be worth it. We now feel ready to keep improving existing features and building completely new ones on top of this redesigned infrastructure.</p>
<p>We sincerely appreciate your patience and hope these changes will bring a true upgrade in the way you interact with ShapeDiver. As always, let us know via <a href="https://www.shapediver.com/blog/forum.shapediver.com" target="_blank">our Forum</a> any thoughts, comments and/or feedback!</p> ]]></content:encoded>
</item>
<item>
  <title>Modularization &amp; Prefabrication In AEC</title>
  <description><![CDATA[ In this article we&#39;ll discuss how different types of manufacturing techniques could help the AEC Industry gain back productivity and efficiency. We also talk to Chris Aerts, CEO at APlusV solutions, about the current state of automation and venture capital in the industry. ]]></description>
  <link>https://www.shapediver.com/blog/modularization-and-prefabrication-in-aec</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/3b47467c3c/header.webp"></enclosure>
  <dc:creator><![CDATA[ Alex Walzer, Ezequiel López ]]></dc:creator>
  <pubDate>Mon, Nov 1, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="overview">Overview</h2>
<p>In this article, we will be discussing the " <a href="https://rapidbi.com/time-quality-cost-you-can-have-any-two/" target="_blank">project management triangle</a> " that often seems to play out in the AEC sector: to find a balance between schedule (time), budget (price) and scope (quality). In today’s projects, one needs to choose a set of two, but it seems impossible to deliver all three at the same time: fast and cheap won't be of good quality; cheap and of good quality won’t be quick or on time; on time and of good quality won't be cheap.</p>
<p>Prefabrication and modular construction is aiming to deliver the impossible, namely to satisfy all three variables at the same time. We will discuss the role of digitalization, and look at some best practice examples that aim to tackle the housing crisis by productizing the build environment.</p>
<figure>
  <img alt="This image explains modular construction." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x483/3382a5a0e4/group-134.jpg" loading="lazy" />
</figure>
<h2 id="previously-on-aec-fragmentation">Previously On AEC Fragmentation</h2>
<p>As discussed in our two last articles about fragmentation in the AEC ( <a href="https://www.shapediver.com/blog/can-cloud-applications-help-solve-fragmentation-in-the-aec-industry-pt-1" target="_blank">Pt. 1</a> & <a href="https://www.shapediver.com/blog/can-cloud-applications-help-solve-fragmentation-in-aec-industry-pt-2" target="_blank">Pt. 2</a> ), this industry suffers from low value creation and strong industry fragmentation. As of today, building as an industrial activity is still project-based (within and across projects), heavily relying on “on-site” work right at the construction site.</p>
<p>More recently, however, new digital planning platforms and <a href="https://www.shapediver.com/blog/improving-construction-with-additive-manufacturing" target="_blank">additive manufacturing technologies are promising to change AEC</a> by streamlining the design-to-built workflows, cutting time and other forms of waste in construction. Are we actually witnessing the complete (digital) transformation of the AEC domain, or will it just fade away (again)? Let's find out.</p>
<h2 id="industrializing-construction">Industrializing Construction</h2>
<p>As mentioned, the “on-site” approach makes sense for heavy, monolithic structures as for example in infrastructure usually made from cast reinforced concrete. Think of tunnels, bridges, streets and foundations. On the other hand, lightweight (hybrid) elements made from wood and steel can easily be prefabricated in a factory, an approach commonly termed going “off-site”. Using manufacturing environments combined with reusing designs are the key differences of Industrialized Construction when compared to traditional construction.</p>
<p>Building Information Modelling (BIM) lays the foundation for the efficient digital planning across trades. On top of it, thinking in building systems allows these components to become literal products: In Industrialized Construction, these solutions are reused from one project to another, avoiding unnecessary rework on the planning and permitting side while integrating parametric control for mass-customization.</p>
<figure>
  <img alt="This is a picture showing a window being placed on a building." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x644/b05009d4d4/group-140.jpg" loading="lazy" />
</figure>
<h2 id="off-site-vs-prefab-vs-modular">Off-site vs Prefab vs Modular</h2>
<p>"Off-site Construction" is an umbrella term, under which prefabricated construction and modular construction fall. It involves planning, designing, fabrication and assembly at a location which is not the final site and tries to minimize the work needed to be done on the spot. Off-site construction promises to be less time consuming, more sustainable, safe and flexible. As the structures are manufactured in an controlled environment it is possible to monitor and maintain quality - which is challenging in traditional, on-site construction.</p>
<p>"Prefabricated Construction", or “prefab” for short, is part of offsite construction. In Prefab, elements are constructed and assembled in a manufacturing environment, such as a factory instead of a construction site. Of course, these structures must adhere to local building codes and components can widely range in dimensions and complexity.</p>
<p>In "Modular Construction", a building is constructed in box-like elements. First, after being prefabricated, these 2D or 3D modules are being transported and mounted together on-site using minimal efforts. Modules often include kitchen and bathroom units but there is no limit to their use but considerations in terms of relocation resources have to be made.</p>
<p>We spoke to <a href="https://www.aplusv.solutions/systems/" target="_blank">AplusV solutions</a>, a company that delivers mass customized solutions for the construction sector, betting on mass-produced timber products, also known as Mass Timber Construction.</p>
<figure>
  <img alt="This picture shows Chris Aerts." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x327/be56ad4cfc/group-136.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://www.linkedin.com/in/chrisaertsnl/" target="_blank">Chris Aerts</a>, APlusV solutions's CEO, believes that, <i>
    <span>&nbsp;“ </span>
  </i>
  <b>
    <i>
      <span>we should try to replace concrete with timber, which actually stores CO2 instead of emitting it. I think Mass Timber is the future for AEC! Especially for multi-story buildings.</span>
    </i>
  </b>” Here, multiple solid wood panels are nailed and/or glued together, providing strength and stability. Elements can be produced to design specification.
</p>
<h2 id="automation-amp-robotics">
  <br />Automation & Robotics</h2>
<p>Off-site, prefabricated modules that have been planned with BIM and are fabricated in a factory environment do not necessarily entail that they are being manufactured like products in other industries. But, and because of the fully digital workflow, the information from planning and design can be used to directly fabricate elements without the need for traditional 2D plans and sections.</p>
<p>This is commonly achieved by the use of numerically controlled systems such as CNC-type machinery and/or robotic arms or a combination of them. It is also possible to have machines work alongside human workers, sharing or alternating the tasks and increasing productivity and safety. As we previously discussed, additive manufacturing and assembly are on the rise, given the industries’ low added value. Manufacturing technologies also allow for more consistent quality and higher throughput.</p>
<p>As Chris Aerts mentions: “ <b>
    <i>
      <span>With the advent of high-level digitization, automated manufacturing of building components is becoming increasingly more common</span>
    </i>
  </b>”.</p>
<p>
  <br />
</p>
<figure>
  <img alt="This image shows robots." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x570/8404aa9a61/group-142.jpg" loading="lazy" />
</figure>
<h2 id="inflow-of-venture-capital">Inflow of (Venture) Capital</h2>
<p>Not surprisingly, the initial costs for setting up the software engineering workflows and also the hardware (as in, literally a factory) comes with respective capital expenditures early on and constant, if not increasing, operational expenses along the way. “ <b>
    <i>
      <span>Several large construction companies in the Netherlands have been pouring millions into building new factories in the last two years.</span>
    </i>
  </b>”, explains Chris Aerts, “ <b>
    <span>That is why</span>
  </b>
  <b>
    <i>
      <span>&nbsp;we are currently focusing on the configuration platform instead. </span>
    </i>
  </b>
  <i>
    <span>”</span>
  </i>
</p>
<p>In fact, there are several strategies for new and existing firms to counter these high expenditures, such as setting up a partnership or taking capital from outside the company itself. For nascent firms (Startups and Spin-offs), this might be in the form of Business Angel investment and Venture Capital. These early tickets can also help to overcome financial barriers related to hiring and scaling, but most importantly cover up the cost of facilities before revenue can be generated.</p>
<p>
  <a href="https://therealdeal.com/2021/05/18/warren-buffett-bets-on-modular-construction/" target="_blank">In a recent article</a>, Warren Buffet is said to be betting on the <a href="https://www.mitek-us.com/" target="_blank">modular construction company MiTek</a> that has a focus on hotel rooms and apartment buildings. Probably the most prominent example is US-based company Katerra, famously becoming the most recent - if not the only - AEC Unicorn. “ <b>
    <i>
      <span>However, just having an investment can not guarantee the success of a company, as</span>&nbsp;
    </i>
  </b>
  <a href="https://techcrunch.com/2021/06/01/softbank-backed-construction-giant-katerra-said-to-be-shutting-down-after-raising-billions/" target="_blank">
    <b>
      <i>
        <span>Katerra’s recent downfall has shown</span>
      </i>
    </b>
  </a>
  <b>
    <i>. </i>
  </b>”, Chris Aerts adds. Tech-giants by the likes of <a href="https://factoryos.com/press/the-tech-industry-exacerbated-the-housing-crisis-heres-what-google-is-doing-to-fix-it/" target="_blank">
    <u>
      <span>Google</span>&nbsp;
    </u>
  </a>are also betting fairly big on modular construction.
</p>
<figure>
  <img alt="This image shows a building created by Fast+Epp." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x604/67d3aa67f3/group-145.jpg" loading="lazy" />
</figure>
<h2 id="business-model-innovation">Business Model Innovation</h2>
<p>As business models are changing with the market dynamics, such as constantly changing trends, there is no one-size-fits-all model that can be applied in construction by everyone at any moment. Yet, we can mention some frequently found in AEC: General and/or Niche Construction Services, Production / Manufacturing, Material and goods supplier, “Brick-and-Mortar” type, eCommerce, Rentals, Contractor Services, Consulting / Engineering, and Commission-based business models (and a mix of all above), in B2B.</p>
<figure>
  <img alt="This image shows a modular part." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x733/ad42b45c0c/group-139.jpg" loading="lazy" />
</figure>
<p>
  <br />Some industrialized construction companies are offering a unique mix of those to create a unique value proposition and let the customer choose what they really want (B2C). For example:</p>
<figure>
  <ol>
    <li>
      <a href="https://habitat21.com/konfigurator/" target="_blank">Habitat 21</a>, a German construction company, allows their customers to order prefabricated building products as Kit-of-parts or as a turnkey solution produced by them directly.
    </li>
    <li>In contrast, <a href="https://www.chickadeeadu.com/" target="_blank">Chickadee ADU</a> from the USA enables customers to design an ADU using online configuration and then find local suppliers to fabricate it.</li>
  </ol>
</figure>
<p>This approach can also allow you to generate revenue by using the configurator (“pay as you go”). “Online configurators and parametric design platforms will change the way building products will be ordered and delivered,'' says Chris Aerts.</p>
<iframe id="sdv-iframe" width="640" height="480" src="https://viewer.shapediver.com/v2/2.31.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=0b6998f40a83210dedd4a153b4863d23bf6d7d0eb80c41527a31dbb87940e6c39815063df44e9691b13fe86819084eab761121ba6a0b3beb25f2d958d16cb779de5d50e2b9d663e0061dd937c4fbea5f9df1978b3018290cefa1bad007a5e042fa95ffae70f917-bf24b768d2d5d51709178bfaa25895db&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0" spellcheck="false"></iframe>
<p>
  <u>(Above:&nbsp;</u>
  <a href="https://app.shapediver.com/m/aplusv-design-to-robotic-manufacturing-5-4" target="_blank">
    <b>
      <i></i>
    </b>
    <u>Timber wall configurator by APlusV solutions</u>
  </a>
  <u>)</u>
</p>
<h2 id="takeaways">Takeaways</h2>
<p>While modularization and prefabrication are not the answer to all productivity and efficiency problems in the AEC industry, they definitely show the path towards profitability under certain circumstances. Whether focusing on more efficient processes, or completely new business models, it's clear that improvements can be possible if all parties involved embrace a new way of approaching traditional problems.</p>
<p>
  <b>
    <i>&lt;&lt; Special thanks to Alex Walzer for his collaboration during the writing of this article.</i>
  </b>
  <b>
    <i>
      <span>&nbsp;Alex investigates the role of entrepreneurship for and in AEC when utilizing nascent production technologies. He is a PhD researcher at the Chair of Innovative and Industrial Construction (Prof. Dr. Hall) at ETH Zürich - and can be reached at </span>&nbsp;
    </i>
  </b>
  <a href="https://walzer.tech/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>walzer.tech</span>
    </u>
  </a>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <a href="https://twitter.com/alexnikw" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>@alexnikw on Twitter</span>
    </u>
  </a>
  <b>
    <i>
      <span>. &gt;&gt;</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parakeet Plugin Now Supported On ShapeDiver</title>
  <description><![CDATA[ Parakeet3D is a collection of digital tools that expands Grasshopper&#39;s morphological repository for Patterns and Networks, allowing designers to go beyond old shapes and push the old boundaries to comply with modern design requirements. Starting today, it&#39;s now supported on ShapeDiver! ]]></description>
  <link>https://www.shapediver.com/blog/parakeet-plugin-now-supported-on-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/897x532/d9e605f136/ac.webp"></enclosure>
  <dc:creator><![CDATA[ Esmaeil Mottaghi, Arman Khameneh ]]></dc:creator>
  <pubDate>Mon, Oct 18, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; This is a guest post written by Parakeet3D developers&nbsp;</i>
</b>
<b>
  <span>Esmaeil Mottaghi and Arman Khalilbeigi Khameneh. To download and learn more about this plugin, make sure to</span>
</b>
<a href="https://www.food4rhino.com/en/app/parakeet" target="_blank">
  <b>
    <span>visit their Food4Rhino page</span>
  </b>
</a>
<b>.</b>
<p></p>
<p>
  <b>
    <span>Esmaeil Mottaghi; is an Architect, Researcher, and Computational designer based in Tehran, Iran. He graduated with a master’s degree in computational design from the University of Tehran (UT) and has several experiences as an expert for digital manufacturing and as a tutor in the field of computational design.</span>
  </b>
</p>
<figure>
  <img alt="A picture of the two developers of the Parakeet plugin for Grasshopper." src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x363/1893684e4f/parakeet-developers.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>Arman Khalilbeigi Khameneh is</span>&nbsp;
  </b>
  <b>a Digital Architect and Computational Designer.&nbsp;</b>
  <b>
    <span>Since 2016 has been teaching in the field of design computation, data-driven design, and digital fabrication in the most prestigious universities of the region including the University of Tehran.</span>&nbsp;
  </b>
  <b>
    <i>&gt;&gt;</i>
  </b>
</p>
<p>--</p>
<p>Today, computational tools are an integral part of our design process. Through the algorithmic logic embedded in these tools, the design pipeline is redefined. The tools can enhance many aspects of a project, from the most trivial and laborious process of document generation to the most complex decision-making process. Among the many possibilities, the morphological and form-generating methods make for some very interesting subjects.</p>
<p>Geometrical shapes and patterns are algorithmic in nature due to their discrete mathematics and geometric definitions. Furthermore, since they have procedural generation methods, where each step is based on the previous one, they are tightly compatible with parametric modeling. Parakeet3D is a collection of digital tools that facilitate the generation of geometric and natural patterns.</p>
<p>By integrating with Grasshopper, it expands the morphological repository for Patterns and Networks, allowing designers to go beyond old shapes and push the old boundaries to comply with modern design requirements. Parakeet aims to take a comprehensive look at several aspects of this process.</p>
<p>A notable gap exists in studying [traditional] geometrical patterns. For most geometrical patterns, what's being studied is simply the final outcome of the generation process. We have limited data on the progression of these patterns today. Barring a few exceptions, what has been gathered today are mere morphs and shapes without associated data or algorithms. It is the logic behind these morphological processes that is missing. These all together formed the idea behind Parakeet3D.</p>
<p>This research aims to decode or approximate the generation process behind some of the old and authentic patterns in an algorithmic syntax. This approach enables the designer to generate, apply and analyze patterns not only for ornamental designs but also for modern architectural purposes such as thin shells, free-form surfaces, and performative envelopes.</p>
<p>Designing with Parakeet is simple and straightforward. It's as simple as selecting a tile (grid), then selecting the method you want to use for pattern generation on that grid.</p>
<p>The tiling options for the base are listed under the “tilings” category. They have been designed with similar inputs as Grasshoppers native grids for designers' convenience. This segment covers regular tilings, semi-regular tilings, k-uniform tilings and a number of non-Euclidean tilings like hyperbolic or Poincare disk.</p>
<p>
  <b>
    <i>
      <span>Figure 1: Basic concepts and methods for geometric pattern generation using Parakeet3D. a) Tilings (regular tilings, semi-regular tilings, k-uniform tilings and a number of non-Euclidean tilings like hyperbolic or Poincare disk) b) Modification methods. c) Pattern generation methods (Genotypes)</span>
    </i>
  </b>
</p>
<p>Also included in this category are parts from the M.C. Escher category, commonly known as "Deformation Parquets" and which may be used as a base grid.</p>
<p>
  <i>
    <span>Figure 2: M.C.Escher Patterns</span>
  </i>
</p>
<p>Secondly, and finally, we will select a method by which a final network will be generated on the grid. These methods are listed under the category with the same name. The majority of them are compatible with all possible tilings and even with irregular arbitrarily closed curves.</p>
<p>One of the key features of Parakeet is how the user interacts with each method. In other words, each method has been simplified in terms of the required data so that it can be easily used to produce heterogeneous variations. Simply input a normalized (between 0-1) number for each cell and you will get extraordinary results.</p>
<p>
  <b>
    <i>
      <span>Figure 3: Parquet Deformation generation by a continuous change in Genotypes inputs</span>
    </i>
  </b>
</p>
<p>Thus far, we have covered the basic principles of working with Parakeet3D. which is to select a tiling and then select a Pattern Generation method of Genotype. For more advanced users, there are extra components that can be used after each step.</p>
<p>These methods, called 'modification methods' multiply the complexity and variety of patterns. These components can be applied both after tilings and/or Genotypes. Number of key methods in this category are "Mirroring Quad Subdivision", "Dual Graph", "Truncation" and "Complex (Hyperbolic) Transformation" and "Kaleidoscope". The results of such modification are depicted below.</p>
<p>
  <b>
    <i>
      <span>Figure 4: Application of a Parakeet3D Genotype on modified tilings, a) Genotype ‘B’ on a tiling with ‘mirroring quad subdivision’ b) Genotype ‘B’ on a tiling’s ‘Dual Graph’ c) Genotype ‘B’ on a tiling with ‘Truncation’ d) Genotype ‘B’ on a tiling with ‘Complex Transformation’</span>
    </i>
  </b>
</p>
<p>Besides geometrical patterns, Parakeet has several tools to generate natural patterns. Key members in these categories are Venation Algorithms, Growth, Aggregation and flow patterns.</p>
<p>
  <b>
    <i>
      <span>Figure 5: Examples of bio-inspired patterns generated using Parakeet3D. a) Venation algorithm I b) Venation algorithm II c) differential growth algorithm d) floral (arabesque) patterns e) Fracture (crack) pattern f) fractals g) Diffusion-limited aggregation h) Flow-path patterns</span>
    </i>
  </b>
</p>
<h3 id="try-parakeet-for-yourself">Try Parakeet for yourself</h3>
<p>The following model has a parameter to upload your own surface into the geometry and export to get the final pattern result.</p>
<p>The model works with3dm,dxf, dwg, step, and iges formats.</p>
<p>Want to give it a try? You can start by <a href="https://drive.google.com/file/d/1ci3KU2a-JvTJo6wv7ia8Q-llyi6W1lwi/view?usp=sharing" target="_blank">downloading a sample.dwg</a> and uploading it to the Import parameter.</p>
<h3 id="bottom-line">Bottom Line</h3>
<p>We are always looking to give our users the most expansive toolbox possible, and Parakeet is the latest addition.</p>
<p>To get the most up-to-date list of supported third-party plugins, simply check out <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">
    <u>our documentation section</u>
  </a>.</p>
<p>Please be sure to check out and download the Parakeet plugin from their <a href="https://www.food4rhino.com/en/app/parakeet" target="_blank">Food4Rhino page</a>.</p>
<h3 id="parakeet-is-a-project-by-a-hrefhttps-wwwlinkedincom-in-esmaeilmotaghi-targetblank-spanesmaeil-mottaghi-span-anbspand-a-hrefhttps-wwwlinkedincom-in-armankhalilbeigi-targetblank-spanarman-khalilbeigi-khameneh-span-a-please-refer-to-their-support-email-a-hrefmailtoparakeet3dgmailcom-targetblank-spanparakeet3dgmailcom-span-a-for-commercial-or-educational-inquiries-please-follow-a-hrefhttps-wwwyoutubecom-channel-ucah38iskjmmfvbehfv7pmbq-targetblank-spanparakeet3ds-youtube-channel-span-anbspfor-more-tutorials">Parakeet is a project by <a href="https://www.linkedin.com/in/esmaeilmotaghi/" target="_blank">Esmaeil Mottaghi</a> and <a href="https://www.linkedin.com/in/armankhalilbeigi/" target="_blank">Arman Khalilbeigi Khameneh</a>. Please refer to their support email [ <a href="mailto:parakeet3d@gmail.com" target="_blank">parakeet3d@gmail.com</a> ] for commercial or educational inquiries. Please follow <a href="https://www.youtube.com/channel/UCaH38iskJMmFvbeHFv7pmbQ" target="_blank">Parakeet3D's YouTube channel</a> for more tutorials.</h3>
<h3 id=""></h3>
<h3 id="iltlt-would-you-like-us-to-support-any-particular-plugin-make-sure-to-read-this-article-that-explains-what-we-can-and-cant-support-if-your-plugin-is-eligible-for-support-let-our-developers-know-via-our-forumgtgt-i">
  <i>&lt;&lt; Would you like us to support any particular plugin? Make sure to read this article that explains what we can and can’t support. If your plugin is eligible for support, let our developers know via our Forum.&gt;&gt;</i>
</h3> ]]></content:encoded>
</item>
<item>
  <title>3 Reasons Why Your Grasshopper Definitions Should Be Clean &amp; Documented</title>
  <description><![CDATA[ Have you ever found yourself struggling to understand your own Grasshopper definitions? This is a very common problem as these type of files can quickly become messy and difficult to understand. In this tutorial we&#39;ll share 3 reasons why it&#39;s important to keep your definitions clean and documented. ]]></description>
  <link>https://www.shapediver.com/blog/3-reasons-why-your-grasshopper-definitions-should-be-clean-documented</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/896x532/03ddac569c/aa.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Oct 11, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube.com/embed/0lgB0eDCY-4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<a href="https://www.youtube-nocookies.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbno1X25rOHR6SFRrY2Y3aEFVcmhvZUdsUUJwd3xBQ3Jtc0ttT2dyeGs0di1ZdG9qSVhmcmhINXB3TkM2bFNRdFJsSHc3U0xDZE5GZmhzLTVGdFBRRFRhRFRHM09vdGYzeFBUTXF6NHRsRkNjakFobHNHMDE4RVlHVWdMUzZUeDN6WDVYVDdUTXgyRExtVGthaFMycw&amp;q=https%3A%2F%2Fshapediverdownloads.s3.amazonaws.com%2FShapeDiverTemplate.gh" target="_blank">
  <b>Download this FREE Grasshopper Template!</b>
</a>
<p>
  <br />Grasshopper definitions can become messy and difficult to understand, as they can quickly go from few components to hundreds of them. In this video tutorial, Edwin Hernandez, Lead Computational Designer at ShapeDiver, shares " <b>
    <i>
      <span>3 Reasons Why Your Grasshopper Definitions Should Be Clean &amp; Documented!</span>
    </i>
  </b>"</p>
<h2 id="1-future-proof-your-work">1. Future-Proof Your Work</h2>
<p>This simply means that when we look back at the duplicate grasshopper files, we can understand, in an instant, what was created and how it was created. And for this to be achieved, the ShapeDiver team has created a template <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqa1EzeXFPcUpaX093NnlDaUJld01pakZ6bTBid3xBQ3Jtc0trNTg5aEtWdTVMX2hXdVl0TEJsaVV1VGhyOHBJQVI0YjBLQjktV2lpY3Q4T1Z2bTlzdk5CQ2hBd0Y5UXc2ZzhOWXhmWDlJLUpqeUpkeDJFa0xJY21WdlAtR3NyQTlHWTRGSVd2cldqT1BCSVBFYnFBcw&amp;q=https%3A%2F%2Fshapediverdownloads.s3.amazonaws.com%2FShapeDiverTemplate.gh" target="_blank">
    <u>
      <span>here</span>
    </u>
  </a>. This template includes a convenient list of elements that help in organizing your grasshopper definition quickly and easily.</p>
<p>These elements include "Parameters," which mainly control the entire Grasshopper script. Primary groups, Inputs, and outputs also are classified as elements in the template.</p>
<p>These elements include "Parameters," which mainly control the entire Grasshopper script. Primary groups, Inputs, and outputs also are classified as elements in the template.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x394/e35f02d8f2/group-127.jpg" loading="lazy" />
</figure>
<p>Local testing suggests the components are currently unsupported by ShapeDiver and need to be deleted later on before uploading. Lastly, "Ready to Organize" and "In Progress "elements help in the definition stage of a particular script. Here we have an example file organized using the different elements present in the template.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x497/785c26a668/group-128.jpg" loading="lazy" />
</figure>
<h2 id="span2-debug-edit-extend-span">2. Debug, Edit, Extend</h2>
<p>
  <br />
</p>
<p>Modularizing your scripts and dividing them into smaller modular groups helps quickly iron out potential bugs without more significant impact to the overall larger definition. By working and dividing the more extensive definition into smaller sub-groups, we can easily reuse, move around, easily extend them or find the bug and focus our efforts on fixing it in that particular independent smaller group.</p>
<p>
  <br />
</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1225x386/fbc702a7d4/group-131.jpg" loading="lazy" />
</figure>
<h2 id="span3-collaborate-amp-receive-support-span">3. Collaborate & Receive Support!</h2>
<p>If you work in teams, the last thing you want is your team to spend hours just understanding what you intended to do with the definition. Naming and, if needed, providing appropriate subtitles to groups and subgroups making it easier to locate and find things quickly.</p>
<p>Furthermore, color coding components are crucial to impart greater understanding to the overall script. Blue coded are inputs, and the green coded ones are outputs. Greater understanding regarding color coding can be looked up in the template file.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x388/2f241554b5/group-132.jpg" loading="lazy" />
</figure>
<h2 id="spanbottom-line-span">Bottom Line</h2>
<p>We hope that these three reasons motivate you to keep your Grasshopper definitions clean and make it possible for you to document them easily. This will help your peers and help thousands of users when you decide to host your Grasshopper file online on ShapeDiver.</p>
<h3 id="how-do-you-keep-your-definitions-clean-and-documented-let-us-know-by-tagging-us-on-a-hrefhttps-twittercom-shapediver-targetblank-u-spantwitter-span-u-anbspor-a-hrefhttps-instagramcom-shapediver-targetblank-u-spaninstagram-span-u-a">How do you keep your definitions clean and documented? Let us know by tagging us on <a href="https://twitter.com/shapediver" target="_blank">
    <u>
      <span>Twitter</span>
    </u>
  </a>or <a href="https://instagram.com/shapediver" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>!</h3>
<p>
  <br />
</p>
<h3 id="iltlt-do-you-have-any-questions-or-comments-make-sure-to-let-us-know-via-our-i-inbsp-i-a-hrefhttps-discoursemcneelcom-c-grasshopper-shapediver-98-targetblank-i-i-uforum-u-ai-our-development-team-is-ready-to-provide-cost-free-assistance-and-troubleshooting-if-you-need-to-upgrade-your-account-and-increase-your-computation-time-head-to-our-website-and-reach-out-to-us-via-our-contact-formgtgt-i">
  <i>&lt;&lt; Do you have any questions or comments? Make sure to let us know via our</i>
  <i></i>
  <a href="https://discourse.mcneel.com/c/grasshopper/shapediver/98" target="_blank">
    <i></i>
    <u>Forum</u>
  </a>
  <i>. Our development team is ready to provide cost-free assistance and troubleshooting! If you need to upgrade your account and increase your computation time, head to our website and reach out to us via our contact form.&gt;&gt;</i>
</h3>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>Can Cloud Applications Help Solve Fragmentation In The AEC Industry? | Pt. 2</title>
  <description><![CDATA[ This two-part article explores how cloud applications can help solve fragmentation within the architecture, engineering &amp; construction (AEC) industry, which has been growing at an exponential rate over past years as new technologies emerge and old ones are replaced due to obsolescence or increased costs of operations. ]]></description>
  <link>https://www.shapediver.com/blog/can-cloud-applications-help-solve-fragmentation-in-aec-industry-pt-2</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1201x631/c9649bf6ae/aec-part-2-header.webp"></enclosure>
  <dc:creator><![CDATA[ Alex Walzer, Ezequiel López ]]></dc:creator>
  <pubDate>Tue, Oct 5, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <p>It is commonly known that Construction is an industry with low productivity and low margins. Yet, it is one of the largest industry sectors per percentage of GDP. How come it has not yet grown into a position of strength, such as seen in the Manufacturing Industry a few decades ago? In this two-part article, we’ll discuss some of the problems and opportunities that we see in the AEC Industry. Welcome to part 2!</p>
<p>
  <a href="https://redshift.autodesk.com/data-interoperability/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>AEC and its plenty stakeholders, Source: Autodesk Redshift</span>
    </u>
  </a>
</p>
<h2 id="spanpreviously-on-part-1-span">Previously On Part 1</h2>
<p>As discussed in the last article, the AEC industry suffers from low-value creation - as low as below 10% which might be due to the fact of strong fragmentation within and across projects. There might be opportunities to learn from other, non-project-based industries such as the manufacturing, financial, or software sector. One stepping stone to streamline workflows in AEC is by simplifying data creation, interoperability, and storage.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x339/01cc4e4b4b/444.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://leanconstructionblog.com/The-Concept-of-Waste-as-Understood-in-Lean-Construction.html" target="_blank">
    <i></i>
    <u>
      <span>Value creation in construction, Source: Sarhan et. al.</span>
    </u>
  </a>
</p>
<h2 id="spanboosting-remote-work-from-the-cloud-span">Boosting Remote Work From The Cloud</h2>
<p>People working in AEC are often away from the office, e.g. on construction sites or client meetings. Even more so then, it is important that their data is accessible and fully functioning. This, however, can be impacted by the lower performance of portable computers which are not necessarily capable of delivering similar power as a desktop computer. In the current global situation, many people in the AEC industry find themselves working from home, which means full-time work on portable machines, limiting productivity.</p>
<p>Using cloud-based digital workflows allow us to have more (design and business) options available in less time. This, in return, means we should be able to make better decisions earlier on, where the impact on savings is the highest. Following a digital workflow also allows us easily to separate work packages across several people, allowing again for more agency and faster, better decisions. In this respect, how is your company doing so far?</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1249x988/2337a5ae87/group-193.jpg" loading="lazy" />
</figure>
<p>
  <i>
    <span>Remote work and the cloud, Source: DealerSupport</span>
  </i>
</p>
<h2 id="spanwhy-online-collaboration-is-here-to-stay-span">Why Online Collaboration Is Here To Stay</h2>
<p>Yet another step ahead from just digital is online, meaning on the web. Working online allows AEC professionals to be working on a document of any kind at any time, on any device and from anywhere. As if this is not yet enough, online work also allows real-time collaboration with partners, contractors and clients. There is virtually no delay other than the necessary for data to transmit from one place to another. This also helps lower the barrier of entrance for new-comers as no installation is necessary.</p>
<p>Bringing together the mentioned building “blocks”, teams today can already collaborate in real-time on the cloud - having full control by using parametric design software. Data import, alternation and export schemes can be automated and allow for a more fulfilling working experience, increasing overall productivity.</p>
<p>
  <a href="https://app.shapediver.com/m/donau-city-1" target="_blank">
    <i></i>
    <u>
      <span>Donau City (embed the demo or GIF), Source: Pavol (SD)</span>
    </u>
  </a>
</p>
<h2 id="spanthe-rise-of-the-aec-web-platforms-span">The Rise Of The AEC Web Platforms</h2>
<p>Because of the AEC industry’s strong needs, several specifically tailored cloud applications have appeared in recent years. They all share strong roots in being web-based platforms, streamlining across stakeholders, increasing collaboration and reducing time to make (better) decisions. Below, we are highlighting some of the better known ones:</p>
<h3 id="spanhypar-span">HYPAR</h3>
<p>
  <a href="https://hypar.io/" target="_blank">
    <u>
      <span>Hypar</span>
    </u>
  </a>: "the next-generation platform for designing, generating, and sharing building systems." Hypar allows the users to quickly add their expertise to their own processes. So that they dont have to start from square one with each project and can make better decisions, faster. Hypar is developed by AEC industry veterans and directly integrates with common softwares (including Rhinoceros3D) and data formats such as JSON and gITF, tackling the sectors of AEC, Building Products, Space Planning and Real Estate.
</p>
<h3 id="spankitconnect-span">KitConnect</h3>
<p>
  <a href="https://www.projectfrog.com/kitconnect" target="_blank">
    <u>
      <span>KitConnect</span>
    </u>
  </a>: "a purpose-built desktop and web solution that promotes Building Product Awareness". The core processes include: Structured Design (BIM), Command & Control, Knowledge Capture & Distribution and continuous optimization to combine design, planning and manufacturing built around the Autodesk ecosystem. In short, KitConnect provides a structured exchange environment from modelling to manufacturing to drive scalable building solutions for the users utilizing industrial construction methods such as time-saving and quality-enhancing, vertically integrated Prefabrication and Modularization.
</p>
<h3 id="spanprism-app-span">Prism App</h3>
<p>
  <a href="https://prism-app.io/" target="_blank">
    <u>
      <span>Prism App</span>
    </u>
  </a>: "an open-source app which accelerates the design process for precision-manufactured housing (PMH) for London." It is free and easy to use and helps the user to quickly determine viable options for their development on the web. Prism App uses a dashboard to visualize housing data in heatmaps, such as expansion, types, building scale, apartment, and even room size. The platform is especially unique as it is actively supported and used by the Mayor of London (UK).
</p>
<h3 id="spanspeckle-span">Speckle</h3>
<p>
  <a href="https://speckle.systems/" target="_blank">
    <u>
      <span>Speckle</span>
    </u>
  </a>: "streamlines collaboration and automation for 3D information such as CAD & BIM". This developer-friendly and open-source solution allows you to build your custom solution using their custom SDK. Speckle achieves real-time and remote ready collaboration, integrated data curation, object-based version control and additionally includes a comprehensive toolset to automate even the most complex workflows. For users simply looking for a turnkey solution, keep in mind: Here, you will need to set up your own server.
</p>
<h3 id="spangiraffe-span">Giraffe</h3>
<p>
  <a href="https://www.giraffe.build/" target="_blank">
    <u>
      <span>Giraffe</span>
    </u>
  </a>: “..works alongside you calculating areas and ratios, laying out car parking, analyzing solar and managing data.” Giraffe allows you to sketch on a map to build your narrative. It automatically converts 2D sketches into 3D data, lays out parking spots, analyzes solar radiation and views. Building costs, yield, and other planning metrics can be extracted from the web app, both for internal and external stakeholders and partners. Also, full project history and portfolio building are available.
</p>
<h3 id="spantt-swarm-x-shapediver-span">TT Swarm x ShapeDiver</h3>
<p>In 2018 US-firm Thornton Tomasetti introduced “ <a href="http://core.thorntontomasetti.com/announcing-swarm/" target="_blank">
    <u>
      <span>Swarm</span>
    </u>
  </a>” for the very purpose of sharing knowledge in AEC: “ <i>
    <span>Swarm is an app store for the design community. It connects Designers who need tools with the Superusers who are building them. Swarm allows design teams to discover and share solutions that empower creatives to do their best work.”</span>&nbsp;
  </i>As of recently, we are happy to announce that both <a href="https://www.thorntontomasetti.com/news/shapediver-and-swarm-merge-become-largest-cloud-based-saas-platform-sharing-parametric-designs" target="_blank">
    <u>
      <span>Swarm and ShapeDiver</span>
    </u>
  </a>platforms will merge and join forces to help develop the AEC sector. It is our ambitious goal to improve every possible workflow and to transfer and retain as much domain knowledge as possible.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1279x717/b21d455f1e/screenshot-2021-10-01-122645-1.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://dev-www.us-east-1.shapediver.com/blog/shapediver-swarm-merge-thornton-tomasetti-investment" target="_blank">
    <i>
      <span>TT Core Swarm and ShapeDiver merge Source: ShapeDiver</span>
    </i>
  </a>
</p>
<h2 id="spantakeaways-span">Takeaways</h2>
<p>In this article series we discussed the sheer amount of waste generated in the AEC industry, highlighted how segmented and fragmented the stakeholders in the industry are and what can be done to learn from other, non-project-based industries.</p>
<p>When looking more closely at workflows, we understood that there are certain barriers in place and that moving to cloud-based applications can help to collaborate on these large projects we see in AEC. In addition, the rise of web platforms and configurator tools were discussed, highlighting a few of them, and to conclude we are proud to reiterate on the successful merge from ShapeDiver with TT Swarm.</p>
<p>
  <b>
    <i>&lt;&lt; Special thanks to Alex Walzer for his collaboration during the writing of this article.</i>
  </b>
  <b>
    <i>
      <span>&nbsp;Alex investigates the role of entrepreneurship for and in AEC when utilizing nascent production technologies. He is a PhD researcher at the Chair of Innovative and Industrial Construction (Prof. Dr. Hall) at ETH Zürich - and can be reached at </span>&nbsp;
    </i>
  </b>
  <a href="https://walzer.tech/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>walzer.tech</span>
    </u>
  </a>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <a href="https://twitter.com/alexnikw" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>@alexnikw on Twitter</span>
    </u>
  </a>
  <b>
    <i>
      <span>. &gt;&gt;</span>
    </i>
  </b>
</p>
<h2 id="spanusing-parametric-design-on-the-cloud-span">Using Parametric Design On The Cloud!</h2>
<p>There are plenty of opportunities for those embracing new, collaborative digital workflows, no matter the size of the company or project. Ideally, it would mean better planning and faster building, overall better quality, and less environmental impact. As another bonus, it also entails more fun and motivation when working, less frustration for you and your team, and, possibly even shorter workdays - a perfect win-win.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1068x632/99863ca8bc/group-184.jpg" loading="lazy" />
</figure>
<h3 id="are-you-looking-to-apply-cloud-based-solutions-to-your-business">Are you looking to apply cloud-based solutions to your business?</h3>
<h3 id="spanfill-out-our-spannbspa-hrefhttps-appshapedivercom-registercontact-u-spancontact-form-span-u-aspannbspand-our-team-will-be-happy-to-listen-to-your-needs-and-guide-you-through-the-entire-process-span">
  <b>
    <span>Fill out our</span>&nbsp;
  </b>
  <a href="https://app.shapediver.com/register#contact" target="_blank">
    <u>
      <span>contact form</span>
    </u>
  </a>and our team will be happy to listen to your needs and guide you through the entire process.
</h3>
<h3 id=""></h3>
<h3 id="for-everything-else-parametric-check-out-our-a-hrefhttps-wwwshapedivercom-blog-targetblank-u-spanblog-span-u-anbspfor-updates-or-subscribe-to-our-newsletter-and-follow-us-on-a-hrefhttps-wwwinstagramcom-shapediver-hlen-u-spaninstagram-span-u-anbspand-a-hrefhttps-twittercom-shapediverlangen-u-spantwitter-span-u-a">For everything else parametric, check out our <a href="https://www.shapediver.com/blog/" target="_blank">
    <u>
      <span>blog</span>
    </u>
  </a>for updates or subscribe to our newsletter and follow us on <a href="https://www.instagram.com/shapediver/?hl=en" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>and <a href="https://twitter.com/shapediver?lang=en" target="_blank">
    <u>
      <span>Twitter</span>
    </u>
  </a>.</h3> ]]></content:encoded>
</item>
<item>
  <title>Can Cloud Applications Help Solve Fragmentation In The AEC Industry? | Pt. 1</title>
  <description><![CDATA[ This two-part article explores how cloud applications can help solve fragmentation within the architecture, engineering &amp; construction (AEC) industry, which has been growing at an exponential rate over past years as new technologies emerge and old ones are replaced due to obsolescence or increased costs of operations. ]]></description>
  <link>https://www.shapediver.com/blog/can-cloud-applications-help-solve-fragmentation-in-the-aec-industry-pt-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1201x631/cea21ebd43/aec-part-1-header.webp"></enclosure>
  <dc:creator><![CDATA[ Alex Walzer, Ezequiel López ]]></dc:creator>
  <pubDate>Tue, Oct 5, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <p>It is commonly known that AEC is an industry with low productivity and low margins. Yet, it is one of the largest industry sectors per percentage of GDP. This makes many wonders, how come it has not yet grown into a position of strength, such as seen in the Manufacturing Industry a few decades ago? In this two-part article, we’ll discuss some of the problems and opportunities that we see in the AEC Industry and propose a couple of solutions that could help solve some of the main challenges. Welcome to part 1!</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x703/de6849d2cf/group-179.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://redshift.autodesk.com/data-interoperability/" target="_blank">
    <b>
      <i>
        <span>AEC and its plenty stakeholders, Source: Autodesk Redshift</span>
      </i>
    </b>
  </a>
</p>
<h2 id="spanwaste-vs-added-value-span">Waste vs Added Value</h2>
<h3 id=""></h3>
<p>The assumption that construction deals with low productivity can be measured in several ways. Let’s look at the added value because in fact, today’s output of the sector is in a very severe position:</p>
<p>
  <b>
    <span>•</span>&nbsp;
  </b>60% of value in construction being wasted, such as in accidents, delays, waiting times, rework, unnecessary handling and damaging of materials, poor payment and tendering systems; the list goes on.
</p>
<p>
  <b>
    <span>•</span>&nbsp;
  </b>30% of value is lost due to support activities, such as procurement, logistics, cost estimating and management.
</p>
<p>
  <b>
    <span>•</span>&nbsp;
  </b>Only 5% to 10% is in the form of value creation, or in other words, what the customer actually wants.
</p>
<p>What can we do to understand the root cause(s) of these symptoms, how do we get started?</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x339/01cc4e4b4b/444.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://leanconstructionblog.com/The-Concept-of-Waste-as-Understood-in-Lean-Construction.html" target="_blank">
    <i></i>
    <u>
      <span>Value creation in construction, Source: Sarhan et. al.</span>
    </u>
  </a>
</p>
<h2 id="spansegmented-stakeholders-span">Segmented Stakeholders</h2>
<p>The AEC sector is fundamentally fragmented in several ways (often concurrently): within the individual project phases (such as within the design phase), as well across several phases and their stakeholders, and of course across individual projects. As a result, this fragmentation affects the productivity and competitiveness of the industry.</p>
<p>In fact, the value-add in the AEC sector is insufficient and margins are getting increasingly tighter each day. How can we excel moving forward to make this large industry more efficient? Glad you asked! One way is to look at other industries, such as software and financial services. The graphic below illustrates individual company users (red node), individual external users (blue node), and their connections, can you spot the difference?</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1300x637/ee9ef5aab8/group-181.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://blog.box.com/mapping-the-information-economy-a-tale-of-five-industries" target="_blank">
    <i></i>
    <u>
      <span>Network study of different industries, Source: Box</span>
    </u>
  </a>
</p>
<h2 id="spanlearning-from-non-project-based-industries-span">Learning From Non-Project-Based Industries</h2>
<p>At the root, the AEC industry and its companies are mainly (capital) project-based, which limits scalability naturally: each project and its stakeholders are unique. Looking to sectors such as software, financial services or (lean) manufacturing, AEC could potentially evolve from being project-based, to processes, platforms and eventually products, providing individual buildings but reusing existing knowledge and tools.</p>
<p>What might appear as obvious to people from other industries, AEC workflows often start “from scratch”, neglecting previously found solutions. We believe that there is no need to begin all over again with each project, so let's start by first looking at how digital workflows in AEC are structured today and how they could be improved in the future, starting today.</p>
<h2 id="spantodays-planning-amp-design-workflow-span">Today's Planning & Design Workflow</h2>
<p>In today’s AEC projects, digital information is stored by many specialized stakeholders, in different levels of detail, on several machines and accounts, using various software environments and data formats.</p>
<p>In many cases, information is often still being exchanged like a century ago: with drawings and reports printed on paper - breaking the digital chain of information across the projects only to re-digitize the information at a later moment again. As the goal is a flawless and thus lossless workflow, it is important to establish it as early as possible.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1295x726/dc4e7f79c3/group-182.jpg" loading="lazy" />
</figure>
<p>In order to apply and automate as much domain knowledge as possible, Application Programming Interfaces (or short, API) can allow for the conceptual hand-shake and check. Perfect, problem solved! Right? Not so fast.</p>
<p>APIs have specific import and export requirements, such as file formats and respective versioning. These details can create frictions on the workflow, potentially slowing it down or stopping it entirely, counteracting their very purpose.</p>
<p>A potential solution to this would require a universal data transfer file format, similar to what our developers at ShapeDiver have been working on together with TT CORE Studio: an open-source and platform-agnostic data format called <a href="https://github.com/shapediver/sdTF" target="_blank">
    <u>
      <span>sdTF</span>
    </u>
  </a>. We'll have a more in-depth article diving deeper in what this format can offer to the AEC and different industries.</p>
<h2 id="spanbreaking-down-barriers-span">Breaking Down Barriers</h2>
<p>As previously mentioned, CAD and BIM tools are frequently used in AEC. In fact, it is common to use several software environments in a single day. This requires specific technical training and continuous education on each of these platforms and it comes with further drawbacks: accessibility (import, export and storage), version-control and data-loss.</p>
<p>Each platform requires a software license and is commonly limited to a specific user or machine, mostly via a purchase or subscription model. So, what would it actually take to centralize CAD information and be able to import, change and export files natively through a single software environment? The aim of this integrated data workflow is to both ease the collaboration and extend the possibilities within. Hint: cloud-applications.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1301x767/c44609e392/group-192.jpg" loading="lazy" />
</figure>
<p>
  <i>
    <span>Workflow example through Rhino3D, Source: Rui de Klerk</span>
  </i>
</p>
<h2 id="spanpreview-of-part-2-span">Preview Of Part 2</h2>
<p>In <a href="https://www.shapediver.com/blog/can-cloud-applications-help-solve-fragmentation-in-aec-industry-pt-2" target="_self">Part 2 of this article</a>, we will have a look at the current state of cloud applications and discuss the opportunity of boosting remote work productivity, powered by these cloud-based services. This novel way of working allows for better and faster decision making and opens the way for real-time and online, interactive collaboration - right on any device, any browser, and anywhere.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1253x577/b57264cd1e/group-183.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <i>&lt;&lt; Special thanks to Alex Walzer for his collaboration during the writing of this article.</i>
  </b>
  <b>
    <i>
      <span>&nbsp;Alex investigates the role of entrepreneurship for and in AEC when utilizing nascent production technologies. He is a PhD researcher at the Chair of Innovative and Industrial Construction (Prof. Dr. Hall) at ETH Zürich - and can be reached at </span>&nbsp;
    </i>
  </b>
  <a href="https://walzer.tech/" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>walzer.tech</span>
    </u>
  </a>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <a href="https://twitter.com/alexnikw" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>@alexnikw on Twitter</span>
    </u>
  </a>
  <b>
    <i>
      <span>. &gt;&gt;</span>
    </i>
  </b>
</p>
<h2 id="spanusing-parametric-design-on-the-cloud-span">Using Parametric Design On The Cloud!</h2>
<p>There are plenty of opportunities for those embracing new, collaborative digital workflows, no matter the size of the company or project. Ideally, it would mean better planning and faster building, overall better quality, and less environmental impact. As another bonus, it also entails more fun and motivation when working, less frustration for you and your team, and, possibly even shorter workdays - a perfect win-win.</p>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1069x633/fadfd1beb1/group-184.jpg" loading="lazy" />
</figure>
<h3 id="are-you-looking-to-apply-cloud-based-solutions-to-your-business">Are you looking to apply cloud-based solutions to your business?</h3>
<h3 id="spanfill-out-our-spannbspa-hrefhttps-appshapedivercom-registercontact-u-spancontact-form-span-u-aspannbspand-our-team-will-be-happy-to-listen-to-your-needs-and-guide-you-through-the-entire-process-span">
  <b>
    <span>Fill out our</span>&nbsp;
  </b>
  <a href="https://app.shapediver.com/register#contact" target="_blank">
    <u>
      <span>contact form</span>
    </u>
  </a>and our team will be happy to listen to your needs and guide you through the entire process.
</h3>
<h3 id=""></h3>
<h3 id="for-everything-else-parametric-check-out-our-a-hrefhttps-wwwshapedivercom-blog-targetblank-u-spanblog-span-u-anbspfor-updates-or-subscribe-to-our-newsletter-and-follow-us-on-a-hrefhttps-wwwinstagramcom-shapediver-hlen-u-spaninstagram-span-u-anbspand-a-hrefhttps-twittercom-shapediverlangen-u-spantwitter-span-u-a">For everything else parametric, check out our <a href="https://www.shapediver.com/blog/" target="_blank">
    <u>
      <span>blog</span>
    </u>
  </a>for updates or subscribe to our newsletter and follow us on <a href="https://www.instagram.com/shapediver/?hl=en" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>and <a href="https://twitter.com/shapediver?lang=en" target="_blank">
    <u>
      <span>Twitter</span>
    </u>
  </a>.</h3> ]]></content:encoded>
</item>
<item>
  <title>Mass Customization, the Next Big Trend in eCommerce</title>
  <description><![CDATA[ Mass customization is a process that tailors products to an individual level, which allows for personalization and eliminates large inventory costs. It allows customers to have access to products they would never be able to find anywhere else, while at the same time saving businesses money on unsold inventory and production costs. In this article we dive in depth into what the practice is, what the benefits of adopting mass customization are, and how businesses can implement it into their operations. ]]></description>
  <link>https://www.shapediver.com/blog/mass-customization-in-ecommerce</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/806x499/76b7c5a714/h.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Sep 22, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>While the COVID pandemic undoubtedly shook up the way business is conducted, one of the largest impacts was the way 2020 saw a global acceleration in the adoption of digital trends. Among these, eCommerce was the one with the highest adoption rate. According to a recent <a href="https://www.appnovation.com/sites/default/files/2021-02/The%20Digital%20Consumer_Appnovation%20Research%20Report_FEB%202021.pdf?utm_source=press&amp;utm_medium=referral&amp;utm_campaign=research%20report%20digital%20consumer" target="_blank">February 2021 research</a>, 84% of Americans expect their digital brands to have a seamless experience between physical and online.</p>
<p>For a modern retail brand, <a href="https://www.shapediver.com/3d-configurators" target="_blank">eCommerce</a> is no longer an option. However, the rising supply of online shopping options has created an ever more competitive landscape in the eCommerce space. Tech giants like Amazon have created a high bar when it comes to customer satisfaction in the digital space. This, in turn, causes market trends to advance and evolve... and fast.</p>
<p>While the last decade saw the popularization of eCommerce as a concept, the next decade will shift the expectations of what a functional digital strategy and supply chain looks like to comply with the expectations of the modern consumer.</p>
<p>This brings us to the next big question on everyone's mind, what's next for eCommerce? What are the next trends and practices that will put early adopters ahead of the competition?</p>
<p>The answer: Mass Customization.</p>
<figure>
  <img alt="128" src="https://assets.shapediver.com/img_sb_mig/f/92524/942x495/9bab958686/group-128.jpg" loading="lazy" />
</figure>
<h2 id="spanwhat-is-mass-customization-span">What is Mass Customization?</h2>
<p>The term was first coined by IBM in 1984, <b>
    <span>mass customization</span>
  </b>is the production of goods according to precisely what individual customers want while keeping costs for manufacturers at a low level. This technique is the best for both <b>
    <span>personalization and production</span>
  </b>. This has prompted leading experts to agree that "mass customization" is the <b>
    <span>&nbsp;future of retail </span>
  </b>.</p>
<p>In a world where customers expect 2-day deliveries and seamless online experiences, the next big step will be the personalization of goods. With rising practices such as <a href="https://www.shapediver.com/blog/getting-to-know-distributed-manufacturing" target="_blank">Distributed Manufacturing</a> and 3D printing, Mass Customization is slowly, but surely, accelerating its way into becoming a widespread approach to shopping.</p>
<p>
  <br />In this article, we explore <b>
    <span>innovative methods</span>
  </b>being developed by large companies to allow customers to make <b>
    <span>personalized choices from a large selection of goods</span>
  </b>thus helping restore <b>
    <span>individuality to scalability</span>
  </b>.  Let’s dive straight in!</p>
<figure>
  <img alt="gif" src="https://assets.shapediver.com/img_sb_mig/f/92524/1504x778/c7dee1062d/ezgif-com-gif-maker-12.gif" loading="lazy" />
</figure>
<p>Mass customization has two components: <b>
    <span>personalization based on user choice</span>
  </b>and <b>
    <span>"synchronous production</span>
  </b>" using tools such as 3D printing or computer-controlled machine tools to produce goods with top-notch quality.</p>
<h4 id="span1-personalization-span">1. Personalization:</h4>
<p>This empowers customers to choose from a large number of possible options, such as custom-designed shoes, or personalized kitchenware, which may include paint colors and the choice of handles for a particular pot. When designing these goods in the 'factory', for example using computer-aided design (CAD), manufacturers are able to see the finished product before they make it so that they can ensure that each unit produced is just right.</p>
<p>
  <br />In this way, brands can provide <b>
    <span>more value to their customers</span>
  </b>and the customers <b>
    <span>&nbsp;feel more connected to the brand </span>
  </b>on a personal level.</p>
<figure>
  <img alt="personal" src="https://assets.shapediver.com/img_sb_mig/f/92524/1204x392/43b3f8574b/group-130.jpg" loading="lazy" />
</figure>
<h4 id="2nbsp-spansynchronous-production-span">
  <br />2. <b>
    <span>Synchronous production:</span>
  </b>
</h4>
<p>When brands want to create customized items as soon as their customers order, they switch to Synchronous production. This is easily achieved through the usage of machines such as robots and High tech 3D printers.</p>
<p>One of the most interesting things about this technique is that it is not only meant for <b>
    <span>giant companies</span>
  </b>but also most appropriate for <b>
    <span>small entrepreneurs and brands</span>
  </b>to provide customers with a unique and <b>
    <span>personalized offer</span>
  </b>, which is often difficult to achieve by the former due to their rigid manufacturing operations. We discuss more benefits like these in our blog <a href="https://www.shapediver.com/blog/the-quest-for-customization-in-a-world-of-economies-of-scale" target="_blank">
    <u>
      <span>The Quest For Customization In A World Of Economies Of Scale</span>
    </u>
  </a>.</p>
<figure>
  <img alt="11" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x577/a8bcb231ee/group-11.jpg" loading="lazy" />
</figure>
<h2 id="spanwhy-is-the-practice-becoming-more-relevant-spanspan-br-spanspan-br-span">
  <b>
    <span>Why is the practice becoming more relevant?</span>
  </b>
  <br />
  <br />
</h2>
<p>Mass customization was developed as a response to the rise of <b>
    <span>personalization on the web</span>
  </b>. <b>
    <span>Most successful retailers</span>
  </b>have found that while customers are happy to browse through large numbers of products, they increasingly prefer to order customized goods - choosing from a small number of options such as color or size.</p>
<p>
  <br />Customers then want an efficient service that provides <b>
    <span>&nbsp;fast delivery </span>
  </b>but at a <b>
    <span>relatively affordable price</span>
  </b>. Mass customization satisfies these needs by <b>
    <span>creating goods in bulk</span>
  </b>, using technologies such as 3D printing or robotics, which reduce the <b>
    <span>complexity and cost of production</span>
  </b>while maintaining <b>
    <span>high quality</span>
  </b>.</p>
<figure>
  <img alt="4" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x583/45936a70b2/group-124.jpg" loading="lazy" />
</figure>
<h2 id="spanwhat-are-the-benefits-of-mass-customization-in-ecommerce-span">What are the benefits of Mass Customization in eCommerce?</h2>
<p>Today mass customization is practiced mainly by large manufacturers, but the technology itself is highly adaptable for many small businesses or brands too. For example, it could easily be applied to services like e-book publishing, e-commerce sites, luxury products and so much more that need quick visualization before placing orders. This subject is briefly explored in our blog on <a href="https://www.shapediver.com/blog/online-3d-configurators-6-use-cases" target="_blank">
    <u>
      <span>Online 3D Configurators: 6 use cases</span>
    </u>
  </a>
  <a href="https://www.shapediver.com/blog/online-3d-configurators-6-use-cases" target="_blank">
    <br />
  </a>
  <a href="https://www.shapediver.com/blog/online-3d-configurators-6-use-cases" target="_blank">
    <br />
  </a>Some of the benefits of mass customization include:
</p>
<h3 id="1-faster-delivery">
  <br />1) Faster Delivery</h3>
<p>With Mass customization, custom-made goods are produced in bulk, which then just need to be sorted and packed for delivery. This means that orders can be shipped much faster than with smaller individual lots of items. <b>
    <span>&nbsp;More orders shipped, more sales made!</span>
  </b>
</p>
<h3 id="2-reduced-costs-amp-complexity">2) Reduced Costs & Complexity
  <br />
</h3>
<p>In Mass production, to make a decent sense from a business perspective, a high volume of orders needs to process, which inadvertently escalates costs and increases complexity. Whist in Mass customization, you only produce what you sell. This way, you keep your costs low, make production less complex and keep customers happy with the best quality of products.
  <br />
  <br />
</p>
<h3 id="3-reduced-shipping-costs">3) Reduced Shipping Costs</h3>
<p>With mass customization, there is no need to send out samples or prototype products because the consumer has no limited options. This means that shipping is highly efficient. Since shipping is becoming increasingly expensive, mass customization offers a great cost advantage. (Costs can even be further reduced by applying practices like <a href="https://docs.google.com/document/d/1h-ioGCeKwfu5W_Jbn6gVrdrizCGDNqhRYEqVWnhFtYA/edit#" target="_blank">
    <u>
      <span>distributed manufacturing</span>
    </u>
  </a>.)</p>
<h3 id="4-improved-quality">4) Improved Quality
  <br />
</h3>
<p>The entire process of Mass customization is based on providing products according to specified specifications. It also helps in improving the quality of individual items, and this means that mass customized goods are, in most ways, always uniform, of high quality, and up to precise specifications.</p>
<h3 id="5-better-control-over-the-supply-chain">5) Better Control Over The Supply Chain</h3>
<p>Mass customization allows manufacturers to control inventory levels in their supply chain by allowing them to predict demand more accurately.
  <br />
  <br />This prevents overproduction of goods that may have a short shelf-life or may end up being returned by customers due to minor defects. The increased efficiency and production means that manufacturers can respond more quickly and cost-effectively to changes in demand.</p>
<h3 id="6-environmentally-friendly">6) Environmentally Friendly</h3>
<p>Where mass production emphasizes economies of scale, mass customization focuses on the needs of individual customers. With mass production, brands produce large volumes of a single product and make minor adjustments to the assembly process for each specific customer order.
  <br />
  <br />
</p>
<p>Mass customization can involve customizing every detail about an item or service: materials, design, packaging, colors or flavors in food products, location of delivery, and more. This allows for on-demand manufacturing at reduced levels of waste and pollution when compared to traditional manufacturing. This subject is further explored in <a href="https://www.shapediver.com/resources/client-case-studies/nomade-case-study" target="_blank">our Nomade Editions case study</a>.</p>
<figure>
  <img alt="7" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x370/56018b95e8/group-117.jpg" loading="lazy" />
</figure>
<p>Many experts agree that mass customization will become widespread in the coming years. If mass customization becomes integrated into eCommerce, it could transform the industry and ensure that e-commerce enjoys continued success.</p>
<p>Companies like <a href="https://unruhfurniture.com/product/creekmore-dining-table/" target="_blank">
    <u>
      <span>Unruh Furniture</span>
    </u>
  </a>in the United States and <a href="https://www.nove25.net/en/mynove25/oval-celebration-ring" target="_blank">
    <u>
      <span>Nove25</span>
    </u>
  </a>in Italy are already applying mass customization using 3D Configurators in their eCommerce ecosystems. This has allowed them to position themselves as highly innovative and provide a truly personalized purchasing experience.</p>
<figure>
  <img alt="13" src="https://assets.shapediver.com/img_sb_mig/f/92524/1436x630/c917405cbd/ezgif-com-gif-maker-13.gif" loading="lazy" />
</figure>
<h2 id="spanhow-can-you-implement-mass-customization-span">How can you implement Mass Customization?</h2>
<p>More and more companies are finding that customizing products to <b>
    <span>suit individual needs</span>
  </b>is a great way to increase conversions. As we all know, eCommerce is a business in which it is vital for websites or merchants to maintain a <b>
    <span>&nbsp;healthy conversion rate </span>
  </b>. For this to be achieved, the site must not only offer products that consumers want but also provide flexibility with these items so that customers can purchase exactly what they need.</p>
<p>In the past, customization has always been something reserved for high-end and luxury goods that tend to be expensive. But now, thanks largely to the Internet age, mass customization has become an <b>
    <span>affordable option</span>
  </b>for small businesses of any shape or size as well as large corporations with extensive budgets.</p>
<p>As an <b>
    <span>eCommerce business</span>
  </b>, your primary goal is to open up a line of communication with customers and provide them with a <b>
    <span>personalized product</span>
  </b>. Mass customization is one way to do this. By adding aspects like custom colors, logo integration, and monogramming to your offerings you are able to cater to <b>
    <span>&nbsp;individual tastes and preferences </span>
  </b>while also creating an opportunity for increased revenue.</p>
<p>But how exactly does one implement mass customization? Here are five key steps:</p>
<h3 id="figure-img-alt12-srchttps-astoryblokcom-f-92524-1200x512-cdb0cc857a-group-12png-figcaption-classtext-center-figcaption-figure1-start-with-a-list">
  <figure>
    <img alt="12" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x512/cdb0cc857a/group-12.jpg" loading="lazy" />
  </figure>
  <br />
  <br />1) Start With A List
</h3>
<p>Create a list of all potential customization options that fit into the shape of your specific needs. This will be important later on when it comes time for budgeting purposes as well as a presentation during the implementation phase with customers. This should be manageable, but keep in mind some items may not make the final cut.</p>
<h3 id="2-customizable-options">
  <br />2) Customizable Options</h3>
<p>Make an inventory of the customization options you identified in step 1 and use that information to create a spreadsheet with a checklist of all of the options. This is where it comes in handy to have an overview of all the possible customization options available. You can use different colors, fonts, and other design elements for each option.</p>
<h3 id="3-listen-to-your-customers">
  <br />3) Listen To Your Customers</h3>
<p>Brainstorm with potential customers on what they would prefer to see brought to life by your eCommerce business through a custom design. Invite them to provide you with their thoughts or ask them to draw a picture of their ideal look. This will enable you to create a design that includes your options and their suggestions. Win-win for Both.!</p>
<h3 id="4nbsp-spanmake-budgeting-easy-span">
  <br />4) <b>
    <span>Make Budgeting Easy</span>
  </b>
</h3>
<p>Once the design is finalized, work on the budgeting procedures. You will need to decide how much money you want to allocate for each option, whether there are any additional costs beyond the estimates in step 2, and if it is feasible for you to try out all those ideas at once.</p>
<h3 id="5nbsp-spangreat-ui-and-ux-span">5) <b>
    <span>Great UI and UX</span>
  </b>
</h3>
<p>Finally, you can create a user-friendly interface to add to your eCommerce website for your customers to understand their options and find the right parameters that fits them. A good way to do this is by adopting a parametric 3D Configurator approach. These are truly customizable 3D models of your product that can be shaped and molded by any parameter you want them to (scale, color, material...).</p>
<figure>
  <img alt="6" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x591/441b14b8d0/group-126.jpg" loading="lazy" />
</figure>
<p>A good example of how these 3D configurators work in an eCommerce environment is the buying experience of the company <a href="https://www.shapediver.com/blog/getting-to-know-custom-light-designs-with-shapelamp" target="_blank">
    <u>
      <span>Shapelamp</span>
    </u>
  </a>, which allows users to design their own lighting unit that will then be automatically sent a manufacturing order through CNC cutters. You can try their configurator by visiting their <a href="https://shapelamp.com/create/" target="_blank">
    <u>
      <span>website</span>
    </u>
  </a>.</p>
<figure>
  <img alt="20" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x635/0085b2519a/group-20.jpg" loading="lazy" />
</figure>
<p>All in all, mass customization is the next step in the evolution of eCommerce. Its implementation can help create an even more successful online marketplace by providing better customer service and creating a personalized buying experience.
  <br />
  <br />Although the global pandemic has accelerated the adoption of eCommerce worldwide, mass customization is simply beginning to take up. Ecommerce and Mass Customization, according to eMarketer research, is all but set to increase in both volume and capital in the coming years. With the right tools and strategies at your helm, for incremental growth, the right time to push is now.  </p>
<figure>
  <img alt="9" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x477/ec4a2c9333/group-129.jpg" loading="lazy" />
</figure>
<p>Mass Customization is a rising trend that is gaining popularity and becoming more accessible through the years. This practice is already allowing companies from all shapes and sizes to cut down on costs while increasing customer satisfaction and creating brand diversification. As eCommerce becomes the new norm of the retail world, tailoring experiences to the individual will no undoubtedly become the next step.</p>
<p>Thinking about integrating mass customization or 3D experiences into your eCommerce startup and would like guidance on the process? Fill out our <a href="https://app.shapediver.com/register#contact" target="_blank">
    <u>
      <span>contact form</span>
    </u>
  </a>and our team will be happy to listen to your needs and guide you through the entire process.</p>
<p>For everything else parametric, check out our <a href="https://www.shapediver.com/blog/" target="_blank">blog</a> for updates or subscribe to our newsletter and follow us on <a href="https://www.instagram.com/shapediver/?hl=en" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>and <a href="https://twitter.com/shapediver?lang=en" target="_blank">
    <u>
      <span>Twitter</span>
    </u>
  </a>.</p> ]]></content:encoded>
</item>
<item>
  <title>Four Ideas For Customizing Everyday Products with 3D Printing (&amp; Grasshopper)!</title>
  <description><![CDATA[ In this video tutorial, we explore four different ideas that take advantage of the power of 3D Printing and Parametric Design to customize everyday objects! ]]></description>
  <link>https://www.shapediver.com/blog/four-ideas-for-customizing-everyday-products-with-3d-printing-and-grasshopper</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/580721e9-e1cf-47ec-800a-8eb54aa91a47.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Sep 7, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <p>As 3D printing becomes more and more accessible to everyone, its opening new opportunities to innovate in different industries. With 3D printing, you can create (almost) anything: from a large house to a small object that you can use in your everyday life.</p>
<p>In this video tutorial, Edwin Hernandez, Lead Computational Designer at ShapeDiver, shares "4 Ideas For Customizing Everyday Products w/ 3D Printing (& Grasshopper)!" Let's dive straight in!</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/UKkfv51sfgs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p></p>
<h2 id="1-create-a-3d-printable-pot-planter">1. Create A 3D Printable Pot/Planter</h2>
<figure>
  <img alt="planter" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x386/9ab332b821/group-118.png" loading="lazy" />
</figure>
<p>Starting from developing a simple parametric Pot Grasshopper script, you can create your parametric pot design. However, with the power of ShapeDiver, not only can you visualize your model, but you can also share it with thousands of others to view and 3D print it on their own. Upload the Grasshopper script, toggle, and play with many parameters like base diameter, base thickness, base profile, and so on!</p>
<h2 id="2nbspcreate-a-3d-printable-laptop-cover">
  <br />2. Create A 3D Printable Laptop Cover!</h2>
<p>
  <br />
</p>
<figure>
  <img alt="rack" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x346/7b63a07b5b/group-117.png" loading="lazy" />
</figure>
<p>
  <br />
</p>
<p>Once we have a 3D model of our product, in this case, it's an Apple Macbook Air, and we can design its back cover in exciting patterns and designs. Using Lunchbox Plugin for the practices and Squid Plugin, we create a highly customizable and personalized design. But why not share it with the world? Well, ShapeDiver it!</p>
<p>Upload it on ShapeDiver, customize your model and see it visualized in real-time. Best part? Export the final product file to your 3D printer and see your product turn into reality!</p>
<h2 id="3-create-a-3d-printable-bottle-cover-wrapper">3. Create A 3D Printable Bottle Cover/Wrapper!</h2>
<figure>
  <img alt="bottle" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x421/83ab91b0d0/group-116.png" loading="lazy" />
</figure>
<p>How is this for a cool gifting Idea? A 3D printed customized wine bottle cover. Take an image, in this case, a Beatles album cover, run it through ShapeDiver ImageImportComponent and Rooster Plugin, and wrap it around our bottle using Surface Morph Component. Viola! With that, our Wine bottle cover is ready to be printed.</p>
<p>But why stick to just one image? Upload your Grasshopper script and easily create thousands of bottle covers with various images instantly! Please share them with your friends, family, and thousands of others online with the help of ShapeDiver.</p>
<h2 id="4-create-a-3d-printable-airtag-keychain">4. Create A 3D Printable AirTag Keychain!</h2>
<figure>
  <img alt="3d air tag" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x380/73f52e3351/3d-air-tag.jpg" loading="lazy" />
</figure>
<p>Apple AirTags is a fantastic and helpful accessory, especially in its ability to locate lost objects. Just put it in your bag, on your bicycle, or in your wallet and forget it! It's that easy. However, due to its small size, it's also effortless to lose it. What if we could print out a 3D keychain for the AirTag? Well, in this example, we do just that.</p>
<p>And not only do we explore how to customize it, but we also upload it to ShapeDiver and access lots of parameters to tweak and change. Once we design the one we like the best, we can then export the 3D file to our 3D printer and see our designs in reality!</p>
<h2 id="bottom-line">Bottom Line</h2>
<p>We hope that these four ideas involving 3D printing and Grasshopper helped you kickstart your creativity. Possibilities are literally endless, and we can't wait to see what you build using our platform!</p>
<p>Do you have a great idea to share? Let us know by tagging us on <a href="https://twitter.com/shapediver" target="_blank">Twitter</a> or <a href="https://instagram.com/shapediver" target="_blank">Instagram</a>!</p>
<h3 id="ltlt-do-you-have-any-questions-or-comments-make-sure-to-let-us-know-via-our-a-hrefhttps-discoursemcneelcom-c-grasshopper-shapediver-98-targetblankforum-a-our-development-team-is-ready-to-provide-cost-free-assistance-and-troubleshooting-if-you-need-to-upgrade-your-account-and-increase-your-computation-time-head-to-our-website-and-reach-out-to-us-via-our-contact-formgtgt">&lt;&lt; Do you have any questions or comments? Make sure to let us know via our <a href="https://discourse.mcneel.com/c/grasshopper/shapediver/98" target="_blank">Forum</a>. Our development team is ready to provide cost-free assistance and troubleshooting! If you need to upgrade your account and increase your computation time, head to our website and reach out to us via our contact form.&gt;&gt;</h3>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Distributed Manufacturing!</title>
  <description><![CDATA[ Distributed Manufacturing is the production of goods at the point or near to the point of consumption by end users. In this article, we’ll explore what it is, its benefits and how any company can adopt it for its own business strategy. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-distributed-manufacturing</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x688/5484656fe7/distributed-manufacturing.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Aug 30, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Since the Industrial Age, businesses have been characterized by centralizing their manufacturing capabilities, costing them crucial time, limiting their reach, and most importantly increasing their product’s carbon footprint.</p>
<p>To change this linear approach to Manufacturing, according to the <a href="https://press.hp.com/us/en/blogs/2020/hp-digital-manufacturing-report.html" target="_blank">
    <u>
      <span>&nbsp;HP Digital Manufacturing Report </span>
    </u>
  </a>, out of 2000 companies that took part in the survey, a whopping 52% of companies are looking into Distributed Manufacturing, a technique that is seamlessly transforming how products are designed, produced, and shipped to customers.</p>
<p>In this article, we’ll explore what Distributed Manufacturing is, its benefits and how any company can adopt it for its own business strategy. Let’s get started!</p>
<h2 id="spanwhat-is-distributed-manufacturing-span">What is Distributed Manufacturing?</h2>
<p>Simply put, <a href="https://en.wikipedia.org/wiki/Distributed_manufacturing" target="_blank">
    <u>
      <span>Distributed Manufacturing</span>
    </u>
  </a>is the production of goods at the point or near to the point of consumption by end users. It has furthermore come into the limelight due to multiple reasons, but mainly because it is reinventing the manufacturing industry from its linear, monolithic and closed approach to a more transparent, customizable, and small-business friendly approach.</p>
<p>Additionally, the <a href="https://unctad.org/news/how-are-maritime-freight-rates-affected-rising-oil-prices" target="_blank">
    <u>
      <span>rising energy prices have directly influenced the increase in shipping costs</span>
    </u>
  </a>, all while adding exponential stress and increasing the burden on the environment.</p>
<p>Finally, <a href="https://www.jabil.com/blog/covid-19-supply-chain-impact.html" target="_blank">
    <u>
      <span>COVID-19 induced supply outages worldwide</span>
    </u>
  </a>, which have caused manufacturers to relook and move their production processes nearer to the consumers for business continuity and safeguarding themselves from any disruptions caused due to trade and tariff wars.</p>
<p>These reasons have led to the growing adoption of distributed manufacturing or “Localised Manufacturing” as a business strategy and therefore it is not surprising that many companies are looking into this method for 2021 and beyond.</p>
<figure>
  <img alt="What is Distributed Manufacturing.png" src="https://assets.shapediver.com/img_sb_mig/f/92524/1202x587/5d7a73a6fd/what-is-distributed-manufacturing.png" loading="lazy" />
</figure>
<h2 id="the-rise-of-distributed-manufacturing">The Rise of Distributed Manufacturing</h2>
<p>Distributed Manufacturing has been around for some decades now. However, due to a wide number of reasons, businesses have been motivated to rethink their production processes.</p>
<p>Over the years, Distributed Manufacturing has come up to be a proven business strategy for businesses with products that have a high need for personalization.</p>
<p>
  <a href="https://www.shapediver.com/blog/on-local-resilience-during-covid-19-times" target="_blank">
    <u>
      <span>Distributed manufacturing is also one of the key elements that helped small businesses stay afloat during the nationwide lockdowns that swept the globe during the COVID-19 pandemic.</span>
    </u>
  </a>
</p>
<p>On the one hand, it describes the merging of internet platforms with more adaptive, flexible, and digital manufacturing technologies. It embodies a vision of the future in which everyday goods can be personalized and manufactured on demand within short distances of customers or end-users.</p>
<h2 id="spandesign-locally-service-globally-benefits-of-distributed-manufacturing-for-businesses-span">Design Locally, Service Globally - Benefits of Distributed Manufacturing for Businesses</h2>
<p>The benefits of Distributed Manufacturing are manifold for customers:</p>
<figure>
  <ol>
    <li>The final design and characteristics of a product can be decided at the very end when the customer is about to make the purchase. This ensures that the client is more satisfied with the final outcome and less likely to send it back.</li>
    <li>Automated production methods, such as 3D printing and laser cutting, reduce human error and ensure that only the right amounts of material are used to manufacture any given custom product, thus eliminating waste and the need for keeping an inventory.</li>
    <li>Manufacturing happens when and where it is needed, most of the time very close to the customer instead of in far away, centralized locations. This flexible on-demand manufacturing avoids any pre-financing of products, minimum manufacturing quantities, or over-manufacturing, as such enabling an efficient and low-risk approach.</li>
    <li>Warehousing costs get reduced, or in many cases eliminated entirely, as well as logistics and shipping expenditures, which reduces a product’s carbon footprint. A product doesn’t need to travel from far away places, but rather from a local fablab or in other cases the customer can manufacture the product herself at her own home via 3D printing.</li>
  </ol>
</figure>
<figure>
  <img alt="Rise of Distributed Manufacturing.jpg" src="https://assets.shapediver.com/img_sb_mig/f/92524/1201x630/200de1918c/rise-of-distributed-manufacturing.jpg" loading="lazy" />
</figure>
<h2 id="spanadoption-of-distributed-manufacturing-for-your-business-spanspan-br-spanspan-br-span">
  <b>
    <span>Adoption of Distributed Manufacturing For Your Business</span>
  </b>
  <br />
  <br />
</h2>
<p>We have now briefly understood how this approach works and how it can benefit a business. However, is it right for your business and if so, how can you adopt it successfully?</p>
<p>To successfully adopt Distributed Manufacturing for your business, digitization of manufacturing at multiple levels needs to be embraced. Digitization will not only accelerate the growth but also help in scaling up your business offerings to a larger, global, higher-paying clientele.</p>
<p>Our research highlights 4 major facets of your business that needs digitization for better adoption of Distributed Manufacturing, they are as follows:</p>
<figure>
  <ol>
    <li>
      <b>
        <span>Production Strategy:</span>&nbsp;
      </b>Rethink your production strategy in order to embrace advanced production methods such as 3D printing and CNC methods.
      <br />
    </li>
    <li>
      <b>
        <span>Production Automation:</span>&nbsp;
      </b>Automate the generation of production files, via software like Grasshopper. This also enables having products with a high number of parameters.
      <br />
    </li>
    <li>
      <b>
        <span>Remote Collaboration:</span>&nbsp;
      </b>Allow users to customize a product from anywhere and any device, for example with cloud platforms that host Grasshopper files like ShapeDiver.
      <br />
    </li>
    <li>
      <b>
        <span>Digital Storefront:</span>&nbsp;
      </b>offer a website that allows clients to pay and customize their products with a custom and intuitive UI and the latest payment options.
    </li>
  </ol>
</figure>
<h3 id="span1-production-strategy-span">1. Production Strategy</h3>
<p>The traditional way of manufacturing parts and shipping to various destinations is almost unsustainable in the present world, especially for smaller companies. There is a pressing need to rethink the production strategy of your business to stay competitive and provide value to your customers. Therefore it is inevitable as we have to embrace advanced production methods such as 3D printing and CNC methods that have a transformative impact on the ways we make our products. Integrating these advanced production methods not only makes financial sense but also safeguards our business to supply chain outages. <a href="https://shapediver.com/blog/improving-construction-with-additive-manufacturing" target="_blank">
    <u>
      <span>Here’s how the production strategies in the Construction industry are undergoing a digital transformation.</span>
    </u>
  </a>
</p>
<figure>
  <img alt="Production Strategy" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x383/b961b3a501/production-strategy.jpg" loading="lazy" />
</figure>
<h3 id=""></h3>
<h3 id="span-br-spanspan2-production-automation-span">
  <br />2. Production Automation</h3>
<figure>
  <img alt="Grasshopper Production Strategy" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x656/8b0db6cb23/grasshopper-production-strategy.jpg" loading="lazy" />
</figure>
<p>One of the most crucial and tedious steps is to create a detailed and precise fabrication file for your product. Add in customizable parameters in the mix, where clients custom configure their purchases/products, your business is now burdened with extra costs, delay in the creation of production files, and increase in production times.</p>
<p>However, via <a href="https://www.shapediver.com/blog/getting-to-know-computational-design" target="_blank">Computational Design</a> and software like <a href="https://www.shapediver.com/blog/unconventional-ways-you-can-use-grasshopper-as-a-prototyping-tool" target="_blank">
    <u>
      <span>Grasshopper</span>
    </u>
  </a>, any business can automate the process of file creation while also enabling to launch products with a high number of parameters that customers can choose from. This is not just limited to <a href="https://www.shapediver.com/blog/cnc-furniture-from-sketch-to-prototype-using-rhino-amp-grasshopper" target="_blank">
    <u>
      <span>getting a sketch into a functioning prototype</span>
    </u>
  </a>but can be extended to complex business processes such as Jewellery design and Furniture design. <b>
    <span>
      <br />
    </span>
  </b>
</p>
<h3 id="span3-remote-collaboration-span">3. Remote Collaboration</h3>
<p>After resolving how customizable products can be manufactured and production files can be automated, the next step is to host these files on the cloud and allow users to customize a product from anywhere and any device.</p>
<p>To empower users for this kind of experience, a robust cloud application is of prime importance. One that hosts Grasshopper files as well as helps users to customize their favorite products with ease and convenience.</p>
<p>
  <a href="https://shapediver.com/blog/compute-in-the-cloud-with-shapediver" target="_blank">
    <u>
      <span>ShapeDiver is a cloud application that not only hosts your Grasshopper files</span>
    </u>
  </a>but also integrates seamlessly into your existing design framework, helping you have an unlimited number of customizable parameters for your products.
</p>
<figure>
  <img alt="Remote Collaboration" src="https://assets.shapediver.com/img_sb_mig/f/92524/1203x581/0862fc8e39/remote-collaboration.jpg" loading="lazy" />
</figure>
<h3 id="span-br-span-span4-digital-storefront-spanspan-br-spanspan-br-span">
  <br />
  <b>
    <span>4. Digital Storefront</span>
  </b>
  <br />
  <br />
</h3>
<p>Once we have a seamless integration of all things that happen during and after purchasing a product, it's now time to have a storefront that not only lets users customize products but also lets users seamlessly pay and order their products directly.</p>
<p>Online 3D configurators provide great value to both your business and your customers when seamlessly integrated with your digital store. This Digital storefront is nothing but your own website that has a flawless integration of ShapeDiver and payment gateways. <a href="https://www.shapediver.com/blog/online-3d-configurators-6-use-cases" target="_blank">
    <u>
      <span>Here are 6 different use cases for integrating 3D configurators onto your website.</span>
    </u>
  </a>
</p>
<figure>
  <img alt="Digital Storefront" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x578/bc1418ef9d/digital-storefront.jpg" loading="lazy" />
</figure>
<p>How does everything look when put together? <a href="https://nomade-editions.myshopify.com/products/table-design-shapediver" target="_blank">A great example is Nomade Editions from Germany.</a> They offer their clients the ability to order a fully fabricated table, shipped to their home or a more eco-friendly alternative of just purchasing the production file. This allows their clients to use a local FabLab instead of having the product shipped directly to their address. <a href="https://www.shapediver.com/resources/client-case-studies/nomade-case-study" target="_blank">Here's an interview with Nomade's owner</a>, Paolo de Jesus.</p>
<h2 id="spansumming-up-span">Summing Up</h2>
<p>As we learned in this article, Distributed Manufacturing is a process that brings many benefits not only at the business level, but also at the environmental one. For this reason, we believe that every business should incorporate this methodology into their supply chain at least to some degree, be it in production strategy, production automation, remote collaboration, and even on your own website.</p>
<p>However, it is also far more important to not just adopt it but also have the right framework to ensure its success. ShapeDiver is a great platform that helps not only to build but also allows seamless integration of cloud applications with the power of Grasshopper and parametric design.
  <br />
</p>
<p>Are you thinking about integrating Additive Manufacturing or 3D experiences into your eCommerce startup and would like guidance on the process? fill out our <a href="https://app.shapediver.com/register#contact" target="_blank">
    <u>
      <span>contact form</span>
    </u>
  </a>and our team will be happy to listen to your needs and guide you through the entire process.</p>
<p>
  <br />For everything else parametric, check out our blog for updates or subscribe to our newsletter and follow us on <a href="https://www.instagram.com/shapediver/?hl=en" target="_blank">
    <u>
      <span>Instagram</span>
    </u>
  </a>and <a href="https://twitter.com/shapediver?lang=en" target="_blank">
    <u>
      <span>Twitter</span>
    </u>
  </a>.</p> ]]></content:encoded>
</item>
<item>
  <title>Top 5 Things I Learned While Creating A Lamborghini Configurator!</title>
  <description><![CDATA[ In this article, automotive designer Michele Farina shares 5 things he learned while designing a Lamborghini configurator that helped him push the boundaries of what Grasshopper and ShapeDiver can do. ]]></description>
  <link>https://www.shapediver.com/blog/top-5-things-i-learned-while-creating-a-lamborghini-configurator</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/c774edc98b/lamborghini-configurator.webp"></enclosure>
  <dc:creator><![CDATA[ Michele Farina ]]></dc:creator>
  <pubDate>Mon, Aug 16, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; This is a guest post written by </i>
</b>
<a href="https://www.linkedin.com/in/michele-farina/" target="_blank">
  <b>
    <i>Michele Farina</i>
  </b>
</a>
<b>
  <i>. He is an Italian designer, post-graduate cum laude in Automotive Design at IAAD (Istituto d'Arte Applicata e Design). Finalist of APEV contest, winning of IAAD Group thesis with Piaggio, car-design intern at Ferrari S.p.A. and generative design intern at BMW Group. Now freelancing as a creative designer and working as a parametric designer at ShapeDiver. &gt;&gt;</i>
</b>
<p>
  <i>
    <span>Hello, I’m Michele Farina, Automotive Designer and Grasshopper Specialist at ShapeDiver.</span>
  </i>
</p>
<p>In this blog post I will teach you how to push the boundaries of the ShapeDiver viewer in order to achieve high quality rendering results. I will unveil some tricks that allow to create a more realistic configurator and improve the user experience of your clients without compromising performance.</p>
<p>Hold on to your door handle and get ready to race through these 5 things I learned while creating this Lamborghini configurator with Grasshopper and ShapeDiver!</p>
<figure>
  <img alt="57" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x63/7de29e48b6/group-57.jpg" loading="lazy" />
</figure>
<h3 id="span1-optimizing-with-booleans-amp-attached-transformations-span">1. OPTIMIZING With Booleans & Attached Transformations</h3>
<p>This Lamborghini is made of several parts of a very different nature:</p>
<p>The body of the car is mostly a static design that can be designed in any 3D design software (Maya, Blender, etc…) and exported as low poly meshes that can be internalized in the Grasshopper definition. Then there are two distinct parametric parts of the car: the rims and the grille. Those are created from scratch in Grasshopper.</p>
<p>The first way to optimize your definition is using booleans to break the computation of some parts of the script when it’s not used.</p>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x578/29b891ab13/group-65.jpg" loading="lazy" />
</figure>
<p>All these wheel variations above are built in low poly through <a href="https://www.food4rhino.com/en/app/kangaroo-physics" target="_blank">Kangaroo</a>. If refinement is needed, a toggle connected to <a href="https://www.giuliopiacentino.com/weaverbird/" target="_blank">
    <u>
      <span>Weaverbird</span>
    </u>
  </a>’s <i>
    <span>Catmull-Clark </span>
  </i>component would smooth them.</p>
<p>Also, the <b>
    <i>
      <span>GO INSANE!</span>
    </i>
  </b>parameter uses a value list that works as a toggle enabling and disabling some Mesh+ components to create fancy surface refinements for the rims.</p>
<p>Remember that there is a <a href="https://stackoverflow.com/questions/4998278/is-there-a-limit-of-vertices-in-webgl" target="_blank">
    <u>
      <span>hard WebGL limit of 64k vertices per mesh</span>
    </u>
  </a>(16 bits), so every branch of all <i>
    <span>ShapeDiverDisplayGeometry</span>
  </i>components should not exceed that limit. One should also pay attention to the total number of vertices for all meshes in the scene, but limitations will mainly depend on the GPU of the device being used.</p>
<p>The second way to optimize your script is to reduce the number of meshes generated in the Grasshopper model, and thus reducing both its computation time and the download time of updates for the online ShapeDiver model.</p>
<p>This is relevant in particular if the same geometry is reproduced several times across the definition. A key component in that case is a C# script we developed at ShapeDiver: the <i>
    <span>XFormGeo</span>
  </i>component (you can download it <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/lamboBlogPost/xFormGeo.ghcluster" target="_blank">
    <u>
      <span>here</span>
    </u>
  </a>). The C# script works similar to the native Grasshopper Transform component, but it attaches some transformations to the original mesh without creating new meshes.</p>
<p>We are tricking the <i>
    <span>ShapeDiverDisplayGeometry</span>
  </i>, giving it a mesh and transformation, saving many vertices and usually a bit of computation time. Check the comparison between the Transform and C# script methods:</p>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1232x401/a29117f37b/grasshopper-rhino.jpg" loading="lazy" />
</figure>
<p>Using the Transform method (above), the operation takes about 7ms of computation time locally. If the tree of meshes is flattened and joined together, we end up with a mesh of more than 134k vertices. Using the <i>
    <span>XFormGeo</span>
  </i>component, first of all, the operation is so fast that the Profile (GH &gt; Display &gt; Canvas Widget &gt; Profiler) does not show anything, and we end up with 33k vertices. In Grasshopper, it’s seen as the single wheel but we are telling the ShapeDiver viewer that we want to display four wheels (33.5k x 4 = 134k vertices). Be aware that the <i>
    <span>XFormGeo</span>
  </i>component will attach a series of transformations where the final geometry will be displayed. If you want to display the geometry in its original position, make sure to attach the identity transformation (for example using the identity matrix component or the Scale transformation with factor 1).</p>
<p>As an example, I only internalized one side of the body of the car in the definition, and I am attaching both the identity transformation to visualize its original position and the mirror transformation to visualize the other half.</p>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x351/f73ec5c927/group-55.jpg" loading="lazy" />
</figure>
<h3 id="span2-simplify-your-parameters-span">2. SIMPLIFY Your Parameters</h3>
<p>As a basic rule, before uploading a model to ShapeDiver, it's a good idea to review all your sliders and only keep the ones that we want to expose to the users.</p>
<p>For example, some trimming details of black plastic or rubber in a car are usually not configurable or not so interesting to configure; so in this case, as you can see below, I've just internalized the values in the right primitive.</p>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x351/095dd8dc1d/group-56.jpg" loading="lazy" />
</figure>
<p>Everything that is disabled won’t be seen in ShapeDiver, so I kept the Trimming Colour swatch, and the metalness/roughness sliders disabled nearby, just in case I want to change something in Grasshopper. You can use panels, instead of sliders, if you want to see the values and maybe modify them while modeling, but you don't want them visualized in ShapeDiver's interface.</p>
<p>In some specific cases, you would need to keep the sliders even if users won't be able to use them in the configurator (just hide them before applying settings when uploading).</p>
<p>For example, I want to let my users change the color of the Lamborghini’s body frame. Still, I'm not interested in having the metalness and the roughness of the bodywork being configurable.</p>
<p>What I did was to keep these values as sliders to test them during Edit Mode before publishing. Indeed, it is sometimes easier to play with material parameters directly in the online viewer in order to achieve the exact look we want. Once I achieved the desired results, I hid them by simply clicking the “crossed circle button” on the top right corner of each parameter when setting the model up on ShapeDiver.</p>
<h3 id="span3-realism-is-in-the-shadows-span">3. REALISM Is In The Shadows</h3>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x696/e2bea880b4/group-59.jpg" loading="lazy" />
</figure>
<p>As you can see in this render above (made in Keyshot by <a href="https://www.instagram.com/mattia_ker/?hl=en" target="_blank">
    <u>
      <span>Mattia Ker</span>
    </u>
  </a>), one of the secrets to having a highly realistic result both in rendering and in our configurator is for the object to cast a shadow on the ground. To have a more realistic shadow, I created a special opacity map using Photoshop.</p>
<p>My process was: screenshotting the top view of the Lamborghini, then with the Pen tool in Photoshop creating the car's outline (with side mirrors included). In the opacity map’s logic, pure white in color, pure black is transparent, grey is the gradient between them. It's important to remember that the farther the object is from the ground, the blurrier the shadow is (side mirrors, for example).</p>
<p>Once the opacity map is ready, implementing the Grasshopper part is pretty straightforward.</p>
<p>As you can see below, you can create the base shadow rectangle by the bounding box of the car. I suggest moving this rectangle a little bit above the ground level to avoid overlapping effects in the viewer.</p>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x432/db60177b63/group-60.jpg" loading="lazy" />
</figure>
<p>The third step is meshing and texture-mapping the mesh ( <a href="https://www.food4rhino.com/app/human" target="_blank">
    <u>
      <span>Human</span>
    </u>
  </a>component supported by ShapeDiver). The last step is displaying the mesh with a <i>
    <span>ShapeDiverMaterial</span>
  </i>component.</p>
<p>As you can see, I've kept the floor color swatch to see ShapeDiver's environment with the correct intensity of darkness. The car opacity map internalized in a bitmap is connected to the Opacity input of the ShapeDiver Material component.</p>
<p>The last things you need to care about are the dimensions of the bitmap, which should be in the <a href="https://www.shapediver.com/blog/shapediver-basics-texture-mapping-explained-1" target="_blank">
    <u>
      <span>power of 2</span>
    </u>
  </a>. In our case, 1024x512 is also good.</p>
<h3 id="span4-environment-amp-lights-span">4. ENVIRONMENT & Lights</h3>
<p>Creating a pleasant environment around your object can help a lot in making your configurator look good. Usually, backgrounds don't take too much time to model and have few vertices so they don't impact the configurator's performance.</p>
<p>Moreover, having different maps (texture, metalness, roughness, bump, normal, and opacity) adds a new layer of realism to the configurator's final result.</p>
<p>As you can see below, I internalized the base color of the environment and the maps T M R N inputs. The string is only a link to the texture I want to use. With the ShapeDiverTextInput's components on the left, you can also have the possibility to let the user upload the surface while configuring the object. Or they could be helpful (that's what I've used them for) to test more textures directly in ShapeDiver’s viewer and check the results.</p>
<figure>
  <img alt="lambo configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1205x493/6725c62c96/group-61.jpg" loading="lazy" />
</figure>
<p>Remember to “ <a href="https://www.shapediver.com/blog/shapediver-basics-texture-mapping-explained-1" target="_blank">
    <u>
      <span>texture map</span>
    </u>
  </a>” the meshes (using the <a href="https://www.food4rhino.com/app/human" target="_blank">
    <u>
      <span>Human</span>
    </u>
  </a>plugin) when you want to have complex materials like the above. We have a complete video tutorial on this here.</p>
<p>Bear in mind that so far, we cannot have emissive materials in our current ShapeDiver viewer, but it's possible to create some suggestive results with some tricks.</p>
<p>You can see my lighting setup in the image above:</p>
<p>I have four visible types of lights (plus 1 you cannot see: the hemisphere light).</p>
<figure>
  <ol>
    <li>
      <b>
        <span>I have one main light in the top right of the viewer, which is a Spot Light, and it strongly points to the focus on the car, the wheel area. </span>
      </b>
    </li>
    <li>
      <b>
        <span>I have another background light in the opposite corner but less intense than the main light. </span>
      </b>
    </li>
    <li>
      <b>
        <span>Moreover, you can see two cones pointing down near the ceiling. The light is actually pointing up at these two lamps on the roof; they are both Spot Lights with Intensity 1 and Decay 0.</span>
      </b>
    </li>
    <li>
      <b>
        <span>Finally, there are two Point Lights in front of the pink and, on the opposite side, ciano lamps. I've used the Point Lights because I wanted that the lamps on the wall seem emissive (as the ceiling ones) and because I wanted some colored filling lights in the environment.</span>
      </b>
    </li>
  </ol>
</figure>
<p>To set the lights in the ShapeDiver environment, we need to know the exact coordinates where they will be located. These coordinates can be obtained in the Grasshopper model and input manually in the lighting settings.</p>
<p>You can use the <i>
    <span>ShapeDiverDataOutput</span>
  </i>component and connect the data directly to the light position via the API. Additionally, the lighting settings allow saving different lighting scenes that can be reused in any other uploaded model by copying the model settings in the upload process.</p>
<h3 id="span5-customize-with-decals-or-similar-span">5. CUSTOMIZE With Decals Or Similar</h3>
<p>Last but not least, a personal touch! Using this method below, you’ll be able to create any customization in the shape of decals, stickers or similar to your geometries, in my case the plate. We can achieve this by using the “Squid ShapeDiver Edition”, which is bundled with our <a href="https://www.food4rhino.com/app/shapediver" target="_blank">
    <u>
      <span>ShapeDiver</span>
    </u>
  </a>plugin.</p>
<figure>
  <img alt="Grasshopper configurator" src="https://assets.shapediver.com/img_sb_mig/f/92524/1205x1141/8c84ea8e3b/group-62.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <i></i>
  </b>
  <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/lamboBlogPost/lamborghiniConfigurator_Plate_Squid.gh" target="_blank">
    <b>
      <i></i>
    </b>
    <u>
      <span>Download</span>
    </u>
  </a>
  <b>
    <i>
      <span>the GH file of the plate.</span>
    </i>
  </b>
</p>
<p>I created a rectangle outline in the position where I wanted my decal. I transformed it into a planar mesh, and after I've mapped it (with <i>
    <span>PlanarMapping</span>
  </i>from Human plugin) with the exact dimensions and plane of the rectangle. In parallel, I played down the rectangle in XY plane, and I started preparing the SI (Squid Instruction). Squid Instructions are inputted in the <i>
    <span>Squid</span>
  </i>component, which creates a bitmap. This bitmap is inputted in the T (texture) input of our <i>
    <span>ShapeDiverMaterial</span>
  </i>component, which goes into the <i>
    <span>ShapeDiverDisplayGeometry</span>
  </i>.</p>
<p>Actually, there were 3 Squid Instructions:</p>
<figure>
  <ol>
    <li>
      <b>
        <span>1. With the</span>
      </b>
      <b>
        <i>
          <span>Clear</span>
        </i>
      </b>
      <b>
        <span>component, I've painted the rectangle white;</span>
      </b>
    </li>
    <li>
      <b>
        <span>I created the text with the</span>
      </b>
      <b>
        <i>
          <span>Text</span>
        </i>
      </b>
      <b>
        <span>component, using the ShapeDiverTextInput component previously to allow the user to add his name;</span>
      </b>
    </li>
    <li>
      <b>
        <span>I made an offset curve of the rectangle, divided it into small parts, assigned a color to each piece (NB the</span>
      </b>
      <b>
        <i>
          <span>Gradient</span>
        </i>
      </b>
      <b>
        <span>component won't be available in ShapeDiver's User Interface), and painted this curve with the</span>
      </b>
      <b>
        <i>
          <span>Outline</span>
        </i>
      </b>
      <b>
        <span>component and</span>
      </b>
      <b>
        <i>
          <span>Draw</span>
        </i>
      </b>
      <b>
        <span>component. </span>
      </b>
    </li>
  </ol>
</figure>
<h2 id="spanconclusion-span">Conclusion</h2>
<p>We know that first impressions tend to last. I hope this tutorial helps you understand how to make the most out of the ShapeDiver viewer so whatever project you’re working on, it can look its best on the web.</p>
<p>When in doubt, please post your question on Forum, and our development team will be able to help.</p>
<p>Do you have a feature request? <a href="https://upvote.shapediver.com/" target="_blank">
    <u>
      <span>Let us know</span>
    </u>
  </a>.</p>
<p>Best, Michele Farina.</p>
<p>And a special thanks to CGI artist Mattia Ker: <a href="https://www.instagram.com/mattia_ker/" target="_blank">
    <u>
      <span>https://www.instagram.com/mattia_ker/</span>
    </u>
  </a>
</p>
<h3 id="if-want-to-see-more-configurators-like-this-browse-through-the-nbsp-a-hrefhttps-appshapedivercom-targetblank-ushapediver-gallery-u-anbsp-to-see-what-others-computational-designers-are-working-on">If want to see more configurators like this, browse through the <a href="https://app.shapediver.com/" target="_blank">
    <u>ShapeDiver gallery</u>
  </a>to see what others computational designers are working on!</h3>
<h3 id="i-br-iiltlt-shapediver-is-the-most-convenient-way-to-take-grasshopper-definitions-online-we-are-committed-to-helping-designers-everywhere-share-their-creations-and-create-cloud-based-applications-with-limitless-potentialsgtgt-i">
  <i></i>
  <i>&lt;&lt; ShapeDiver is the most convenient way to take Grasshopper definitions online. We are committed to helping designers everywhere share their creations and create cloud-based applications with limitless potentials.&gt;&gt;</i>
</h3> ]]></content:encoded>
</item>
<item>
  <title>Unconventional Ways You Can Use Grasshopper As A Prototyping Tool</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/unconventional-ways-you-can-use-grasshopper-as-a-prototyping-tool</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/eaa6dbda81/blog-header-template.webp"></enclosure>
  <dc:creator><![CDATA[ Praneeth Mathur ]]></dc:creator>
  <pubDate>Wed, Aug 11, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <p>I’m <a href="https://www.linkedin.com/in/praneet-mathur/" target="_blank">Praneet Mathur</a> - Architect, Software Developer, and Consultant for <a href="https://shapediver.com/" target="_blank">ShapeDiver</a>. I discovered Grasshopper while studying Architecture, but I’m still exploring its potential and finding new ways to make use of it over 5 years later. In this blog post, I’m going to try and elaborate on the more unconventional ways Grasshopper can be used. Hopefully, this will help you re-discover Grasshopper in an entirely new light!</p>
<p>
  <br />&lt;&lt; <b>
    <i>If you're not entirely familiar with Grasshopper, I recommend watch our&nbsp;</i>
  </b>
  <a href="https://www.youtube.com/watch?v=B7wwqEH9FPw&amp;t=3s&amp;ab_channel=ShapeDiver" target="_blank">
    <b>
      <i>video explaining Grasshopper for beginners</i>
    </b>
  </a>
  <b>
    <i>. &gt;&gt;</i>
  </b>
</p>
<p>While Grasshopper has been developed primarily as a parametric modeling tool, its robust API and embedded features allow for it to be used as a powerful software prototyping environment. If you’re handy with a little C# or Python, Grasshopper can become a sandbox for creative coding! Let me show you some examples.</p>
<h3 id="1-automating-repetitive-tasks">1. Automating Repetitive Tasks</h3>
<p>Why trim your grass one blade at a time, when Grasshopper can do that for you (pun intended)?</p>
<p>I’ve used Grasshopper in the past with a little C# or Python scripting to create a custom bulk-renaming utility for organising a ton of files for a project. A friend of mine even used it to send out unique applications for internships in bulk to Architecture firms (although I don’t recommend trying that!).</p>
<p>A task that otherwise requires you to check items off a list one by one, performing a set of steps for each can become extremely tedious. Grasshopper’s visual programming environment can help you dynamically evolve your process as well, allowing you to make the process more streamlined over multiple script iterations.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/962x291/3be1d15b49/asset-14.jpg" loading="lazy" />
</figure>
<h3 id="2-custom-applet-ui-prototyping">2. Custom Applet + UI Prototyping</h3>
<p>
  <a href="https://www.food4rhino.com/app/human-ui" target="_blank">HumanUI</a> is a popular Grasshopper plugin developed by <a href="https://twitter.com/andrewheumann" target="_blank">Andrew Heumann</a>. It performs a seemingly simple function - creates windows and UI elements that can communicate with the Grasshopper script. In practice, this simple concept can be a very powerful tool.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x196/2b37c274b5/asset-8.jpg" loading="lazy" />
</figure>
<p>Whether you’re making a script for one of your design projects or trying to create a utility script that fits into your regular workflow - HumanUI can be used to expose the input and output of the script in a clean and user-friendly way. This is helpful not only for simplifying the use of frequent scripts but also for packaging them to share with someone who doesn’t necessarily want to see your wire-spaghetti.</p>
<h3 id="3-automating-time-consuming-processes">3. Automating Time-consuming Processes</h3>
<p>With every modification to a design, a new set of drawings need to be created. For mass production of customizable products, you may need to re-generate g-code or production drawings every time a customer sends unique specifications. Using plugins like <a href="https://support.shapediver.com/hc/en-us/articles/360022271272-Plugin-Squid-for-ShapeDiver" target="_blank">Squid</a> and <a href="https://www.food4rhino.com/app/pterodactyl" target="_blank">Pterodactyl</a>, you can easily compose and export pdf drawings and reports, directly from within your Grasshopper script. Plugins like <a href="https://www.food4rhino.com/app/droid-3d-print-slicer-and-path-plotter" target="_blank">Droid</a> and <a href="https://www.food4rhino.com/app/silkworm" target="_blank">Silkworm</a> allow you to produce g-code from geometry within Grasshopper very efficiently. With some custom C# code, you could also post-process this g-code and feed it straight to your 3D printer.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1050x258/fb9b2a3942/asset-9.jpg" loading="lazy" />
</figure>
<p>Such strategies can cut down on several minutes that are wasted in opening third-party applications, importing your exported model, and then pushing to the destination after post-processing. These several minutes, over several iterations, can amount to many hours saved in your regular workflow every month! Time = Money ;)</p>
<h3 id="4-web-applications">4. Web Applications</h3>
<p>We don’t need to go too far from home to explain this one - <a href="https://shapediver.com/" target="_blank">ShapeDiver</a> is a web platform that lets you upload your Grasshopper scripts and run them in the cloud-like watching YouTube videos. Though this sounds simple, the other examples should tell you how powerful this can become.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x196/cba160e399/asset-10.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://www.shapediver.com/resources/our-clients" target="_blank">Many ShapeDiver users</a> are already using this platform to create amazing web-based solutions that run in the browser for their customers and even for their teams. Irrespective of your industry, turning Grasshopper scripts into applications that can be scaled up adds even more value to this already incredible piece of software.
</p>
<p>
  <b>
    <span>Here are just a few of the many success stories from ShapeDiver users:</span>
  </b>
</p>
<h2 id="nove-25">Nove 25</h2>
<p>This Italian jeweler has brought a modern twist to the timeless history of Italian craftsmanship. Their design team has implemented Grasshopper into their design workflow and drastically accelerated the manufacturing process needed for every custom order.</p>
<p>
  <a href="https://shapediver.com/resources/client-case-studies/nove25-case-study" target="_blank">
    <u>
      <figure>
        <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1800x108/c6ada0dd1c/button.jpg" loading="lazy" />
      </figure>
    </u>
  </a>
</p>
<h4 id=""></h4>
<h2 id="nomade-editions">Nomade Editions</h2>
<p>A furniture design studio based in Berlin, Germany, that experiments and prototypes ideas for flat-pack, CNC furniture. With Grasshopper and ShapeDiver they have the power to allow their users to co-design a product before placing an order via the Shopify integration. A custom DXF file is then generated after every order. Clients can then choose to pay for the file only and manufacture locally, or have Nomade Editions manufacture and ship the product to them.</p>
<p>
  <br />
  <a href="https://shapediver.com/resources/client-case-studies/nomade-case-study" target="_blank">
    <u>
      <figure>
        <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1800x108/c6ada0dd1c/button.jpg" loading="lazy" />
      </figure>
    </u>
  </a>
</p>
<h3 id="5-accounting-and-finance-management">5. Accounting and Finance Management</h3>
<p>Yes, Grasshopper is an unorthodox choice for this, to say the least, but if you’re an avid user it really helps with creating a highly customized workflow for managing your money and small business. Making API calls through simple C# scripting can also help invoice automation and integration with other management systems you may be using. API calls can also be made to fetch real-time forex rates or stock prices (even cryptocurrency!).</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1897x779/13a1cbed72/sq1.jpg" loading="lazy" />
</figure>
<h6></h6>
<p>You can easily make a script to calculate exactly the numbers you need, rather than depending on a ready-made application that might not show you the numbers and analytics that are most relevant to you. A well-made grasshopper script could become your weekly dashboard to track and plan expenses.</p>
<h3 id="6-grasshopper-arduino">6. Grasshopper + Arduino</h3>
<p>This is a famously easy way to get started with Arduino and robotics for Architects. With tools like <a href="https://www.food4rhino.com/app/firefly" target="_blank">
    <u>
      <span>Firefly</span>
    </u>
  </a>and <a href="https://www.food4rhino.com/app/heteroduino" target="_blank">
    <u>
      <span>Heteroduino</span>
    </u>
  </a>enabling direct communication between the Grasshopper Environment and an Arduino device, prototyping complex systems can’t get any simpler than this.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x196/7e47b2f00e/asset-11.jpg" loading="lazy" />
</figure>
<p>Here’s one of my old projects - I created a best-out-of-waste robotic arm without having to write more than a few lines of code:</p>
<p>You can learn more about this project <a href="https://arpmdesignandresearch.medium.com/low-cost-diy-robotic-arm-using-arduino-and-grasshopper-c151e7c421d5" target="_blank">
    <u>
      <span>here</span>
    </u>
  </a>. Also, check out the <a href="http://www.fireflyexperiments.com/gallery-p1" target="_blank">
    <u>
      <span>Firefly Experiments’ Gallery</span>
    </u>
  </a>for more cool Arduino/Hardware projects with Grasshopper and Firefly.</p>
<h3 id="7-xr-content-prototyping-and-digital-fabrication">7. XR Content Prototyping and Digital Fabrication</h3>
<p>Grasshopper plugins like <a href="https://www.food4rhino.com/app/fologram" target="_blank">Fologram</a>, <a href="https://www.food4rhino.com/app/mindesk-vrar" target="_blank">Mindesk</a>, and <a href="https://www.food4rhino.com/app/project-shark" target="_blank">Project Shark</a> allow you to not only visualize 3D scenes through XR technologies [Augmented Reality, Virtual Reality, and Mixed Reality] but can also help in the fabrication of complex geometries without the need for documentation and drawings. You can create PoC VR apps and prototype 3D User Interfaces. Then, you can take it one step further by using holographic visualization as a guide for fabricating real-world objects and structures.</p>
<p>Designs that would otherwise be extremely complex to draw and document on a 2D sheet can become much simpler to execute. Moreover, in the lack of Adobe XD alternatives for XR Applications, you can design UI/UX through the same medium in which it’ll be used.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/962x551/9d59b5f7a9/asset-12.jpg" loading="lazy" />
</figure>
<h3 id="conclusion">Conclusion</h3>
<p>So why should you use Grasshopper in these unique ways? Well, in some cases, simply because you can!</p>
<p>The way I like to think about the use of innovative technologies is by assessing the value addition they offer in any given context. As an Architect and Designer, my team and I find ourselves using Grasshopper in all sorts of uncanny ways just because it presents certain advantages and flexibility over other solutions.</p>
<p>In summary, using Grasshopper in weird ways can help you in one or more of the following ways:</p>
<figure>
  <ul>
    <li>
      <b>
        <span>- Automates mundane tasks</span>
      </b>
    </li>
    <li>
      <b>
        <span>- Saves tons of time</span>
      </b>
    </li>
    <li>
      <b>
        <span>- Easy to learn and build upon</span>
      </b>
    </li>
    <li>
      <b>
        <span>- Robust enough to work with robotics</span>
      </b>
    </li>
    <li>
      <b>
        <span>- Smart enough to work with XR</span>
      </b>
    </li>
    <li>
      <b>
        <span>- Powerful enough to create applications</span>
      </b>
    </li>
    <li>
      <b>
        <span>- Flexible enough to do much more!</span>
      </b>
    </li>
  </ul>
</figure>
<p>This basically means that it can perform the job of several IDEs, Game Engines, Macro editors, Spreadsheet apps, Modelling tools, and more - even Accounting software. The fact that it was created to perform just one of those jobs shows the amazing job <a href="https://www.mcneel.com/" target="_blank">McNeel</a> did while developing it.</p>
<p>Steve Jobs once said, “The best way to create value in the 21st century is to connect creativity with technology”. Grasshopper is one of the best tools that can enable that today and the massive community supporting it adds more value to it every day on <a href="https://www.food4rhino.com/" target="_blank">Food4Rhino</a>.</p>
<p>Have you used Grasshopper in a way that would make David Rutten proud? Tell us about your most abnormal scripts!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x630/20b8b5903f/conclusion1.jpg" loading="lazy" />
</figure>
<p>With ShapeDiver you can collaborate in an online environment where you and your colleagues can operate and design remotely. You can also build cloud-based applications through our <a href="https://support.shapediver.com/hc/en-us/categories/360000876972-The-ShapeDiver-API" target="_blank">API</a> features that can help you create online experiences with limitless potential.</p>
<h3 id="if-you-need-inspiration-browse-through-the-a-hrefhttps-appshapedivercom-targetblankshapediver-gallery-a-to-see-what-others-computational-designers-are-working-on">If you need inspiration, browse through the <a href="https://app.shapediver.com/" target="_blank">ShapeDiver gallery</a> to see what others computational designers are working on!</h3>
<h3 id="i-br-iiltlt-shapediver-is-the-most-convenient-way-to-take-grasshopper-definitions-online-we-are-committed-to-helping-designers-everywhere-share-their-creations-and-create-cloud-based-applications-with-limitless-potentialsgtgt-i">
  <i>
    <br />
  </i>
  <i>&lt;&lt; ShapeDiver is the most convenient way to take Grasshopper definitions online. We are committed to helping designers everywhere share their creations and create cloud-based applications with limitless potentials.&gt;&gt;</i>
</h3> ]]></content:encoded>
</item>
<item>
  <title>5 Things To AVOID When Uploading Grasshopper Models To ShapeDiver!</title>
  <description><![CDATA[ In this post we review 5 of the most common mistakes new ShapeDiver users make when uploading their first Grasshopper models to our platform. Are you already avoiding all of them? ]]></description>
  <link>https://www.shapediver.com/blog/5-things-to-avoid-when-uploading-grasshopper-models-to-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1200x630/e5b57ae3e9/group-33.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Aug 2, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <p>Grasshopper scripts can be very powerful and even more so if you decide to host them online on ShapeDiver and build web applications with them. However, if you are new to ShapeDiver, you might not know the tips and tricks for optimizing your models and might even run into problems while uploading.
  <br />
</p>
<p>But fret not, as Edwin Hernandez, Lead Computational Designer at ShapeDiver shares " <b></b>
  <u>
    <span>5 Things To Avoid When Uploading Your Grasshopper Models to ShapeDiver!</span>
  </u>" Let’s dive straight in!
</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/hsvyeisS_t0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>
  <a href="https://youtube.com/shapediver" target="_blank">
    <i>Make sure to subscribe to our YouTube Channel so you don't miss tutorials like this.</i>
  </a>
</p>
<h2 id="tutorial-takeaways">Tutorial Takeaways:</h2>
<p>So you’ve just completed designing your Grasshopper model and are ready to show it off to the entire world by uploading it on ShapeDiver? Well, before you do that, let's see if you're avoiding these 5 common mistakes.</p>
<h3 id="1-dont-forget-to-internalize-your-geometry">1) Don't Forget to INTERNALIZE your geometry!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x598/5421fd96cf/group-35.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>When building Grasshopper scripts we generally reference the geometry from the Rhino Environment onto Grasshopper. This is the first problem that you will encounter while working with ShapeDiver.</p>
<p>ShapeDiver is a viewer that runs everything that is only in the Grasshopper environment and nowhere else. Thus if you delete geometry in the Rhino environment,  All of a sudden your Grasshopper script stops working. This is where the Internalization of geometry comes into the picture.</p>
<p>As instructed in the video, you should always internalize your Brep Geometries into Grasshopper. This way, ShapeDiver can perfectly Visualize your model in all its pristine glory!</p>
<h3 id="2-dont-forget-to-hide-unwanted-geometry">2) Don't forget to HIDE unwanted geometry!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x561/24dbabe9af/group-36-1.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Notice that unwanted flickering on the Sunglasses? That’s because some overlapping objects have their Display Preview turned ON. As guided in the video, only have the ‘Display Preview On’ of the ShapeDiver components and nothing else. Just reupload your Grasshopper script with the changes and all flickering problems will be resolved.</p>
<h3 id="3-dont-send-nurbs-to-shapediver">3) Don't send NURBS to ShapeDiver!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x408/470699b336/group-47.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Yes! Your Grasshopper script is advised to exclude all those breps, surfaces, interpolated cubes or control pointed cubes. You can, however, upload it to ShapeDiver but it won’t be optimal.</p>
<p>Since our viewer renders your model, it needs the model to be made up of meshes (<a href="https://www.shapediver.com/blog/shapediver-basics-meshes-vs-b-reps-explained" target="_blank">here's another interesting tutorial, in case you want to learn more</a>). Meshes help our viewer to render your model and drastically reduces the computation time, ultimately providing you with a quick and fast visualization.</p>
<h3 id="4-dont-use-unsupported-pluginsnbsp">4) Don't use UNSUPPORTED plugins!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x695/f127864af3/group-37.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Not all Grasshopper plugins are, as of this moment, supported by ShapeDiver (<a href="https://www.shapediver.com/blog/why-cant-shapediver-support-all-grasshopper-third-party-plugins" target="_blank">here's an article that explains why</a>). In part, this is because every plugin needs to undergo a manual check, needs a clear descriptive code and most importantly, it should be coded to work in an online environment and not in a localized environment.</p>
<p>
  <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">
    <u>
      <span>Here’s a quick list of Plugins that are supported by ShapeDiver.</span>
    </u>
  </a>
</p>
<p>If you have used a plugin that is still unsupported, try exploring our currently supported plugins to find out if we already provide an alternative. If you can't find one, try scripting a component using VB, C# or Python. If all this fails, you can always suggest our development team to support your favorite plugin via <a href="https://forum.shapediver.com/" target="_blank">our Forum.</a>
</p>
<h3 id="5-dont-send-data-trees-to-shapediver">5) Don't send DATA TREES to ShapeDiver!</h3>
<figure>
  <img src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x733/c92bdf8f20/group-38.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Lastly, avoid having multiple "data trees" in your Grasshopper scripts. Data trees will essentially increase the computational time needed to render your model. The more data trees you have the more computational time ShapeDiver will require to visualize your model.</p>
<p>Try flattening your data tree, which will help you send only one file instead of 3, thereby reducing the computational time required by two thirds!</p>
<h3 id="bottom-line">Bottom Line</h3>
<p>We hope that by avoiding these 5 common mistakes, you'll be closer to experience the full potential of hosting your Grasshopper scripts online with ShapeDiver. Possibilities are endless and we can't wait to see what you can build using our platform!</p>
<p>
  <i>&lt;&lt; Do you have any questions or comments? Make sure to let us know via our</i>
  <i></i>
  <a href="http://forum.shapediver.com/" target="_blank">
    <u>Forum</u>
  </a>
  <i>. Our development team is ready to provide cost-free assistance and troubleshooting! If you need to upgrade your account and increase your computation time, head to our</i>
  <i></i>
  <a href="http://shapediver.com/" target="_blank">
    <u>website</u>
  </a>
  <i></i>
  <i>and reach out to us via our contact form.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Computational Design!</title>
  <description><![CDATA[ Computational Design is being widely adopted in many fields, from the Automotive industry to AEC and Apparel. In this article, we will discuss what Computational Design is, who it is for and what can be done with it. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-computational-design</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/d156144ad4/blog-header-cd.webp"></enclosure>
  <dc:creator><![CDATA[ Christine Evans ]]></dc:creator>
  <pubDate>Mon, Jul 26, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <i>
  <span>&lt;&lt; This is a guest post written by Christine Evans. She is the Director of Product Marketing &amp; Content Strategy at</span>
</i>
<a href="https://www.fictiv.com/" target="_blank">
  <i></i>
  <u>
    <span>Fictiv</span>
  </u>
</a>
<i>
  <span>, an on-demand manufacturing company. Over the past six years, Christine has grown Fictiv’s popular Hardware Guide and Digital Manufacturing Resource Center, with over 2,000 teardowns, DFM guides, and mechanical design articles to help democratize access to manufacturing and hardware design knowledge.&gt;&gt;</span>
</i>
<p></p>
<p>Computational design is rapidly replacing traditional design in many industries. Over the years, designers have built our physical world according to the characteristics of every object, from a basketball to a shopping mall. Today, computational design is changing this design process and thus becoming popular in many fields, from the automotive industry to architecture and apparel. In this article, we will discuss what computational design is and what its applications are.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5193x3459/449a108a85/1.jpg" loading="lazy" />
</figure>
<h2 id="spanwhat-is-computational-design-span">What Is Computational Design?</h2>
<p>Computational design is a design process that involves algorithms and coding instructions. It emphasizes defining every step of the process that leads to the formation of an object.</p>
<p>The concept of computational design is not new. It has been used in industries for a number of years now, but over the past decade and a half it has slowly built up to where it is today. Many different industries all across the globe have adopted it as their preferred solution for how to improve their design processes.</p>
<p>It includes variables, logic, and an end product that is produced automatically through running computer code. This is in contrast to designing an object on a traditional drawing/modeling tool.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1420x652/46d29084a5/blog-header-2.jpg" loading="lazy" />
</figure>
<p>Generally, computational design includes the following concepts:</p>
<figure>
  <ul>
    <li>
      <b>
        <span>• Parametric Setting</span>
      </b>: Designers feed variables and parameters in the form of logic into the machine.
    </li>
    <li>
      <b>
        <span>• 3D Prototyping Tools</span>
      </b>: These allow designers to visualize the parametric scenarios through 3D models.
    </li>
    <li>
      <b>
        <span>• Generative Design:</span>&nbsp;
      </b>This enables machines to go through hundreds of designs, learn them, and create a best-suited design for the given problem.
    </li>
    <li>
      <b>
        <span>• Processing Power:</span>&nbsp;
      </b>Harness extensive computational power through the latest next-generation processors and cloud-based servers.
    </li>
    <li></li>
    <li>
      <b>
        <span>• Big Data:</span>
      </b>&nbsp;Utilizing the abundant amount of digital data present today to generate new designs.
    </li>
  </ul>
</figure>
<h2 id="spanwhats-different-about-computational-design-span">What’s Different About Computational Design?</h2>
<p>The future of design is computational, and designers should get ready to harness its true potential. In 3D printing, CNC machining, and other <a href="https://www.fictiv.com/ebooks/2021-state-of-manufacturing" target="_blank">
    <u>
      <span>manufacturing processes</span>
    </u>
  </a>, computational design technology is changing it at a fundamental level.</p>
<p>So, what is different? An important concept to keep in mind is the “generative process.” Traditionally, designers have used modeling software and tools to sketch their ideas for different objects. These designs are then implemented to form concrete realizations. The generative process starts from the designer’s capability and creativity.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5192x3062/923176cd0c/7.jpg" loading="lazy" />
</figure>
<p>Now, with computational design, the generative process is handled by computers or machines. The designer instructs a machine through input parameters to form a particular output. Since the generative power of a machine is far superior than that of a human being, the benefits of using this approach can dramatically shorten different processes, such as design iterations.</p>
<p>To fully benefit from this computational power, a designer must understand the nuances of computational instructions and algorithm development. In other words, a designer's work today is less about designing and more about creating logic and defining parameters. Computational designers are those developing skills to better operate the machines producing designs.</p>
<p>
  <br />
</p>
<h2 id="spanunderstanding-the-computational-process-span">Understanding The Computational Process</h2>
<p>By understanding computation, we mean to understand machines. To be able to instruct machines, designers should know how a machine operates. They need to know its architecture and capabilities.</p>
<p>The generative process of a machine is different from a classical designer’s generative process, as discussed above:</p>
<figure>
  <ul>
    <li>
      <b>
        <span>•</span>&nbsp;
      </b>A machine can repeat a process again and again.
    </li>
    <li>
      <b>
        <span>•</span>&nbsp;
      </b>It can continuously check a certain condition and perform a certain action repetitively.
    </li>
    <li>
      <b>
        <span>•</span>&nbsp;
      </b>It can stop at once when a slight error occurs.
    </li>
  </ul>
</figure>
<p>This workflow is quite different from manual design work. Machines are capable of increasing design output exponentially. But all this is possible only when the machine is instructed correctly. This means a designer should know how to develop algorithms and make them work for a design flow.</p>
<h2 id="spanwhich-software-can-be-used-for-computational-design-span">Which Software Can Be Used For Computational Design?</h2>
<p>There are many options when it comes to software with computational design capabilities. From Siemens NX to CATIA, Fusion 360 and more. But by far the most widely used is <a href="https://www.rhino3d.com/" target="_blank">Rhinoceros 3D</a> and its plugin <a href="https://www.grasshopper3d.com/" target="_blank">Grasshopper</a>.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1690x329/8ddcf89e87/grasshopper_banner.png" loading="lazy" />
</figure>
<a href="https://www.youtube.com/watch?v=B7wwqEH9FPw" target="_blank">
  <b>
    <i>Check out this quick explainer video!</i>
  </b>
</a>
<p>Grasshopper enables users to view and modify all of the material properties of rendered objects in real-time. With this powerful tool, users can adjust values such as color, roughness, height and display curvature effortlessly without having to create complicated files.</p>
<p>
  <br />
</p>
<p>The plugin includes features such as a fluid and interactive animated interface that helps users have a better understanding of their surroundings while they are in design mode. Furthermore, the direct integration to Rhinoceros 3D provides users with the ability to view and edit their models in real-time.</p>
<p>Furthermore, it has a vibrant developer community that is constantly improving the ecosystem by creating <a href="https://www.food4rhino.com/en" target="_blank">third-party plugins</a> that enhance what can be done with this software.</p>
<p>
  <br />
</p>
<h2 id="spanwhat-are-the-applications-for-computational-design-span">What Are The Applications For Computational Design?</h2>
<p>Computational design can make a difference to anything from the design of furniture to the construction of buildings and bridges. It is an essential tool for designers and engineers as it speeds up and improves the design workflow on many levels.</p>
<p>In 2015, <a href="https://mx3d.com/" target="_blank">MX3D</a> started working on the first bridge built through computational technology. This bridge, situated in Amsterdam, was designed, prototyped, and developed through the latest computational technologies, including robotics, machine learning, and 3D printing.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/1r_Azsa4nqU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>The process included four robots and six months of printing to complete a 41-foot bridge from 9,920 pounds of stainless steel. When using computational technology to design structures like this, architects feed input parameters to the software, including the constraints and logics. 3D designing helps architects to visualize the output against the set parameters. Moreover, the process becomes automated for the same parametric situations.</p>
<p>Today, architecture, the arts, and digital products all use computational technology in one form or another. Artists extensively use AI to realize their creativity. Computer algorithms are enabling artists to explore ancient art and give them a whole new modern essence. A sculpture factory by the artist <a href="https://www.instagram.com/quayola/" target="_blank">Quayola</a> is one such example of the fusion of art and computation.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5172x2322/e8e641f019/13.jpg" loading="lazy" />
</figure>
<p>But applications don’t certainly need to be so complicated as full-sized 3D printed bridges or sophisticated pieces of art. Computational design has become a very popular choice for many industries, such as Furniture, Jewelry and Interior Design, due to its efficiency.</p>
<p>Companies like <a href="https://unruhfurniture.com/product/clydesdale-bed/" target="_blank">
    <u>
      <span>Unruh Furniture</span>
    </u>
  </a>, <a href="https://www.nove25.net/en/mynove25/square-celebration-ring" target="_blank">
    <u>
      <span>Nove25</span>
    </u>
  </a>or <a href="https://shapelamp.com/create/" target="_blank">
    <u>
      <span>Shapelamp</span>
    </u>
  </a>are leveraging the power of computational design and cloud computing to produce powerful online configurators that their customers can easily use to customize their product before a purchasing decision.</p>
<h2 id="spanthe-future-of-design-span">The Future Of Design</h2>
<p>Computational design and present computational technologies have changed the contemporary approach to design, be it a building or a piece of art. Moreover, computational design promises huge potential for solving problems faced by the human race, including global warming, energy crises, and healthcare needs. At this point, it’s safe to say that the future of design is computational.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5112x2029/4deb9e1500/15.jpg" loading="lazy" />
</figure>
<h3 id="spanwant-to-learn-more-about-how-computational-design-can-change-the-way-your-business-performs-check-out-spannbspa-hrefhttps-wwwshapedivercom-why-shapediver-u-spanthese-other-resources-span-u-aspan-span">
  <b>
    <span>Want to learn more about how Computational Design can change the way your business performs? Check out</span>&nbsp;
  </b>
  <a href="https://www.shapediver.com/why-shapediver" target="_blank">
    <u>
      <span>these other resources</span>
    </u>
  </a>!
</h3>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know...YŪ by YOU Jewelry!</title>
  <description><![CDATA[ Today we interview Julius, Max, and Paul, the minds behind YŪ by YOU, an innovative German jewelry brand that uses computational design to turn any name into a unique wearable jewelry piece! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-yu-by-you-jewelry</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/9ee8ae1a99/asdasd.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jul 19, 2021 11:00 PM +0000</pubDate>
  
  
  <content:encoded><![CDATA[ <p>Meet German jewelry company <a href="https://yubyyou.com/" target="_blank">YŪ by YOU</a>. They've created an algorithm that turns your name into a sculpture—a beautiful, unique form designed to fit around your finger or be worn as an amulet or pendant. Excited? So are we. Let's dive straight into the interview!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x492/d652e9b70e/capture-1-1.jpg" loading="lazy" />
</figure>
<h3 id="1-welcome-julius-max-and-paul-thank-you-for-joining-us-today-why-dont-we-start-with-how-y-by-you-began-how-did-you-guys-team-up">1. Welcome, Julius, Max, and Paul. Thank you for joining us today! Why don't we start with how YŪ by YOU began? How did you guys team up?</h3>
<p>Sure! We met in Düsseldorf at the University of Applied Sciences. Julius was an undergraduate student, and Max was a teaching assistant. Back then, we met without the intention of founding a startup, but we always had that fire in us, honestly.</p>
<p>That eventually happened while Julius was working on a project for an architectural design studio taught by Max. Paul completed the team of three in late 2020.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x600/fd5f6e6352/000-yu-yubyyou-team-1.jpg" loading="lazy" />
</figure>
<h3 id="2-so-whats-the-inspiration-that-drives-y-by-you-what-sets-you-apart-from-other-personalized-jewelry-brands">2. So, what's the inspiration that drives YŪ by YOU? What sets you apart from other personalized jewelry brands?
  <br />
</h3>
<p>As we were saying earlier, Julius participated in a design studio by Max whose topic was "storing knowledge" and rethinking it abstractly. As a preliminary design for the studio, Julius had already programmed an algorithm for creating structures from words. This started everything.</p>
<p>Among hundreds of jewelry brands, only a few use algorithms to help "design" their jewelry. But none uses an algorithm to translate words into unique jewelry shapes. We think that level of personalization sets us apart from other brands.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x750/ca631d1c71/algorithm-gif.gif" loading="lazy" />
</figure>
<p>
  <i>The journey from "your name" to "your jewelry".</i>
</p>
<h3 id="3-tell-us-more-about-this-algorithmic-concept-for-personalization-and-why-is-this-so-important-to-you">3. Tell us more about this algorithmic concept for personalization and why is this so important to you?</h3>
<p>Sure. The very first version of the algorithm was written in processing and not Grasshopper. Julius spent an entire semester abroad in the United States, where he gained enough knowledge of Grasshopper to develop the YŪ algorithm and design further. Funnily enough, the first fully functional Grasshopper script for the YŪ idea was programmed in Havana, Cuba. Haha!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x510/915edeb31e/free-macbook-mockup3-1.jpg" loading="lazy" />
</figure>
<p>Regarding personalization, We genuinely believe that every person is extraordinary in their way, and we want to give this uniqueness a voice and a form in our case.</p>
<p>The idea is to have unique jewelry for unique souls—no standardized pieces. The whole design is based on individual customization... your word, your jewelry.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x321/d3ea43466f/fbfb-1.jpg" loading="lazy" />
</figure>
<h3 id="4-did-you-face-any-challenges-in-manufacturing-them-are-you-using-the-traditional-jewelry-making-process-for-manufacturing">4. Did you face any challenges in manufacturing them? Are you using the traditional jewelry making process for manufacturing?</h3>
<p>A lot of them, honestly! But we pulled through. You see, as the algorithm creates complex and individual shapes, we use the latest technologies paired with traditional methods of jewelry making.</p>
<p>A combination of precise wax 3D printing and a lost wax process for precious metal (gold & silver) is used to create YŪ jewelry. Since YŪ is not a fast-fashion jewelry brand, each piece of jewelry is a one-of-a-kind creation. To enjoy your piece of jewelry for a long time, we take time for you and the crafting process.</p>
<p>Our claim is to think sustainably and work very carefully to offer our customers the best quality.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x557/eddfc46af3/12-1.jpg" loading="lazy" />
</figure>
<h3 id="5-how-have-yousers-influenced-contributed-to-the-final-version-of-your-products">5. How have 'You'sers influenced /contributed to the final version of your products?</h3>
<p>Greatly! After a few surveys with early Beta testers, we decided to simplify the UI for the algorithm. As for the materials and products, we are still in development, so there will be more in the future.</p>
<p>
  <br />
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x440/08b102c10c/component-1.jpg" loading="lazy" />
</figure>
<h3 id="6-before-we-wrap-it-up-what-excites-you-all-the-most-about-the-future">6. Before we wrap it up, what excites you all the most about the future?</h3>
<p>The most exciting thing for us is how technology will influence future generations to create extraordinary concepts and solutions in different areas, from design to society.</p>
<p>Technology and curiosity influence and drive us to constantly develop new products in interaction with a community or each individual. We are at the cusp of a new revolution. And we hope to be the leader of it! YŪ by YOU.
  <br />
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x533/ee3897f6fa/component-2.jpg" loading="lazy" />
</figure>
<h3 id="7-well-thank-you-very-much-for-your-time-guys-this-has-been-an-excellent-overview">7. Well, thank you very much for your time, guys. This has been an excellent overview!</h3>
<p>We are more than delighted. Thank you for having us!
  <br />
  <br />-------
  <br />
  <br />Want a personalized jewelry piece for yourself or as a gift? Then make sure to visit <a href="https://yubyyou.com/" target="_blank">YŪ by YOU</a> and start creating your unique piece!</p>
<p>
  <br />That’s it for this new edition of <b>
    <i>&lt;&lt;Getting to know..&gt;&gt;</i>
  </b>Don’t forget to follow our friends from YŪ by YOU directly at their <a href="https://twitter.com/yubyyou" target="_blank">Twitter</a>, <a href="https://www.facebook.com/yubyyoujewellery" target="_blank">Facebook</a>, <a href="https://www.pinterest.de/yubyyou/" target="_blank">Pinterest</a> and <a href="https://www.instagram.com/yubyyou/" target="_blank">Instagram</a> accounts!
  <br />
  <br />Would you like to get featured in this space? Simply send us an email to <a href="mailto:contact@shapediver.com" target="_blank">contact@shapediver.com</a> and tell us about your project or brand! We’d love to start a conversation.</p> ]]></content:encoded>
</item>
<item>
  <title>RoomSurveyor Plugin Now Supported On ShapeDiver</title>
  <description><![CDATA[ RoomSurveyor implements iterative triangulation algorithms to assist users in surveying rooms, either orthogonal or non-orthogonal, and automating the drawing of the as-is survey. This guest post, written by developer Filipe Brandão, explores what the plugin can do, how it works, and what problem led to its creation. ]]></description>
  <link>https://www.shapediver.com/blog/roomsurveyor-now-supported-on-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/f5a0d94279/hh.webp"></enclosure>
  <dc:creator><![CDATA[ Filipe Brandão ]]></dc:creator>
  <pubDate>Thu, Jul 15, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; This is a guest post written by Filipe J.S. Brandão, an architect (Faculty of </i>
</b>
<a href="https://sigarra.up.pt/up/en/web_base.gera_pagina?p_pagina=faup" target="_blank">
  <b>
    <i>Architecture of University of Porto</i>
  </b>
</a>
<b>
  <i>), Post-graduate in digital architecture, and PhD. candidate at </i>
</b>
<a href="https://www.iscte-iul.pt/" target="_blank">
  <b>
    <i>Iscte-IUL</i>
  </b>
</a>
<b>
  <i>. He won a research grant from Amorim Isolamentos, a merit grant from ISCTE-IUL ISTA, and a PhD. research grant 2020.08659.BD from FCT for the development of his Ph.D. research. He was a co-founder of PARQUR architecture collective in 2012.&gt;&gt;</i>
</b>
<p>Mass customization (MC) has been an ongoing topic in the architectural design community for the past 20 years. It is an alternate mode of production for the industry whose main enablers are computational design, digital fabrication and the web. By reconciling apparently contradictory goals, personalization and mass production, the mass-customized construction paradigm inflated new life into the century old idea of industrialized architecture. Underpinning these efforts is the notion that building owners want buildings customized to their needs. In fact, MC allows distribution of control between the actors in the construction process, shifting part of the production and design control to the building owner as late in the process as possible.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5221x1675/3e4f958e0f/1.jpg" loading="lazy" />
</figure>
<p>One key part to deliver MC is developing design-to-production systems whose inputs are end-users needs and preferences. This requires separating the design of the system from the design of the instance, which as consequence also differentiates the roles of system and instance designers. The knowledge of these processes has been significantly explored and widely disseminated in the design community, to which tools like Grasshopper have heavily contributed.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5237x1551/d16882d580/2.jpg" loading="lazy" />
</figure>
<p>The other key part is to provide simple and intuitive interfaces which end-users can easily navigate to get what they are looking for. Several online mass-customization platforms for designers have recently emerged seeking to address these issues, such as ShapeDiver or Swarm. Contrary to traditional deployments of parametric, algorithmic or generative models on the web, where the web interface is developed specifically for an automated design model, these platforms provide a base implementation of an interface that is automatically customized for specific model’s inputs. The model and the interface together are a configurator. A configurator is understood as a customization application that consists of an automated design model, that takes a set of expected inputs and returns a given output, and the interface that allows users to manipulate the model.</p>
<p>A research I’ve been conducting focuses on the application of mass-customization workflows to Building Renovation, where the context is a fundamental input. Context can be the user preferences but also the shape of the space to be intervened. While there are many ways to collect user preferences, there are next to none for allowing non-expert users to provide the shape of their spaces - the as-is survey - particularly on the web. Thus, most configurators that need to deal with boundaries of existing spaces (e.g. Kitchen planners, wall pattern generators, etc) either limit the boundary shape to a set of predefined shapes or require users to provide a file with a polygonal shape as boundary.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5107x3469/b128e3db19/3.jpg" loading="lazy" />
</figure>
<h3 id="roomsurveyor">RoomSurveyor</h3>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/3788x881/e5ed6c3a65/4.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://www.food4rhino.com/app/roomsurveyor" target="_blank">RoomSurveyor</a> provides a way to overcome those limitations. It is an interactive triangulation plugin developed and maintained by me ( <a href="https://filipebrandao.pt/" target="_blank">Filipe Brandão</a> ). It implements iterative triangulation algorithms to assist users to survey rooms, either orthogonal or non-orthogonal, and automating the drawing of the as-is survey.
</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/hh2excGYI0A?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>RoomSurvey components can be used to deploy an interactive workflow of space survey for non-expert users that mimics the empiric surveying workflows used by architects or other building professionals: sketch - measure - draw. This enables the possibility of developing low-key design interfaces for mass-customizable systems where contextual information is required.</p>
<p>The RoomSurvey component comes in two flavors: RoomSurvey and RoomSurveyStrict. There are two differences between these components: the logic used to request diagonals and the assumption that if a polygonal chain is closed within tolerance the angles are assumed to be correct (which is not always true).</p>
<p>The RoomSurvey requests longer diagonals first which is more effective on smaller polygons with few non-orthogonal corners and uses the closed polygon chain test. You can read more about RoomSurvey <a href="http://papers.cumincad.org/cgi-bin/works/paper/ecaadesigradi2019_473" target="_blank">here</a>.</p>
<p>RoomSurveyStrict makes no assumptions to speed up the process and requests shorter diagonals first. This means that RoomSurveyStrict will always request at least n-3 diagonals, where n is the number of polygon sides. So, for a polygon with 6 sides, 3 diagonals will be requested and for one with 20 sides, 17 diagonals will be required. Choose wisely!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/3983x1873/01fb37013d/5.jpg" loading="lazy" />
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5157x1661/2dce91fd16/6.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>On a conceptual level the survey workflow steps are:</span>
  </b>
</p>
<figure>
  <ol>
    <li>
      <b>
        <span>Draw or provide a polygon that is similar to the polygon you need to survey</span>
      </b>
    </li>
    <li>
      <b>
        <span>Provide the measurements of each of the polygon sides</span>
      </b>
    </li>
    <li>
      <b>
        <span>Provide the requested diagonals</span>
      </b>
    </li>
  </ol>
</figure>
<h3 id="spaninputs-and-outputs-span">Inputs and Outputs</h3>
<p>Both components take the same inputs: a closed polygon (polyline), an ordered list of side lengths and the requested diagonals.  You can input a polygon with any number of sides, convex or concave, with whatever rotation or scaling. The only rule is that the polygon must be morphologically similar to the shape you want to survey. Two polygons are morphologically similar when they have the same number of sides and the same sequence of corner types.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/4965x1175/c012f33318/7.jpg" loading="lazy" />
</figure>
<p>The dimensions of each side must be provided as a counter clockwise ordered list, starting from the first corner of the polygon. The diagonals are requested by the algorithm in the <b>
    <span>[out]</span>
  </b>output. Higher numerical precision of the side and diagonal measurements results in higher accuracy of the reconstruction. For practical purposes, if you are working in meters providing measurements with millimetre precision is a good trade-off.</p>
<p>The component outputs are a list with the user instructions <b>
    <span>[out]</span>
  </b>, the current reconstruction of the polygon (more on this latter) <b>
    <span>[R]</span>
  </b>, the requested diagonals as lines <b>
    <span>[D]</span>
  </b>, and a boolean that informs if the triangulation process has finished <b>
    <span>[T]</span>
  </b>.</p>
<figure>
  <ul>
    <li>
      <b>
        <span>[out]</span>
      </b>– Returns instructions to the user for diagonal measurements (e.g.:&nbsp;<i>
        <span>Measure the distance from Point 3 to Point 5</span>
      </i>). When the polygon is closed it reports the closing error (e.g.: <i>
        <span>The Polygon is closed with a 5.18368349574805E-12 mm error</span>
      </i>)
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>
        <span>[R]</span>
      </b>– While the polygon is not triangulated it returns the polygonal chain scaled by the lengths of the respective sides with the transformed angles as a result of the provided diagonal measurements. When the process finishes it returns the triangulated polygon, i.e., the surveyed plan or section.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>
        <span>[D]</span>
      </b>– The requested diagonals as lines between corners of the provided morphology.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>
        <span>[T]</span>
      </b>– A boolean informing if the triangulation process has finished.
    </li>
  </ul>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/5248x3103/21a45feb11/8.jpg" loading="lazy" />
</figure>
<h3 id="spanexample-setup-span">Example Setup</h3>
<p>The following image presents the simplest possible setup, with the exception of the ShiftStartPoint component that is only needed to change the starting point of the morphology.</p>
<figure>
  <img src="https://lh4.googleusercontent.com/sygeDRoL_jjhncUZ59UVOXRXqJ-IMqyM4Vfln17hcwAI4Wh5Ab-Ck_OL_lAquVpjJ8FNxVsPcvhv-QPTsrVl48EyJA5HHGF2PE2WgLTP1pjrbfYIDzkVI2W1vNudy77rQRlu-jmP" loading="lazy" />
</figure>
<h3 id="spanroomsurveyor-shapediver-context-aware-configurator-span">RoomSurveyor + ShapeDiver: Context-aware configurator</h3>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/3723x1004/46a800aa3e/9.jpg" loading="lazy" />
</figure>
<p>The core focus of this plugin is to provide a <a href="https://filipebrandao.pt/2021/03/08/roomsurvey-workflow/" target="_blank">low-key survey workflow</a> that can be run on the web. Supporting RoomSurveyor on ShapeDiver is a logical step to provide the plugin functionality to a wider group of users that do not want to venture on setting up their own servers running RhinoCompute. With ShapeDiver, designers may build parametric models that are boundary dependent (e.g. partition walls, suspended ceilings, floors, windows, kitchen furniture, etc…) using no code.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1314x836/1e46eb64d2/screenshot-2021-07-13-at-16-32-00.png" loading="lazy" />
</figure>
<p>There are several ways to set up a configurator using ShapeDiver and RoomSurveyor. <a href="https://filipebrandao.pt/2021/03/09/roomsurveyor-shapediver/" target="_blank">
    <u>
      <span>This post</span>
    </u>
  </a>describes the simplest method using just Grasshopper, ShapeDiver, and RoomSurveyor, including some simple definitions for collecting user input and presenting requests and helpful cues to the user on the UI.</p>
<p>A more convenient user workflow can be attained using JavaScript and JSON as <a href="https://filipebrandao.pt/2021/03/10/rs-and-sd-with-json/" target="_blank">
    <u>
      <span>described here</span>
    </u>
  </a>. Using this method the user can directly draw the polygon on the browser canvas and save the polygon to upload to ShapeDiver. Naturally, this download step may be removed using the ShapeDiver API.  </p>
<blockquote>
  <p>
    <i>The image bellow exemplifies this process. You may also </i>
    <a href="https://filipebrandao.pt/2021/03/10/rs-and-sd-with-json/" target="_blank">
      <i>use the app to survey a wall</i>
    </a>
    <i> and upload the JSON to one of the above configurators.</i>
  </p>
</blockquote>
<iframe title="vimeo-player" src="https://player.vimeo.com/video/566990675?background=1&amp;dnt=1" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen=""></iframe>
<p>If you are interested in RoomSurveyor, you can download the plugin <a href="https://www.food4rhino.com/en/app/roomsurveyor" target="_blank">here</a>.</p>
<p>You can start using the plugin to create online cloud applications today by <a href="https://app.shapediver.com/" target="_blank">creating a free ShapeDiver</a> account.</p>
<p>
  <i>&lt;&lt; Do you have a Grasshopper plugin you would like us to support on ShapeDiver? Let us know via our</i>
  <i></i>
  <a href="https://forum.shapediver.com/" target="_blank">
    <i></i>
    <u>Forum</u>
  </a>
  <i></i>
  <i>and our development team will let you know if it's possible! While you're at it, check out our</i>
  <i></i>
  <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">
    <i></i>
    <u>other supported third party plugins</u>
  </a>
  <i>.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Tarpaulin Configurators with Planen Planen!</title>
  <description><![CDATA[ Join us as we interview the team behind the Planen Planen online configurator. Christian Stegmaier, Simon Vorhammer, and Amlis Botsch share the story behind this application revolutionizing the purchasing and manufacturing process of trailer tarpaulins by combining a web 3D configurator and CNC machines. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-planenplanen-configurator</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/67a1b83424/aaaa.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Mon, Apr 19, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Planen Planen uses ShapeDiver to create a web-based B2B configurator for the digital fabrication of car trailer tarpaulins. It was created as a joint effort between Stegmaier Textile Solutions and <a href="https://vorhammer.net/en/projekt/stegmaier/" target="_blank">Vorhammer Computational Design.</a>
</p>
<p>The company Stegmaier Textile Solutions produces trailer tarpaulins using CNC-controlled machines. Every order required them around 25 minutes to process as there were a lot of individual factors to design and take into account. With Planen Planen, this processing time has been reduced to orders as fast as 1 minute, creating a highly capable and effective system in the trailer tarpaulin world. Combining Grasshopper with multiple tools, Planen Planen created an easy-to-use interface that anyone can understand and is capable to export production-ready files.</p>
<p>Planen Planen started as a tool developed to optimize in-house manufacturing processes, but was later launched as a convenient on-demand solution for competitors and essentially anyone in the trailer tarpaulin business to use it as a selling and optimization tool.</p>
<p>We interviewed the Planen Planen team to learn more about this project, how it was built, and how it's becoming a game-changer in the tarpaulin marketplace. If you ever wondered what goes behind-the-scenes when creating a world-class online configurator powered by Grasshopper and ShapeDiver, then this is it.</p>
<p>Check out the complete interview and the transcript of some of the best questions below.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/VIfXngEBGdo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h3 id="1-hello-everyone-thank-you-for-joining-us-today-tell-us-a-bit-about-planen-planen">1. Hello everyone, thank you for joining us today! Tell us a bit about Planen Planen.</h3>
<p>
  <u>Christian:</u> "Planen Planen is a configurator for tarpaulin covers of trailers. This is a quite complex product in terms of production because every piece is tailor-made to fit the different sizes of the customer's trailers and to fit the customer's needs regarding, for example, the closure details.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2578x1660/af1e7d00e0/screenshot-2021-04-19-at-15-59-54.jpg" loading="lazy" />
</figure>
<p>There are a lot of parameters to choose from and that's why we decided to go for an online configurator. We are producers of these covers and before we started with this project, everything was done by hand. The target of this project was to get a ready-to-cut file so that we can automate the whole process.</p>
<p>The first idea was to optimize our process in-house, but the second idea was to open this as a service on demand for our competitors since they faced the same problems."</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/800x539/b0df66f3a7/med_ifor-williams-trailer-cover.jpg" loading="lazy" />
</figure>
<h3 id="2-before-this-configurator-how-long-did-it-take-you-to-process-a-single-order">2. Before this configurator, how long did it take you to process a single order?</h3>
<p>
  <u>Christian:</u>
  <b></b>"The process to provide all the data for the fabrication took us, let's say, 25 minutes for every single client now it takes us just one minute, and then we are ready for production.
</p>
<p>The real trigger was the chance to open this to our competitors and the C customers. So at the moment, we are not at the stage to get our c customers on this platform but this is the next stage of development."</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1000x609/25f7799c1f/ra.jpg" loading="lazy" />
</figure>
<h3 id="3-did-you-already-have-shapediver-and-grasshopper-in-mind">3. Did you already have ShapeDiver and Grasshopper in mind?</h3>
<p>
  <u>Simon:</u> "We knew of the possibilities to use ShapeDiver combined with Rhino and Grasshopper to convert this into an online configurator. We did this very soon, however, we first started developing it as a pure offline tool using Rhino and Grasshopper and Human UI for the user interface.
</p>
<p>So we didn't want to let Chris use the Grasshopper file itself because there were so many parameters and also you can't really do dependencies between parameter inputs so we had to build a custom user interface.</p>
<p>I've been using Grasshopper for some time, it used to be called "Explicit History" when I started using it, so I think that must have been like 12 years ago. So there really is no alternative to it in terms of flexibility. It's really a set of very flexible tools that allow you to do anything."</p>
<h3 id="4-can-you-tell-us-a-little-bit-about-how-the-grasshopper-file-is-set-up">4. Can you tell us a little bit about how the Grasshopper file is set up?</h3>
<p>
  <u>Simon:</u> "Everything you see in our Grasshopper file is separated into sections. We have a 3D section and a 2D section that we use to draw the geometry. But everything you see on screen is not the same geometry we use for.dfx output and.pdf output."
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2946x1670/e33f778040/screenshot-2021-04-19-at-15-55-27.jpg" loading="lazy" />
</figure>
<h3 id=""></h3>
<h3 id="5-what-were-the-main-challenges-when-developing-the-planen-planen-grasshopper-file">5. What were the main challenges when developing the Planen Planen Grasshopper file?</h3>
<p>
  <u>Simon:</u> "There were a few. The number one challenge, for sure, was performance. These trailers look very simple at first, they have a very simple geometry. But in combination with all the different closure types, roof geometry materials, folds, double folds, the way it unfolds for cutting, and the way it nests in the material generates a lot of complexity. So yeah, performance was a big challenge.
</p>
<p>For example, for all the 3D stuff we started generating in grasshopper, we started experimenting and watching the ShapeDiver tutorial videos on how to improve performance. But then we switched to external meshes that were transformed through the shape of other components and then we learned that we could even improve performance by loading the geometry, like the static geometry, only at the beginning, and then let all the other transformations be handled by the API."</p>
<h3 id="6-what-languages-did-you-use-in-this-configurator">6. What languages did you use in this configurator?</h3>
<p>
  <u>Amlis:</u>
  <b></b>"The configurator itself it's all client-sided so we're using java and HTML for prototyping. We also stuck to jQuery because had in mind that in the long run, in order to implement it into some web platform, like WooCommerce, that already included jQuery we'd need it. But all in all, we started from scratch since there is no real framework that would help us here we have this. Thankfully the nice API ShapeDiver provides brings a lot of functions and methods to interact with the model. It kinda started on a small scale and then grew because, as we mentioned, it's a very simple product but with a lot of sophisticated independencies and a huge amount of details."
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/x/87b9eea2f9/planengif" loading="lazy" />
</figure>
<h3 id="7-what-files-are-you-exporting-from-this-configurator">7. What files are you exporting from this configurator?</h3>
<p>
  <u>Amlis:</u>
  <b></b>"After the design and production phase the output will be a small archive including a PDF of both the assembly plan and the plan where we include all the dimensions. For the CNC machine, this will also include a DXF file that gets sent directly through email."
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/600x319/12d9a935ca/trailer-tarpaulins.jpg" loading="lazy" />
</figure>
<h3 id="8-what-has-been-the-response-of-your-early-users-and-early-clients">8. What has been the response of your early users and early clients?</h3>
<p>
  <u>Christian:</u> "Clients are usually small companies. And these small companies have a big problem, they have no time. So they need to save time, that's why they like to use it. The second thing is, if you look at the configurator, it's clean and fantastic, with a focus on the product, and with the parameters in a very logical order. So it is so simple to use it as a customer, and that has been the response overall."
</p>
<h3 id="this-has-been-great-its-always-great-to-see-a-team-that-uses-grasshopper-and-all-the-knowledge-that-youve-learned-and-creates-an-online-application-that-can-serve-as-an-inspiration-thank-you-very-much-for-joining-us-today">- This has been great! It's always great to see a team that uses Grasshopper and all the knowledge that you've learned, and creates an online application that can serve as an inspiration. Thank you very much for joining us today.</h3>
<p>
  <u>Christian:</u> "Thank you very much for having us as well."
</p>
<p>
  <i>Would you like to see the Planen Planen configurator for yourself?</i>
</p>
<p>
  <i>Check out the</i>
  <i></i>
  <a href="https://planenplanen.de/" target="_blank">
    <i></i>
    <u>Planen Planen </u>
  </a>
  <i>in action!</i>
</p>
<p>
  <i>That’s it for our new edition of </i>
  <b>&gt;&gt;Getting to know..&lt;&lt;</b>
  <i> Don’t forget to visit </i>
  <a href="http://vorhammer.net/" target="_blank">
    <i>Vorhammer.net</i>
  </a>
  <i>to learn about more projects.</i>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We’d love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Redefining mechanical interfaces with design configurators – The 3D Insert story</title>
  <description><![CDATA[ Digital manufacturing technologies such as 3D printing led to a paradigm change in the production industry. Within this post, we discuss how even purely mechanical features, such as screwed interfaces, can be digitally extended with ShapeDiver and 3D Insert. ]]></description>
  <link>https://www.shapediver.com/blog/redefining-mechanical-concepts-with-3d-configurators</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/2cb19e2849/mech2.webp"></enclosure>
  <dc:creator><![CDATA[ Daniel Omidvarkarjan ]]></dc:creator>
  <pubDate>Wed, Apr 14, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <i>&lt;&lt; This is a guest post written by </i>Omidvarkarjan Daniel<i>, a researcher from Inspire AG & ETH Zurich and part of the 3D insert project. Their configurator allows you to create </i>mechanical interfaces to 3D-printed plastic parts.<i> &gt;&gt;</i>
</p>
<h3 id="spanwhat-problem-does-3d-insert-solve-span">What problem does 3D Insert solve?</h3>
<p>3D printed parts often times require mechanical interfaces, which cannot be directly printed and therefore need to be integrated manually.  This includes for instance threaded inserts for 3D printed plastics, which are required for screwed connections. They are typically mounted through pressing or heat setting. We have worked with these systems and felt that they were limited in multiple regards: The assembly is time-consuming and prone to errors. In addition, extensive knowhow of the 3D printing process is required to properly fit the inserts into the 3D prints, requiring costly  experimentation.</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/OnQ6aiIQkZE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>For this reason, we have developed the <b>
    <span>3D Insert</span>
  </b>. The bayonet-shaped metal insert is making use of the design freedom offered by 3D printing. It can quickly be mounted without specialized tools and is reusable thanks to the reversible connection, enabling therefore both time and cost savings. The 3D Insert is ideal for applications fields, which require high strength connections (e.g. orthosis, robotics, automotive etc.).</p>
<p>
  <b>
    <i>Figure 1: Working principle of the 3D Insert</i>
  </b>
</p>
<h3 id="spanwhat-role-does-shapediver-play-in-your-project-span">What role does ShapeDiver play in your project?</h3>
<p>With the help of our online configurator, users can easily define and position the 3D insert into their own designs. It is built with ShapeDiver. The backend incorporates the various manufacturing related requirements of 3D printing that formerly the designer needed to handle. For instance, the configurator automatically checks whether the entire insert is within the part contour and whether enough material is around it. If necessary, additional material is added. Experienced users benefit as the integration of the insert geometry into the 3D design file is vastly accelerated. Unexperienced designers do not require as much expertise on 3D printing as before.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/693x400/351197b935/sequence-02_2.gif" loading="lazy" />
</figure>
<p>
  <b>
    <i>Figure 2: With our configurator, users can easily integrate the 3D Insert into their own 3D geometries.</i>
  </b>
</p>
<p>To sum up, ShapeDiver and design automation in general play an essential role for our solution. It enables us to <b>
    <span>redefine the value proposition of threaded inserts by</span>
  </b>
  <b>
    <span>transforming a physical commodity</span>
  </b>
  <b>
    <span>into a digitally augmented good of much higher value</span>
  </b>.
</p>
<h3 id="spanwhat-influence-does-this-have-on-the-business-aspects-of-your-solution-span">What influence does this have on the business aspects of your solution?</h3>
<p>
  <b>
    <span>Also from a business perspective, the online configurator enables new opportunities by digitally extending the physical part.</span>
  </b>Digital business models can be used like a Print-Your-Own option, where customers configure their parts on a pay-per-use or subscription basis. After payment, the geometry file can be downloaded and printed by the user. Additionally, a platform model can be established, where we could collaborate with established contract manufacturers. By forwarding the manufacturing request, we would gain a share of their revenue. 
</p>
<p>
  <b>
    <i>Figure 3: The 3D Insert can be disassembled thanks to its specific shape.</i>
  </b>
</p>
<h3 id="spanwhat-comes-next-span">What comes next?</h3>
<p>We are currently initiating a pilot phase with 3D printing suppliers and practitioners. If you are interested in participating, please visit our website ( <a href="https://www.3d-insert.com/" target="_blank">
    <u>
      <span>https://www.3d-insert.com/</span>
    </u>
  </a>) and contact Daniel Omidvarkarjan ( <a href="mailto:omidvarkarjan@inspire.ethz.ch" target="_blank">
    <u>
      <span>omidvarkarjan@inspire.ethz.ch</span>
    </u>
  </a>) for more information.</p>
<p>
  <br />
  <i></i>
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/857x483/fa974d4ac3/swi.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <i>Figure 4: The developers behind the 3D Insert configurator (from left): Daniel Omidvarkarjan, David Ochsner and Patrick Beutler.</i>
  </b>
</p>
<p>
  <i>&lt;&lt; Want to get in touch with Daniel and his team at 3D Insert? Make sure to check out</i>
  <i></i>
  <a href="https://www.3d-insert.com/" target="_blank">
    <i></i>
    <u>their website</u>
  </a>
  <i></i>
  <i>and follow them</i>
  <a href="https://www.shapediver.com/blog/www.linkedin.com/in/danielomid" target="_blank">
    <i></i>
  </a>
  <a href="https://www.shapediver.com/blog/www.linkedin.com/in/danielomid" target="_blank">
    <i></i>
    <u>on LinkedIn</u>
  </a>
  <i>. &gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know…PHYSEE Technologies!</title>
  <description><![CDATA[ Today we interview Rahul Grover. He is a Smart Facade Engineer at Physee Technologies, a Dutch technology company that’s engineering coating, solar, and sensor solutions for the global energy transition. Their goal is to change the perspective on how current materials are used and implemented in the construction industry, as well as challenging the system innovation behind them. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-physee-technologies-rhino-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/4d29b9f42a/headerr.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Thu, Apr 8, 2021 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Recently, <a href="https://www.physee.eu/" target="_blank">PHYSEE</a> started using ShapeDiver’s cloud platform to offer an online tool which they call the “<a href="https://www.physee.eu/real-estate-solutions/physeebility-check?submissionGuid=084aaeab-5627-4fbc-aaa0-8d57029196c6" target="_blank">PHYSEEbility Check Tool</a>”. This implementation has allowed them to 10x their efficiency when dealing with their clients, which in turn has led to more sales and partnerships with other brands that also wish to offer this tool on their websites.</p>
<p>But, how is Grasshopper involved in this project? How was this process done before they created this online tool powered by ShapeDiver? Read along to get these and more insights!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/982x938/cfa4da3bed/555.jpg" loading="lazy" />
</figure>
<h3 id="hello-rahul-thank-you-for-joining-us-today-lets-start-by-explaining-what-physee-is">Hello Rahul, thank you for joining us today! Let’s start by explaining what PHYSEE is.</h3>
<p>PHYSEE Technologies is a company that produces coating technologies and manufactures SmartWindows, a type of window with integrated sensors that transmit data to the building’s control systems. This enables hyper-local, demand-driven and efficient indoor climate control. Our primary mission is to make buildings reach carbon neutrality. The future we envision is one with energy-neutral buildings, centered around human comfort, and filled with sustainable solutions that don't compromise on aesthetics or functionality.</p>
<h3 id="could-you-tell-us-your-role-in-the-company">Could you tell us your role in the company?</h3>
<p>I’m an Architect working as a Smart Facade Engineer. I’m responsible for integrating building physics and other parametric tools into our workflow. My goal is to make our product “SmartSkin” a sustainable one with no green-washing and thus, help buildings go towards zero-energy design.</p>
<h3 id="how-is-grasshopper-involved-in-your-everyday-operations">How is Grasshopper involved in your everyday operations?</h3>
<p>We use Grasshopper mainly because it is a very useful open-source tool with plugins like Ladybug and Honeybee which support energy simulation,</p>
<p>energy yield simulations, comfort and daylight calculations and so on. All of which are very useful for the type of work we’re doing at PHYSEE.</p>
<h3 id="what-is-the-physeebility-check-tool-when-was-it-developed">What is the PHYSEEbility Check Tool? When was it developed?</h3>
<p>We’ve been using the PHYSEEbility Check Tool for quite some time now by running it locally in our machines as a traditional Grasshopper file instead of online. It was developed so that we can show the impact that our technology could have on any given building. It is built for various purposes such as calculating energy yields, energy flows through the building, calculating daylight and to generate window databases.</p>
<p>Recently, this tool is now available on our website and is basically a lighter version of the full PHYSEEbility check tool, which we use locally which is much more complex. The online version, however, offers a UI that is robust enough to be used by any type of clients such as architects, engineers, consultants, or real estate developers. These are very simple parameters used to interact with the building and then submit it to us as their design.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/x/259360837e/physee-new" loading="lazy" />
</figure>
<h3 id="how-was-it-done-before">How was it done before?</h3>
<p>Well, it required a lot of calls with our clients and having several meetings to understand their project, note down the variables and get a 3D model for which we had to wait for a really long time and based on that model we used to do the analysis. Now that we have this online we have removed such bottlenecks.</p>
<p>We have fully automated the intake process and the entire geometry processing procedure. This leads to at least 10x more efficiency.  If a user comes to this interface he or she can simply model their building with the UI provided. These parameters are chosen on the basis of the highest level of impact on the results.</p>
<p>Clients can now directly approach us and be more transparent with us in the engineering process. Earlier, we used to just take the model from them and do the analysis over weeks. Now, a part of it is already done by them which helps speed up our engineering process. It basically has allowed us to scale through automation.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1200x628/e0771f7dfa/physee-1.jpg" loading="lazy" />
</figure>
<h3 id="why-did-you-choose-shapediver">Why did you choose ShapeDiver?</h3>
<p>As mentioned, the original PHYSEEbility Check Tool runs locally, so we needed some version of it running online. This would allow our leads to use it without the need of our Sales team. Because of my experience with Grasshopper, I realized I could go ahead and build the new version of this tool following ShapeDiver guidelines and limitations. We also had a couple of more team members who helped me create its online user interface and finish the integration into our website.</p>
<h3 id="what-are-the-main-benefits-and-features-youve-found-from-using-shapediver">What are the main benefits and features you’ve found from using ShapeDiver?</h3>
<p>This online version enables our clients to reach out to us more efficiently and introduces more transparency into our system. When the user clicks submit, the tool gives us the Rhino model and all the other parameters which we use for our analysis. This increases our speed by allowing us to input this data into other parts of our process much faster.</p>
<p>Right now, we are seeing more and more clients approaching us. Even companies approaching our commercial team with the goal of partnering with us because of the power of this tool. They want to integrate it into their own websites which can bring in more clients to our technology.</p>
<h3 id="what-would-you-say-to-businesses-facing-the-same-challenges-you-had">What would you say to businesses facing the same challenges you had?</h3>
<p>Many consultants in different engineering companies face similar challenges of calculating accurate results efficiently. If one can imagine all the computation and parametric tools as pieces of a puzzle, the answers to the different challenges can be found by knowing how to put these pieces together like we did. We simply used the tools that were available online and customized them to our exact needs.</p>
<h3 id="thank-you-very-much-for-your-time-rahul-this-has-been-a-great-overview">Thank you very much for your time Rahul. This has been a great overview!</h3>
<h3 id=""></h3>
<p>Thank you for having me as well.</p>
<p>———————————–</p>
<p>
  <i>Would you like to see the PHYSEE configurator for yourself?</i>
</p>
<p>
  <i>Check out the </i>
  <a href="https://www.physee.eu/real-estate-solutions/physeebility-check?submissionGuid=6397ffd9-1229-459d-ab80-e9175ece682f" target="_blank">
    <i>PHYSEEbillity tool</i>
  </a>
  <i>in action!</i>
</p>
<p>
  <i>That’s it for our new edition of </i>
  <b>&gt;&gt;Getting to know..&lt;&lt;</b>
  <i> Don’t forget to follow our friends from PHYSEE directly at their </i>
  <a href="https://twitter.com/physee_tech" target="_blank">
    <i>Twitter</i>
  </a>
  <i>, </i>
  <a href="https://www.facebook.com/physeegroup/" target="_blank">
    <i></i>
    <u>Facebook </u>
  </a>
  <a href="https://www.facebook.com/shapelamp/" target="_blank">
    <i></i>
    <u>Page </u>
  </a>
  <i>and </i>
  <a href="https://www.instagram.com/physee_technologies/" target="_blank">
    <i></i>
    <u>Instagram Page!</u>
  </a>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We’d love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Plugin updates for Clipper, Heteroptera, LunchBox, and OpenNest.</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-heteropterra-clipper-lucnhbox-opennest-plugins-update</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/7bb0fa8684/1.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Mar 1, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <h4 id="iltlt-at-shapediver-we-remain-committed-to-give-our-users-an-expansive-and-flexible-platform-that-meets-their-needs-and-demands-this-is-why-we-give-great-importance-to-the-upkeep-of-our-third-party-plugin-supportgtgt-i">
  <i>&lt;&lt; At ShapeDiver we remain committed to give our users an expansive and flexible platform that meets their needs and demands. This is why we give great importance to the upkeep of our third-party plugin support.&gt;&gt;</i>
</h4>
<p>Our new wave of third-party plugin support is here. We did some updates this month to support the latest version of some of our most popular plugins so that our users can properly use some of their features on our platform.</p>
<p>ShapeDiver now supports updated versions of the following plugins:</p>
<p>• <a href="https://www.food4rhino.com/app/clipper-grasshopper-and-rhino" target="_blank">
    <u>
      <span>Clipper</span>
    </u>
  </a>[Version 0.3.2]</p>
<figure>
  <ul>
    <li>• <a href="https://www.food4rhino.com/app/lunchbox" target="_blank">
        <u>
          <span>LunchBox</span>
        </u>
      </a>[Version 2020.11.2.0]</li>
    <li>• <a href="https://www.food4rhino.com/app/opennest" target="_blank">
        <u>
          <span>OpenNest</span>
        </u>
      </a>[Version 1.3.3]</li>
  </ul>
</figure>
<p>• <a href="https://www.food4rhino.com/app/heteroptera" target="_blank">
    <u>
      <span>Heteroptera</span>
    </u>
  </a>[Version 0.6.2.4]</p>
<p>Note: Only version 1.3.3 is now supported for OpenNest. Older versions of the plugin cannot be used for new uploads, but already uploaded models will not be affected.</p>
<p></p>
<p>Note 2: Though installed alongside LunchBox, the LunchBoxML library is not supported for uploads. Due to certain <a href="https://support.shapediver.com/hc/en-us/articles/360014902392-Forbidden-Grasshopper-functionalities" target="_blank">
    <u>
      <span>limitations</span>
    </u>
  </a>, ML models would not work as expected in most use cases.</p>
<p>We have been supporting Clipper, LunchBox and OpenNest for a very long time now, and we’re happy to now offer support for their latest versions. Heteroptera is a newer addition to our arsenal of Grasshopper Plugins which features some very useful and popular utilities.</p>
<p>Here’s a quick overview of them all:</p>
<h2 id="what-is-clipper">What is Clipper?</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1080x218/7c6765ff7c/clipper-logo" loading="lazy" />
</figure>
<p>
  <b>
    <span>Clipper</span>
  </b>is an <a href="https://github.com/arendvw/clipper/" target="_blank">
    <u>
      <span>open source</span>
    </u>
  </a>plugin for Grasshopper developed by <a href="https://github.com/arendvw" target="_blank">
    <u>
      <span>Arend van Waart</span>
    </u>
  </a>. It contains a variety of powerful components that perform polyline operations such as boolean difference, sum, offset and containment. Not only are these components highly optimized, but they’re also exposed as GhPython functions in the ClipperComponents namespace.
</p>
<p></p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1080x132/ae5920de79/1.jpg" loading="lazy" />
</figure>
<p></p>
<h2 id="what-is-lunchbox">What is Lunchbox?</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1080x218/0d4f19426d/lunchbox-logo.jpg" loading="lazy" />
</figure>
<p>
  <b>
    <span>LunchBox</span>
  </b>is <a href="https://provingground.io/" target="_blank">
    <u>
      <span>ProvingGround</span>
    </u>
  </a>’s super-popular plugin which provides users with a wide range of tools for all kinds of uses:
</p>
<figure>
  <ul>
    <li>Data utilities</li>
    <li>Machine Learning toolkit (Not supported on ShapeDiver)</li>
    <li>Generative Geometry Functions</li>
    <li>Advanced Math Functions</li>
    <li>Panel modification tools</li>
    <li>Structure generation tools</li>
    <li>General Utilities</li>
    <li>Workflow and Import / Export tools</li>
  </ul>
</figure>
<p>LunchBox is one of the many plugins that every Grasshopper user installs along with every fresh Rhinoceros installation. Many of the components are staple for Grasshopper super-users.</p>
<p>Here’s a model using LunchBox (along with Fattener, Caterpillar, and Weaberbird) to create a 3D Printable object:</p>
<iframe id="sdv-iframe" width="100%" height="550" src="https://viewer.shapediver.com/v2/2.22.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=6aacb34a496857ac05f46c9eb1cd031ae4dcd3993f58d9fd954ebf285153054d5fa216d87fa393bcbe4b52310eab4350ba182fa6c4b4ae6846de085a2b4d31b0a9832fadd61575d5cc92cd2e3300903af9ea35c81af0a3bb389214b7593aa9564d944f857af9d4ec176cab592a45328bacd75ece1697-3409c7517076192b8e709ed36cdee557&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<h2 id="what-is-opennest">What is OpenNest?</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1080x218/34f3422e9e/nest-logo.jpg" loading="lazy" />
</figure>
<p>
  <a href="https://www.food4rhino.com/app/opennest" target="_blank">
    <i></i>
    <u>OpenNest</u>
  </a>
  <a href="https://www.food4rhino.com/app/opennest" target="_blank">
    <i></i>
    <u></u>
  </a>
  <i>is a Grasshopper plugin with tools for unrolling, packing and of course nesting curves directly inside your definitions. With OpenNest, enhance your configurators with price computation, bills of materials and stronger links with your manufacturing process.</i>
</p>
<p>
  <a href="https://petrasvestartas.com/" target="_blank">
    <u>
      <span>Petras Vestartas</span>
    </u>
  </a>’ update to <b>
    <span>OpenNest</span>
  </b>version 1.3.3 features additional tools and improvements, along with better compatibility with ShapeDiver, making room for future updates. We have extensively talked about OpenNest and the concept of nesting in one of our <a href="https://www.shapediver.com/blog/shapediver-grasshopper-nesting" target="_blank">
    <u>
      <span>blog posts</span>
    </u>
  </a>and <a href="https://www.youtube-nocookie.com/watch?v=ZAAdZWfe-aE" target="_blank">
    <u>
      <span>YouTube Tutorials</span>
    </u>
  </a>.
</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube.com/embed/ZAAdZWfe-aE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1080x354/f2f0ced24d/image-nest.jpg" loading="lazy" />
</figure>
<h2 id="what-is-heteropterra">What is Heteropterra?</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1080x218/3594f5c785/heteropterra-logo.jpg" loading="lazy" />
</figure>
<p>We talked about <b>
    <span>Heteroptera</span>
  </b>in a recent <a href="https://www.shapediver.com/blog/grasshopper-plugins-heteroptera-caterpillar-fattener-and-jswan-join-the-shapediver-platform" target="_blank">
    <u>
      <span>blog post</span>
    </u>
  </a>when support for it on ShapeDiver was first rolled out. Heteroptera is being constantly updated by the author <a href="https://www.linkedin.com/in/amin-bahrami-10462549/" target="_blank">
    <u>
      <span>Amin Bahrami</span>
    </u>
  </a>with amazing new features and tools. The latest update adds new components for working with Fields in Grasshopper, along with general improvements.</p>
<p>In summary, Heteroptera is a toolbox plugin for Grasshopper with a variety of utility components. With over <a href="https://www.food4rhino.com/app/heteroptera" target="_blank">
    <u>43,000 downloads on Food4Rhino</u>
  </a>, Heteroptera features components for almost every purpose, but mostly focuses on Uncertainty and Generation related tools.</p>
<p>Here are some infographics by Amin Bahrami that further explain the components and uses of Heteropterra:</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2000x1600/8865be9ec5/wgh_fields2x.jpg" loading="lazy" />
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2000x1600/36aa6cea53/wfield_operator2x.jpg" loading="lazy" />
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2000x1600/f802b6709c/wfield_element_c2x.jpg" loading="lazy" />
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2000x1600/ec420c4a71/wfield_utilities2x.jpg" loading="lazy" />
</figure>
<h3 id="bottom-line">Bottom Line</h3>
<p>We are always looking to give our users the most expansive toolbox possible, which is why we are committed to keeping our third-party plugin support up to date with the latest versions.</p>
<p>To get the most up-to-date list of supported third-party plugins, simply check out <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">
    <u>our documentation section</u>
  </a>.</p>
<p>
  <i>&lt;&lt; Would you like us to support any particular plugin? Make sure to read this article that explains what we can and can’t support. If your plugin is eligible for support, let our developers know via our Forum.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know... Custom light designs with Shapelamp!</title>
  <description><![CDATA[ &gt;&gt;Getting to know…&lt;&lt; is the place where ShapeDiver introduces game-changers in the field of Parametric Design. During our blog series, we’ll let great brands do the talking and present their projects, so sit back and enjoy! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-custom-light-designs-with-shapelamp</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a8d5bc7a2b/1.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Feb 19, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>Have you ever been looking for furniture, and could not find your “just right” item? Wished it were that little bit different, in size, color, or shape. That is what Shapelamp strives to solve within the lighting industry.</p>
<p>
  <a href="https://shapelamp.com/" target="_blank">Shapelamp.com</a> is a Malta-based start-up that uses a custom-built advanced online design tool, coupled with innovative rapid manufacturing methods and traditional manual fabrication processes, to give the opportunity to anyone, of any age or background, to design their very own light unit.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2500x1642/48176a3f3c/1.jpg" loading="lazy" />
</figure>
<p>Shapelamp was founded by two lifelong friends, Sean and Matt, By merging their respective expertise, one in engineering, lighting, and sustainability, and the others in architecture, design, and rapid manufacturing. These concepts are at the core of Shapelamp and influence all the processes; from the design stage to the packaging and shipping stage. The day-to-day operations are currently overviewed by Nick, a full-time Engineer, who shares the same passion as the founders.</p>
<h3 id="how-is-shapelamp-different-from-other-interior-design-companies">How is Shapelamp different from other interior design companies?</h3>
<p>Shapelamp, works on the concept of democratization of the design process, making the product created a unique and personal one. The concept of putting together one’s own furniture is not new and Shapelamp is not very different in this regard. What the Shapelamp concept differs in, is the ability to offer mass customization options to the global market, using a unique custom design tool and the power of the internet!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1592x1056/c96849b8bd/sl2.jpg" loading="lazy" />
</figure>
<p>Launching with the first design family - <a href="https://shapelamp.com/choose/" target="_blank">LUKT</a>, one that steals its aesthetic from the timeless lanterns predominant in the far east, Shapelamp intends to expand the design families in the coming months whilst maintaining a sensitive balance between technological precision and the artisan finish.</p>
<h3 id="what-are-some-of-the-challenges-you-guys-faced-in-setting-up-this-kind-of-operation">What are some of the challenges you guys faced in setting up this kind of operation?</h3>
<p>The main challenge has been to create an efficient platform that streamlines the process of converting a concept, to an editable 3D model to a CNC cutting file which is optimised and suitable for our needs. Luckily, Grasshopper together with Shapediver allows this process to be very efficient. It is important to note that the design stages of the Grasshopper script was far from simple, yet this has created the beauty in the Shapelamp algorithm. The minimalist interface is backed by a very intricate system which was built over several years and is constantly evolving. Finding the right people and tools was not easy but the end result has been worth all the effort put into the operation.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x1000/a2c7124027/img_2279.jpg" loading="lazy" />
</figure>
<h3 id="tell-us-about-your-manufacturing-process-how-did-it-influence-what-you-could-or-couldnt-do-design-wise">Tell us about your manufacturing process, how did it influence what you could or couldn’t do design-wise?</h3>
<p>Currently, Shapelamp has a single family of products LUKT. This family relies on laser cutting 2D shapes which are then formed into a final 3D object, a final Shapelamp. Laser cutting is very versatile but has its limitations since it is a subtractive process.</p>
<p>Complex geometries are hard to manufacture without the right design processes and even a simple press-fit needs to be extensively tested and is dependent on the machine tolerance. The machines used, quality checking and the design built by the algorithm must all compensate for such precision.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x1000/7b803eafd2/img_0972.jpg" loading="lazy" />
</figure>
<h3 id="what-are-your-favorite-design-features-of-your-lamps">What are your favorite design features of your lamps?</h3>
<p>Shapelamps come in a multitude of design variables. The team’s favorite feature would probably be the shadows that a Shapelamp casts. They are subtle but without them the Shapelamps would lack spirit. The team also loves how easy it is to manipulate slightly a design and achieve a completely different lamp!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/2792x1052/e114e537d9/sl4.jpg" loading="lazy" />
</figure>
<h3 id="what-obstacles-if-any-were-there-in-the-design-process">What obstacles, if any, were there in the design process?</h3>
<p>The main hurdle in designing the algorithm was related to how to display the models online easily and efficiently and how to achieve a simple CNC cutting file efficiently without using excessive computing power. Through innovative processes, some effective mathematics, and the unique help from the Shapediver team, we managed to solve most of such obstacles.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1667x2500/2068ccbff9/2.jpg" loading="lazy" />
</figure>
<h3 id="is-distributed-manufacturing-in-your-roadmap">Is Distributed Manufacturing in your roadmap?</h3>
<p>Shapelamp aims to disseminate its vision of democratization of lighting design through collaborations with entities who share similar values. By constantly investing a lot in reaching out to people different communities, Shapelamp ensures that as many people as possible can experience and embrace the concept. Distributed Manufacturing fits within this plan, yet a number of aspects are to be tackled first, to ensure the brand and product reach the end customer at the best quality possible.</p>
<h3 id="why-a-company-like-shapelamp-was-not-possible-say-5-or-10-years-ago">Why a company like Shapelamp was not possible say 5 or 10 years ago?</h3>
<p>This is a simple answer, Shapelamp could have been possible 5 to 10 years ago, but the result would have been much more difficult to get to.</p>
<p>Grasshopper was not what it is now, and online customization tools were not as powerful and efficient as today. Furthermore, browser and internet efficiency would have been a critical constraint. 10 years ago Shapelamp would have been based off dropdown menus and pre-rendered images changing based on users’ inputs. Now it is dynamic.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1000x1500/a0b2c80bed/img_9892-edit.jpg" loading="lazy" />
</figure>
<p>———————————–</p>
<p>
  <i>That’s it for our second edition of </i>
  <b>&gt;&gt;Getting to know..&lt;&lt;</b>
  <i> Don’t forget to follow our friends from Shapelamp directly at their </i>
  <a href="https://www.facebook.com/shapelamp/" target="_blank">
    <i></i>
    <u>Facebook Page</u>
  </a>
  <a href="https://www.facebook.com/shapelamp/" target="_blank">
    <i> </i>
  </a>
  <i>and </i>
  <a href="https://www.instagram.com/shapelamp_official/?hl=en" target="_blank">
    <i></i>
    <u>Instagram Page</u>
  </a>
  <a href="https://www.instagram.com/shapelamp_official/?hl=en" target="_blank">
    <i>!</i>
  </a>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We’d love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Win A Scholarship For DesignMorphine’s Master’s Degree!</title>
  <description><![CDATA[ Whether you&#39;re already graduated or about to graduate from college, getting a master&#39;s degree is always an option you might consider to get ahead with your career and improve your current skill set. If you&#39;ve ever thought about or are actively considering taking a master&#39;s degree in the Computational Design field, then we may have good news for you. ]]></description>
  <link>https://www.shapediver.com/blog/win-a-scholarship-for-designmorphines-masters-degree</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/3fcb6daf68/12.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Jan 21, 2021 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <p>Today we're proud to announce that ShapeDiver will collaborate with <a href="https://designmorphine.com/" target="_blank">DesignMorphine</a> to provide one of three partial scholarships for their upcoming <b>Master of Science in Computational and Advanced Design</b>. A 9-month online program focused on the field of Architecture and Product Design, fully accredited by the Bulgarian Ministry of Education and accepted worldwide.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2021/01/Requirements-Design-Masters-1024x644.jpg" loading="lazy" />
</figure>
<p>Master's Degree Quick Overview</p>
<p>An important condition to be considered is for students to apply <b>BEFORE</b> February 28th, 2021. Each scholarship will grant up to €2900 towards the tuition of those who meet certain criteria. If you are thinking of taking the next step for your education then you might want to continue reading this post.</p>
<h2 id="why-should-you-consider-a-masters-degree">Why Should You Consider A Master's Degree?</h2>
<p>If you are passionate about design and want to have the best progression in your career, this is something you might've thought about before. A master's degree in such a specialized field will give you the toolset to take in a broader scope of projects and open the doors for new career paths and networking opportunities.</p>
<p>With this particular master's degree focused on Computational and Product design, you'll get a 9-month advanced education around design methods and multidisciplinary techniques that will expand the horizons of your capabilities. These will be taught by a team of leaders, including designers, architects, and mentors from diverse backgrounds as part of industry-leading companies. You'll also become part of a diverse global network of professional and talented individuals.</p>
<p>It's a great opportunity if you are looking to build your brand or become an ideal candidate for any advanced computational design position worldwide.</p>
<h2 id="about-designmorphine">About DesignMorphine</h2>
<p>DesignMorphine is an international education institution and creative hub that acts as a catalyst of progress for professionals across the globe. They currently offer a wide variety of accredited degrees, workshops, and educational experiences tailored towards designers and innovative thinkers.</p>
<p>The team collaborates with top-of-the-line talent and industry leaders to create relevant and high-quality experiences that can give designers, architects, and engineers an impulse in their career and skills, no matter what industry they come from.</p>
<p>The <b>Master's of Science in Computational and Advanced Design</b> aims to bring multidisciplinary techniques to skilled professionals so that they can be at the forefront of modern technological advancement.</p>
<h2 id="about-the-program">About The Program</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2021/01/General-Masters-Cover-1024x313.jpg" loading="lazy" />
</figure>
<p>The program was created in collaboration with the <a href="https://uacg.bg/?l=2" target="_blank">
    <b>University of Architecture, Civil Engineering and Geodesy in Sofia, Bulgaria</b>
  </a>and it covers a wide range of topics and software such as Maya, Zbrush, Grasshopper, and more.</p>
<p>Program description by DesignMorphine:</p>
<p>
  <b>
    <i>"The master's schedule is split intο five leading Design Chapters and five supporting Technical and Theoretical Labs that span over the 9-month long academic year. Throughout them, students will encounter and learn advanced techniques and design processes from world-renowned designers and architects. </i>
  </b>
</p>
<p>
  <b>
    <i>During the Design Chapters phase, they will start with the generation of a single unit and its new features, i.e. the enhanced human body, and will then progress to develop more complex architectural entities around that, reaching the state to build global systems and networks. </i>
  </b>
</p>
<p>
  <b>
    <i>Through the Technical Labs, students will master a variety of software for parametric and generative design, like Maya, ZBrush, Rhinoceros, Grasshopper, Houdini, Unreal Engine, C# etc, as well as get to utilize Virtual Reality, visualize their concepts through the Media Lab, and work with Prototyping Machines and Swarm Robotics. </i>
  </b>
</p>
<p>
  <b>
    <i>Furthermore, students will be taught how to formulate a concrete, expandable theoretical frame to support their vision. At the end of each monthly cycle of lessons, participants will present their work and discussion will follow. Mentors and Acclaimed Designers will be called to participate and provide a fresh perspective. At the end of this journey, students will have obtained a variety of skills, allowing them to be ready to take on any project in any working environment."</i>
  </b>
</p>
<p>
  <b>If this sounds like an exciting program for you, you may be interested in the different discounts and scholarships that ShapeDiver and DesignMorphine are currently providing to stand out applicants!</b>
</p>
<h2 id="how-to-apply-for-a-scholarship">How To Apply For A Scholarship</h2>
<p>The scholarships will require students to apply before February 28th, 2021. Each scholarship will grant up to €2900 to students who meet the criteria.</p>
<p>The first step is to visit <a href="https://designmorphine.com/masters/designmorphine-masters" target="_blank">the official course webpage</a> and submit your application before the deadline. This application will require you to fill out your personal and educational information and upload different work samples that showcase your talent in computational design.</p>
<p>Decisions on applications will be made in two rounds based on the date of receiving the application and supporting documents. Applications will not be processed until all required information has been provided and failure to submit might delay the processing of your application. Please note that DesignMorphine will not accept multiple applications from the same candidate.</p>
<p>Successful applicants will receive a Letter of Conditional Offer through email and will be expected to supply the following documents by the date outlined on the offer with official English translation if necessary.</p>
<p>The application process is now live and ready for any interested applicant so make sure to apply before the deadline!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2021/01/Partners-Design-Masters-1024x594.jpg" loading="lazy" />
</figure>
<p>&lt;&lt; For any additional information about the course, visit the <a href="http://designmorphine.com/" target="_blank">
    <b>DesignMorphine</b>
  </a>official course page or follow them in any of their social media channels. &gt;&gt;</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Rhino 7!</title>
  <description><![CDATA[ A few weeks ago, McNeel released the long-awaited version 7 of Rhino. You would be forgiven for missing the news, since McNeel decided to go for a silent release with virtually no marketing planned around it. As a consequence, we at ShapeDiver were taken by surprise, like everyone else! We had long planned to coordinate the launch of our own Rhino 7 cloud system with its official commercial release. And we do not like to disappoint… ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-rhino-7</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/0c24a8cd8f/11.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Dec 14, 2020 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; A few weeks ago, McNeel released the long-awaited version 7 of Rhino. You would be forgiven for missing the news, since McNeel decided to go for a silent release with virtually no marketing planned around it. As a consequence, we at ShapeDiver were taken by surprise, like everyone else! We had long planned to coordinate the launch of our own Rhino 7 cloud system with its official commercial release. And we do not like to disappoint…&gt;&gt;</i>
<p>Today, after a big development push and a few weeks of coordinating, we are happy to launch our brand new Rhino 7 system (almost) in time! The update comes with big implications for ShapeDiver users. Therefore, despite our excitement, we are trying to plan it with a series of careful steps. You probably have many questions, and we will do our best to answer them below.</p>
<h2 id="1nbspwhy-should-i-switch-to-rhino-7">1. Why should I Switch To Rhino 7?</h2>
<p>
  <a href="http://rhino3d.com/" target="_blank">Rhino 7</a> is packed with <a href="https://www.rhino3d.com/features/" target="_blank">new features</a>, and several of them come with brand new Grasshopper components that are compatible with the ShapeDiver Rhino 7 system. If you are excited about the new organic modelling possibilities offered by the SubD feature, try out the new SubD components in Grasshopper!
</p>
<p>Need to clean up or smooth some nasty meshes? The Quad Remesh component is there for you, producing clean quad meshes that will also help with the rendering performance in the ShapeDiver viewer.</p>
<p>Check out below a model made with a single SubD object in Rhino 7:</p>
<iframe id="sdv-iframe" width="100%" height="550" src="https://viewer.shapediver.com/v2/2.22.0/iframe/remote.html?modelViewUrl=https://sdr7euc1.eu-central-1.shapediver.com&amp;ticket=7688e51280e273d20bb9599acb6f9cebb693cee5c00e5f2a2ff7f209b4473a4835a55ded70bbff0891a37cc75fea5be7969d69f718b28bbe367e6aba3f9664cffd4233f4fc23f0a1b9145a03620e7694e017e128a5ab4e1ad687d4f23a8aefcdcadf91b0f76262d5d1ce9619c42a010c1bd2dd879937-0275fc27d28cc4940cacd96962b5df1f&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>On top of the new features that can be used out of the box with the new ShapeDiver system, there are a few exciting ones that we will support very soon. First of all, the new headless importer and exporter of Rhino 7 will be supported in the next plugin release, allowing you to import virtually any file format to ShapeDiver, and export new formats by controlling all the export options available in Rhino. Additionally, we are planning to display the new hatch components of Grasshopper in our online viewer as well. Stay tuned!</p>
<h2 id="2nbsphow-can-i-try-the-rhino-7-system">2. How Can I Try The Rhino 7 System?</h2>
<p>Any ShapeDiver user can contact us via our contact form on our website and request their account to be switched to the new Rhino 7 system. We will manually do the switch and you will be good to go! Every new model you upload will automatically be linked to the new system.</p>
<p>At the moment, Rhino 7 is running on a brand new test system. The testing phase will extend until the release of the new platform in 2021. <b>During that time, the Rhino 7 system should not be used for commercial applications but only for testing purposes.</b> We recommend to create a separate ShapeDiver account for testing the system, and to keep using your traditional ShapeDiver account for your daily work.</p>
<h2 id="3nbspwhat-happens-to-my-old-shapediver-models">3. What Happens To My Old ShapeDiver Models?</h2>
<p>Your old models will stay where they are, and keep running on the Rhino 6 system. Only new uploads will be linked to the Rhino 7 system. This is a good opportunity to try and re-upload those old models and check that they work with the new system, while making sure that all models embedded in a website or online application stay up and running.</p>
<h2 id="4nbspwhat-are-the-next-steps-after-the-beta">4. What Are The Next Steps After The Beta?</h2>
<p>Following the merge of ShapeDiver with Swarm, we are planning a major platform update in the early spring of 2021. On top of many other new features, the new platform and all new accounts will run Rhino 7 servers by default.</p>
<h2 id="5nbspcan-i-keep-working-in-rhino-5-6-while-using-the-new-shapediver-system">5. Can I Keep Working In Rhino 5/6 While Using The New ShapeDiver System?</h2>
<p>At ShapeDiver, we have been running Rhino 5 and Rhino 6 in the cloud for several years. In our experience, every new version of Rhino is almost fully backwards compatible with the previous one. In practice, it means that <b>our users will be able to upload Grasshopper definitions created in Rhino 5 and Rhino 6 to the new Rhino 7 system</b>.</p>
<h3 id="upgrade-now">Upgrade Now...</h3>
<p>For those reasons, we of course recommend our users upgrade their local installation of Rhino to the latest version before switching to the Rhino 7 system.</p>
<p>The good news is that, as usual, owners of a Rhino 6 license will benefit from a massive discount when upgrading to Rhino 7! You can <a href="https://rhino3d.software/buy-rhino-3d.html" target="_blank">purchase the upgrade online now</a>, but if you have any doubt you can also <a href="https://rhino3d.software/trial-rhino" target="_blank">try Rhino 7 for 90 days</a> before making the move.</p>
<p>If you do upgrade, make sure to keep Rhino 6 installed! For all the reasons listed above, it is safe to keep Rhino 6 as a backup in case anything doesn't work as expected in the new version.</p>
<h4 id=""></h4>
<h3 id="or-keep-using-rhino-6-with-shapediver">… or keep using Rhino 6 with ShapeDiver.</h3>
<p>Do you have good reasons not to upgrade yet? No worries! Keep using the legacy Rhino 6 system until the launch of our new platform. By the time of the launch, all Free users will automatically start using the Rhino 7 system.</p>
<p>
  <i>&lt;&lt;&nbsp;</i>
  <a href="http://forum.shapediver.com/" target="_blank">
    <i>Let us know if you have any questions or comments! Our developers are always available via our ShapeDiver Forum!</i>
  </a>
  <i>&nbsp;&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Grasshopper plugins Heteroptera, Caterpillar, Fattener and jSwan join the ShapeDiver platform!</title>
  <description><![CDATA[ We remain committed to make ShapeDiver a very open and flexible platform, even for our Free users. For this reason, we’ve given a higher priority to the process of adding support for useful third-party plugins. ]]></description>
  <link>https://www.shapediver.com/blog/grasshopper-plugins-heteroptera-caterpillar-fattener-and-jswan-join-the-shapediver-platform</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/bc20e9b447/10.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Nov 9, 2020 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="1-heteroptera">1. Heteroptera</h2>
<p>Heteroptera is a toolbox plugin for Grasshopper with a variety of utility components, written and maintained by <a href="https://www.linkedin.com/in/amin-bahrami-10462549/" target="_blank">Amin Bahrami</a>. With over <a href="https://www.food4rhino.com/app/heteroptera" target="_blank">43,000 downloads on Food4Rhino</a>, Heteroptera features components for almost every purpose, but mostly focuses on Uncertainty and Generation related tools.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/Heteroptera.png" loading="lazy" />
</figure>
<p>Some components in this plugin are based on real-time data manipulation and streaming, and hence are not supported on the ShapeDiver platform. The exact list of forbidden components are:</p>
<figure>
  <ol>
    <li>Mass Additive Numbers Buffer</li>
    <li>Replace Objects</li>
    <li>Android UDP listener</li>
    <li>Mass Additive Vectors Buffer</li>
    <li>Camera Story</li>
    <li>Capture Baked</li>
    <li>Camera Crane</li>
    <li>Capture</li>
    <li>Group</li>
    <li>Noise Oscillator</li>
    <li>Text Baker</li>
    <li>Transform</li>
    <li>Quick Baker</li>
    <li>Pick Selection</li>
    <li>Agent Display</li>
    <li>Mesh Traveler</li>
    <li>Wandering Vector</li>
    <li>TapBuffer</li>
    <li>Capacitor</li>
    <li>Ovulate</li>
    <li>Event Gate</li>
  </ol>
</figure>
<p>Though this might seem like a long list, they only represent less than 20% of the total list of 112 components!</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/11/H1.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/11/H2.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/11/H3.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/11/H4.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/11/H6.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/11/H7-659x1024.png" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>With utility components for geometry, maths, network topology, data streaming and randomization, Heteroptera is a massive swiss army knife for Grasshopper. Some of the most frequently useful components include:</p>
<figure>
  <ul>
    <li>
      <b>Random:</b>&nbsp;Even though Grasshopper has its own vanilla Random component, it simply reflects a generic Random function, which may not work as expected for many users. Repetition of seed values can cause replication of results. The Heteroptera Random component solves these problems with a better random number generation function and no manual seed input required. This advantage is a bit less useful on ShapeDiver because of <a href="https://www.shapediver.com/blog/desktop-vs-cloud-computation-time-explained/" target="_blank">our caching system explained in this post</a>. For the same parameter set you’ll always get the same result. Nonetheless, it's a very powerful component to use outside of ShapeDiver.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Seed Generator:</b>&nbsp;If you are using a component that requires a seed input, use this component to ensure every seed is unique and there is no repetition in the results.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Center:&nbsp;</b>Once again, Grasshopper includes vanilla components like Bounding Box, Area and Volume that allow the user to calculate the center of input geometry. However, these components can only be used with specific types of geometry. The Heteroptera Center component solves this issue, accepting any type of input geometry and making the calculation of its center a breeze.
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Stream Freeze/Gate:</b>&nbsp;In order to create a toggle for a part of your script, the Stream Gate or Stream Filter components often need to be used, so that they output a null stream of data when the toggle is off. Stream Freeze/Gate is a component purpose-built for this; allowing you to simply create a gate on your data stream. Very useful in creating high-performance interfaces out of Grasshopper scripts!
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Min/Max:&nbsp;</b>This component is fairly straightforward - it returns the minimum and maximum values from a list of numbers.
    </li>
  </ul>
</figure>
<p>Heteroptera is one of the plugins that becomes an essential part of Grasshopper instantly. Once you start using it, you can’t go back to using Grasshopper without it!</p>
<h2 id="2-caterpillar">2. Caterpillar</h2>
<p>
  <a href="https://www.food4rhino.com/app/caterpillar" target="_blank">Caterpillar</a> is an open-source Grasshopper plugin that simplifies measurement unit conversions written by David Mans. With conversion components for angles, area, energy, force, pressure, speed, temperature, time and volume, you finally don’t need to worry about using SI or Imperial units to present your parametric models.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/Caterpillar.png" loading="lazy" />
</figure>
<p>The components appear in the ‘Units’ sub-category under the ‘Maths’ tab. Each component allows you to set the units standard as well as the source and target units by right-clicking on the component and it’s input parameters.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/C1.jpg" loading="lazy" />
</figure>
<p>Check out the Caterpillar project on GitHub if you’re interested in contributing to the project <a href="https://github.com/interopxyz/Caterpillar" target="_blank">here</a> and <a href="https://github.com/interopxyz/Caterpillar.GH" target="_blank">here</a>.</p>
<h2 id="3-fattener">3. Fattener</h2>
<p>Fattener is another small-scope plugin developed by Daniel Piker and released in a forum post as an early version. It features a ‘Skeleton fattener’ tool that generates clean meshes from a line structure.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/Fattener.png" loading="lazy" />
</figure>
<p>Download Fattener from Daniel’s forum post <a href="https://discourse.mcneel.com/t/skeleton-fattener-mesh-cage-morph/74766" target="_blank">here</a>, and learn more about it in <a href="https://discourse.mcneel.com/t/creating-smooth-meshes-from-pipes-like-tspipe-had-in-tsplines/74244/8" target="_blank">this forum discussion</a> and the plugin’s <a href="https://docs.google.com/document/d/1XT-OdRInuTUZ1dgJuUvkQoHIt0TrVIYapfU9aqkD6cI/edit?usp=sharing" target="_blank">documentation</a>.</p>
<p>Most output meshes from Fattener are 3D-printable. Weaverbird’s Catmull-clark component or simple subdivision can help smooth out the mesh for better results as well. The plugin is highly optimized as well - It may take longer for the mesh to be displayed rather than mesh generation!</p>
<p>Here’s a simple example using both Fattener and Caterpillar (along with LunchBox and Weaverbird) to create a 3D Printable object:</p>
<h2 id="4-jswan">4. jSwan</h2>
<p>
  <a href="https://www.food4rhino.com/app/jswan" target="_blank">jSwan</a> is an Open-Source JSON Serialization/Deserialization plugin for Grasshopper, created and maintained by Andrew Heumann.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/jSwan.png" loading="lazy" />
</figure>
<p>While <a href="https://www.food4rhino.com/app/shapediver" target="_blank">the ShapeDiver plugin</a> includes the basic tools required for working with JSON data, jSwan is a great alternative choice. The USP of this plugin is it’s dynamic Serialization and Deserialization components, which have variable input and output parameters. This allows you to not only extract values from JSON data visually but also create JSON data structures visually.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/J1-1024x856.gif" loading="lazy" />
</figure>
<p>Using jSwan, you can quickly compose JSON Objects...</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/11/J2-1024x770.gif" loading="lazy" />
</figure>
<p>... And deconstruct JSON Objects even quicker!</p>
<p>For ShapeDiver users who frequently work with data through the ShapeDiver API, this is an extremely beneficial addition to ShapeDiver’s supported plugins arsenal. Notably, jSwan also makes it easier to learn how to work with JSON Objects and understand JSON data structures. You can head to <a href="https://www.shapediver.com/blog/json-objects-explained/" target="_blank">this link</a> to learn more about JSON data.</p>
<h2 id="bottom-line">Bottom Line</h2>
<p>We’re just getting started. Many more plugins will be available very soon so make sure to follow us on our different social media channels to stay updated whenever we release new ones (simply search for <b>
    <i>@shapediver</i>
  </b>).</p>
<p>To get the most up-to-date list of supported third-party plugins, simply check out <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">our documentation section</a>.</p>
<p>
  <i>&lt;&lt; Would you like us to support any particular plugin? Make sure to read this article that explains what we can and can’t support. If your plugin is eligible for support, let our developers know via our Forum.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Why can’t ShapeDiver support all Grasshopper third-party plugins?</title>
  <description><![CDATA[ Our goal at ShapeDiver is to make this platform as open and compatible with 3rd party plugins as possible. Nonetheless, sometimes some plugins are just not made to be used in an online environment. In this article, we explain the overall requirements for any plugin to be supported on our system. ]]></description>
  <link>https://www.shapediver.com/blog/why-cant-shapediver-support-all-grasshopper-third-party-plugins</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/e9694e10e8/9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Oct 22, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt;With over 400 plugins available, the Rhinoceros 3D and Grasshopper community has plenty to choose from to get their work done. From AEC to Furniture makers, there’s definitely something for everyone. But can these plugins be used in online platforms like ShapeDiver as easily as they can be used locally in your machine? &gt;&gt;</i>
<p>There’s no denying that one of the biggest advantages of the Rhinoceros 3D ecosystem is its community of users and developers. Additionally, <a href="http://food4rhino.com/" target="_blank">Food4Rhino</a> has proven to be an invaluable resource when it comes to finding useful plugins for almost any type of industry.</p>
<p>Since <a href="http://shapediver.com/" target="_blank">ShapeDiver</a> is a cloud platform for publishing and sharing Grasshopper files online, it’s only obvious that many of our users rely on third-party (or even custom) plugins to efficiently do their work.</p>
<p>In this article we will explain why there are some instances where we can not support a third party plugin and others where we can. Additionally, if you are a plugin developer, we’ll explain how you can make sure your plugin is “ShapeDiver Ready” so it can be supported without any problems. Let’s dive in!</p>
<h2 id="how-shapediver-works">How ShapeDiver Works</h2>
<p>The ShapeDiver platform works using ‘headless’ cloud instances of Grasshopper running on AWS servers. In order to ensure that there are no security issues, errors or unexpected behaviour, we must be careful in selecting the plugins we allow on the platform.</p>
<p>We currently support over 20 (and counting) third party plugins including:</p>
<figure>
  <ul>
    <li>
      <a href="https://www.karamba3d.com/" target="_blank">Karamba 3D</a>
    </li>
    <li>
      <a href="https://www.food4rhino.com/app/pufferfish" target="_blank">Pufferfish</a>
    </li>
    <li>
      <a href="https://www.food4rhino.com/app/kangaroo-physics" target="_blank">Kangaroo 2</a>
    </li>
    <li>
      <a href="https://www.food4rhino.com/app/opennest" target="_blank">OpenNest</a>
    </li>
    <li>
      <a href="https://www.food4rhino.com/app/rooster" target="_blank">Rooster</a>
    </li>
    <li>
      <a href="https://www.food4rhino.com/app/squid" target="_blank">Squid</a>
    </li>
    <li>
      <a href="https://www.food4rhino.com/app/bim-geomgym-ifc" target="_blank">GeometryGym</a>
    </li>
  </ul>
</figure>
<p>We're constantly adding new plugins so make sure you follow us on social media to learn when we add new ones to our ever-growing list.</p>
<p>
  <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">Click HERE to check out the full list of supported third-party plugins.</a>
</p>
<h2 id="dos-amp-donts">Do's & Don'ts</h2>
<p>Plugins that allow interoperability with 3rd party software, network functionality, export/import tools, file system access, etc. cannot be supported out of the box for this reason. Nonetheless, we may allow some of these plugins after a thorough reviewing process, resulting in a list of disallowed components.</p>
<p>Recursive plugins like Hoopsnake or Anemone are not currently supported, as API client applications like the ShapeDiver 3D Viewer are not provided with dedicated Grasshopper instances, so the data from previous computations will not necessarily carry forward to the current solution.</p>
<p>UI-dependent plugins such as Human UI or MeerkatGIS cannot be (fully) supported either, as the Grasshopper interface is not exposed to the users in any way while running on the cloud.</p>
<blockquote>
  <p>
    <b>Did You Know..?</b>
    <br />Our Enterprise accounts, which provide dedicated/private servers, allow more flexibility for the deployment of plugins, even custom ones!
  </p>
</blockquote>
<p>If the plugin is a collection of UserObjects, it is already supported by the ShapeDiver platform, as long as the contents of each included cluster are supported as well. C#, VB and ghPython script will need to be reviewed on upload.</p>
<p>When a plugin is ‘supported’ on the ShapeDiver platform, a copy of all the plugin files (.gha,.dll and any other required files) will be kept on all of ShapeDiver’s cloud instances running Grasshopper.</p>
<p>For any uploaded script, it is first checked for compatibility. Learn more about this process <a href="https://support.shapediver.com/hc/en-us/articles/360020300692-Model-checking" target="_blank">here</a>. During this process, if any component is found to belong to an unsupported library / library version or to a list of disallowed components, the script will not be accepted and an error mentioning the problematic component will be shown to the user.</p>
<h2 id="for-grasshopper-developers">For Grasshopper Developers:</h2>
<p>If you'd like us to support your plugin, make sure you pay attention to these points below:</p>
<figure>
  <ul>
    <li>If you are updating your plugin, please pay attention to backwards compatibility - Especially the component GUIDs: </li>
    <li>
      <ul>
        <li>If you are updating a component, ensure that it’s Input/Output parameters, GUID and general function do not change.</li>
        <li>If changes to those are required, please make the older version ‘Obsolete’ or ‘Hidden’ and create a new component with a different GUID.</li>
        <li>Do not remove components entirely, as any scripts created with older versions will not work.</li>
        <li>If you must make a change that may break backward compatibility, please discuss with us before continuing to do so.</li>
      </ul>
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>If there are a lot of major changes required, simply change the library’s GUID in the GH_AssemblyInfo inheriting class. This will ensure that the newer version can be loaded along with the older version.</li>
    <li>The following JSON snippet is an example of how a typical plugin would be added to the allowed libraries list on the ShapeDiver platform:</li>
  </ul>
</figure>
<div class="w-full max-w-4xl mx-auto my-6">
  <div class="flex items-center justify-between px-4 py-2 bg-slate-800 rounded-t-lg border-b border-slate-700">
    <div class="flex space-x-2">
      <div class="w-3 h-3 bg-red-500 rounded-full"></div>
      <div class="w-3 h-3 bg-yellow-500 rounded-full"></div>
      <div class="w-3 h-3 bg-green-500 rounded-full"></div>
    </div>
    <span class="text-xs font-mono text-slate-400">config.json</span>
  </div>
  <div class="bg-slate-900 rounded-b-lg shadow-2xl overflow-hidden">
    <pre class="p-6 text-sm sm:text-base leading-relaxed overflow-x-auto text-slate-300 font-mono"><code class="block whitespace-pre">{
  <span class="text-sky-400">"AllowedLibraries"</span>: [
    {
      <span class="text-sky-400">"Id"</span>: <span class="text-amber-200">"08bdcae0-d034-48dd-a145-24a2fcf3d4ff"</span>,
      <span class="text-sky-400">"Name"</span>: <span class="text-amber-200">"MyPlugin"</span>,
      <span class="text-sky-400">"Author"</span>: <span class="text-amber-200">"MyName"</span>,
      <span class="text-sky-400">"MinVersion"</span>: <span class="text-amber-200">"0.1.0.5"</span>,
      <span class="text-sky-400">"MaxVersion"</span>: <span class="text-amber-200">"3.5.2.0"</span>,
      <span class="text-sky-400">"DisallowedComponents"</span>: [
        {
          <span class="text-sky-400">"Id"</span>: <span class="text-amber-200">"0eb20130-8ee6-4b24-8a5a-163c68c0f31a"</span>,
          <span class="text-sky-400">"Name"</span>: <span class="text-amber-200">"Android UDP listener"</span>
        },
        {
          <span class="text-sky-400">"Id"</span>: <span class="text-amber-200">"196fc676-6935-4443-bfe6-9c0c3fbddf04"</span>,
          <span class="text-sky-400">"Name"</span>: <span class="text-amber-200">"Quick Baker"</span>
        },
        {
          <span class="text-sky-400">"Id"</span>: <span class="text-amber-200">"46f0586c-9cde-4dd9-a8f2-6797716ec2ea"</span>,
          <span class="text-sky-400">"Name"</span>: <span class="text-amber-200">"Camera Position"</span>
        }
      ]
    }
  ]
}</code></pre>
  </div>
</div>
<h2 id="general-guidelines-for-developing">General Guidelines For Developing</h2>
<figure>
  <ul>
    <li>The plugin must support at least Grasshopper/Rhino SDK version 6.17. To ensure wider use of your plugin, we recommend supporting version 6.12 and above. To control this, simply add the <a href="https://www.nuget.org/packages/grasshopper" target="_blank">Grasshopper NuGet Package</a> of the desired minimum version to your project.</li>
  </ul>
</figure>
<figure>
  <ul>
    <li>Ensure that you override the Version string property with a formatted version number (eg. “1.2.0.5” or “1.14.0”) in the class that inherits from GH_AssemblyInfo. We recommend overriding the AssemblyVersion string with the same value. Remember to increment these version strings every time before you release a new version of your plugin.</li>
    <li>Avoid the need to bake geometry or reference baked geometry from the Rhino document. Any referenced geometry should be internalized.</li>
    <li>Avoid using Rhino-specific functions such as Camera pose, Viewport capture, etc.</li>
  </ul>
</figure>
<figure>
  <ul>
    <li>If your plugin depends on data from previous computations for the current computation (i.e. recursive computations), unfortunately it will not work as expected on ShapeDiver and hence cannot be supported. For each recomputation request from a ShapeDiver web interface, a new cloud instance of Grasshopper may be assigned. To learn more about how ShapeDiver runs Grasshopper instances on the cloud, check out this <a href="https://www.shapediver.com/blog/behind-shapediver-how-we-scale-grasshopper-for-cloud-applications/" target="_blank">blog post</a>.</li>
  </ul>
</figure>
<figure>
  <ul>
    <li>Avoid any network interactions, unless absolutely necessary. Any network interactions (eg. license checks) will have to be reviewed in-depth by ShapeDiver.</li>
  </ul>
</figure>
<figure>
  <ul>
    <li>Avoid any file system interactions in components by default. If necessary, you may use the following methods:</li>
    <li>
      <ul>
        <li>If you wish to save a file locally, make sure you add a button for it in the right-click menu of the component. Do not create components that save files locally at every recompute.</li>
        <li>If you need to open a local file, add an item in the right-click menu and internalise the file data in a serialised variable. Check out the <a href="https://developer.rhino3d.com/api/grasshopper/html/5f6a9f31-8838-40e6-ad37-a407be8f2c15.htm#Deserialization" target="_blank">Grasshopper SDK Documentation</a> to learn how to do this.</li>
        <li>Alternatively, you can create a custom Parameter and Data type for internalizing the file data. For an example, check out ShapeDiver’s <a href="https://support.shapediver.com/hc/en-us/articles/360022271232-Component-Grasshopper-Bitmap" target="_blank">Bitmap Parameter</a> and <a href="https://www.shapediver.com/blog/how-to-export-pdf-files-from-grasshopper/" target="_blank">PDF Document Parameter</a>. Check out the Grasshopper SDK Documentation to learn how to create custom <a href="https://developer.rhino3d.com/api/grasshopper/html/d823ee90-ea94-4a8a-a972-df5d006a8d9f.htm" target="_blank">data types</a> and <a href="https://developer.rhino3d.com/api/grasshopper/html/fbfe5e40-ba8d-4e53-97c6-27572e049835.htm" target="_blank">parameters</a>.</li>
      </ul>
    </li>
    <li>File system interactions must be reviewed in-depth by ShapeDiver.</li>
    <li>Automated forced recomputation of components or the solution cannot be allowed on the ShapeDiver platform.</li>
    <li>Any use of System Information (MAC Address, IP Address, etc) must be reviewed in-depth by ShapeDiver.</li>
  </ul>
</figure>
<h2 id="additional-notes">Additional Notes</h2>
<figure>
  <ul>
    <li>Feel free to use custom <a href="https://developer.rhino3d.com/api/grasshopper/html/8a7974ab-7b2b-4f48-84d0-6e81b184e6b0.htm" target="_blank">Component Attributes</a> to improve your plugin’s UI. This does not have any effect on ShapeDiver.</li>
    <li>If you are adding right-click menu entries or windows/dialogs for UI or input purposes, keep in mind that these will only be accessible to users running your model locally and not on the ShapeDiver platform.</li>
    <li>If you still wish to add components that do not meet the requirements to run on ShapeDiver, we can selectively forbid components from the plugin, so that users may use them on their local systems but cannot upload scripts using them to ShapeDiver.</li>
    <li>If you wish to integrate your plugin with ShapeDiver functionality (such as Bitmap/PDF parameters, ShapeDiver Materials or API), feel free to reach out to us for assistance.</li>
  </ul>
</figure>
<h2 id="bottom-line">Bottom Line</h2>
<p>There’s no doubt that we want to make ShapeDiver a very flexible platform, and giving our users the ability of using almost any plugin they want is part of this goal. But as mentioned above, there are some limitations that are hard to overcome. Having said that, we are open to support any developer who wants his or her plugin supported on our platform. Simply let us know via our Forum so our developers can get in touch with you!</p>
<p>
  <i>&lt;&lt; Would you like your plugin to be supported on ShapeDiver? Make sure to contact us via our Forum and let us know! &gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Desktop vs Cloud Computation Time Explained!</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/desktop-vs-cloud-computation-time-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/604210e4f0/8.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Oct 14, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <p>What happens behind the scenes when you interact with a Grasshopper model on ShapeDiver? What's the difference versus doing the same on your desktop? We've heard these questions numerous times, so finally, we're sharing the full scope.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Screenshot-2020-10-14-at-13.53.34-1024x521.png" loading="lazy" />
</figure>
<p>When working with parametric models, many users expect the same swift interaction from ShapeDiver as they experience in Rhino on their desktops. While this is completely understandable, there are many additional steps between the initial parameter change and the final delivery of the solution to your browser.</p>
<p>Below we go into detail about each of these steps, and we provide some insight into our strategies to improve the response times of your ShapeDiver models.</p>
<h2 id="computation-time-amp-response-time">Computation Time & Response Time</h2>
<p>With Grasshopper, the main factor determining how fast models are updated is the <i>computation time</i> of a definition. In other words, how much time it takes for Rhino to solve the definition for a specific set of inputs? On top of the computation time, Rhino also takes some time to render the geometry in the viewport, but this is usually a fraction of the computation time.</p>
<p>Computation time is a key value in the ShapeDiver context for two reasons:</p>
<p>1. Our pricing model is based on it: <b>
    <i></i>
  </b>
  <u>Free</u> accounts get 10 seconds, <b>
    <i></i>
  </b>
  <u>Designer and Designer Plus</u> accounts 10 or option for 30 seconds, and <b>
    <i></i>
  </b>
  <u>Business</u> gets 30 or option for 60 seconds. <b>
    <i></i>
  </b>
  <u>Enterprise</u> accounts get unlimited time.
</p>
<p>2. It impacts the performance of your models and therefore plays a strong role in making or breaking the user experience of the ShapeDiver model.</p>
<p>However, computation time is only a subset of the <i>total response time</i> that users experience when changing parameters and interacting with a ShapeDiver model.</p>
<p>The <i>response time</i> represents the total time elapsed between a request from the ShapeDiver model (for example, the end users updating a parameter) and the moment when the solution is received and displayed in the web browser. Overall, this time is the important one to consider for a smooth and enjoyable user experience. From the moment a user tweaks a slider, a number of things happen until the viewer refreshes so let’s break down those steps.</p>
<h3 id="step-1-send-request">Step 1: Send Request</h3>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1024x737/59aab1f85b/step-1.jpeg" loading="lazy" />
</figure>
<p>Immediately after a parameter change, a JSON object with the new parameter values is sent from the web browser to our servers. The object itself is quite tiny in size and should hit our servers in a fraction of a second. Bear in mind fluctuations might happen as this depends entirely on the Internet speed and network status of each user, factors that, sadly, we can’t influence yet.</p>
<blockquote>
  <p>Developers can find out more about the API calls that are triggered when changing a parameter in our <a href="https://help.shapediver.com/doc/viewer" target="_blank">documentation section</a>.</p>
</blockquote>
<h3 id="step-2-model-processing-computation-timefigure-img-alt-srchttps-assetsshapedivercom-uploads-2020-10-step-2-1024x733jpg-figcaption-classtext-center-figcaption-figure">Step 2: Model Processing (Computation Time)<figure>
    <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Step-2-1024x733.jpg" loading="lazy" />
  </figure>
</h3>
<p>After the parameter update request has successfully arrived, the processing of the model starts. In this step, our servers actually run the Grasshopper definition and compute a solution from it. In other words, we are talking about the computation time of the Grasshopper file stored in our system.</p>
<p>It’s hard to predict computation times, but as a rule of thumb, we can assume that the processing on our shared system is about the same as you’d expect on your laptop.</p>
<p>Regarding this step, Grasshopper experts can make a huge difference and cut down the overall response time by making their parametric models as efficient as possible. Therefore optimize, optimize, optimize!</p>
<blockquote>
  <p>
    <b>
      <i>* Learn more about different optimization methods in our </i>
    </b>
    <a href="https://www.youtube.com/shapediver" target="_blank">
      <b>
        <i>video tutorials</i>
      </b>
    </a>
    <b>
      <i>.</i>
    </b>
  </p>
</blockquote>
<h3 id="bonus-step-caching-systemnbsp-cdn">Bonus Step: Caching System + CDN</h3>
<p>In order to reduce the processing time even further, we developed a system that combines caching assets with Content Delivery Networks to achieve blazing-fast geometry delivery.</p>
<p>Basically, we store all previously computed states for any given model. This means that if a user chooses a parameter combination that our system has previously processed, our system no longer has to use the Grasshopper file to generate the result. Instead, a cached solution is fetched and sent.</p>
<p>
  <br />In the model above, both the <i>Spokes</i> (11 variations) and <i>Subdivisions</i> (19 variations) parameters are fully cached in our system. For any combination of these two parameters (209 in total), results are sent from our caching system and not from the Grasshopper file. All the other parameters are not fully cached, so the configurator has to wait for the answer to be computed from scratch.</p>
<p>You can use this to your advantage if your configurator has a manageable amount of parameters that you or someone from your team could "warm up" ahead of time.</p>
<blockquote>
  <p>
    <b>
      <i>* Learn more about the smart caching </i>
    </b>
    <a href="https://www.shapediver.com/blog/behind-shapediver-how-we-scale-grasshopper-for-cloud-applications/" target="_blank">
      <b>
        <i>in this article</i>
      </b>
    </a>
    <b>
      <i>.</i>
    </b>
  </p>
</blockquote>
<h3 id="step-3-send-response">Step 3: Send Response</h3>
<p>Once a solution is computed, it is stored in a cloud-optimized geometry format (gltf) and travels back to the user’s web browser. The same network factors come into play as with Step 1, though this step can take up to a few seconds as the server sends meshes instead of a simple JSON object. This means that the size of the output geometry plays a significant role in response time. These are large chunks of data, so keep the output limits in mind when working on the Grasshopper definition.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1024x732/3dd8eb2e26/step-3-1024x732.jpg" loading="lazy" />
</figure>
<blockquote>
  <p>Various optimization and meshing techniques are well covered in <a href="https://www.shapediver.com/blog/shapediver-basics-meshes-vs-b-reps-explained/" target="_blank">this article</a>, <a href="https://www.youtube.com/watch?v=VbKc7Rdg5wY&amp;list=PLxoa_kZeM-7wIzRlIH4XkawGxdFd6240f&amp;index=4&amp;t=401s" target="_blank">video tutorial</a> and <a href="https://www.youtube.com/watch?v=zhBbRPkOjA0&amp;list=PLxoa_kZeM-7yKEgSIo_Q3wzfYhoAqxU8c&amp;t=3696s" target="_blank">the webinar</a>.</p>
</blockquote>
<h3 id="step-4-render-update">Step 4: Render Update</h3>
<p>Finally, the updated model is received by our viewer and displayed (rendered) in the web browser in all its glory. The number and size of the meshes to be displayed also influences the time it takes the viewer to parse and display the geometry. It is also a good practice to hide all geometry that does not need to be displayed. As an example, <a href="https://www.shapediver.com/blog/shapediver-grasshopper-nesting/" target="_blank">nested curves for manufacturing</a> do not need to be shown. If you have a dedicated graphics card, assign it to the browser in card settings for a better experience.</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/1024x732/e2a8621763/step-4-1-1024x732.jpg" loading="lazy" />
</figure>
<blockquote>
  <p>Learn more about meshing in <a href="https://www.youtube-nocookies.com/watch?v=zhBbRPkOjA0&amp;list=PLxoa_kZeM-7yKEgSIo_Q3wzfYhoAqxU8c&amp;t=3696s" target="_blank">this<a href="https://www.youtube.com/watch?v=zhBbRPkOjA0&amp;list=PLxoa_kZeM-7yKEgSIo_Q3wzfYhoAqxU8c&amp;t=3696s" target="_blank">webinar</a>
    </a>.</p>
</blockquote>
<h2 id="advanced-cases">Advanced Cases</h2>
<p>It is not uncommon to hit computation time limits even with thorough optimisation, especially when the model contains logic for exporting manufacturing data. This obstacle can be overcome by controlling the Grasshopper definition and triggering output processes on demand with a toggle. Outputs used for manufacturing do not need to be computed every time a parameter changes but only at the very end of the configuration process.</p>
<p>In the most advanced setups, it is even possible to use the backend API to request computationally intense operations asynchronously and separate this step from the interaction phase completely.</p>
<blockquote>
  <p>Read more about our <a href="https://help.shapediver.com/doc/apis-and-sdks" target="_blank">backend API.</a>
  </p>
</blockquote>
<h2 id="bottom-line">Bottom Line</h2>
<p>Cloud applications can be a powerful tool, though there's certainly a learning curve when coming from a "non-cloud" background. With a combination of <a href="https://help.shapediver.com/doc/" target="_blank">documentation</a>, <a href="https://www.youtube.com/c/shapediver" target="_blank">video tutorials</a>, and <a href="https://forum.shapediver.com/" target="_blank">free support</a>, we're aiming to give our users all the right tools needed to get started building their very own online tools!</p>
<p>
  <i>&lt;&lt; If you have any questions, make sure to let us know via our </i>
  <a href="http://forum.shapediver.com/" target="_blank">
    <i>Forum</i>
  </a>
  <i>. Our development team is ready to assist you free assistance and troubleshooting! If you need to upgrade your account and increase your computation time, head to our </i>
  <a href="http://shapediver.com/" target="_blank">
    <i>website</i>
  </a>
  <i>and reach out to us via our contact form. &gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… Spatial Systems by Estructuras Arqué!</title>
  <description><![CDATA[ Did you know...? This pioneering company is a proud holder of CE certificate in EXC4 – Execution Class 4 which is the top level European certification both in Structural Manufacturing and Structural Sizing awarded by Lloyd&#39;s Register.  ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-spatial-systems-by-estructuras-arque</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/bb88f641b7/7.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Oct 6, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h5></h5>
<i>&lt;&lt; Did you know...? This pioneering company is a proud holder of CE certificate in EXC4 – Execution Class 4 which is the top level European certification both in Structural Manufacturing and Structural Sizing awarded by</i>
<p></p>
<a href="https://www.lr.org/en/" target="_blank">
  <i>Lloyd's Register</i>
</a>
<i>. &gt;&gt;</i>
<p>Spanish construction company <a href="http://estructurasarque.com/en/" target="_blank">Estructuras Arqué</a> is a family-run business which has specialised in the construction of metal structures for over 50 years. Their multidisciplinary team of experts have carried out more than 6,000 projects in Spain and abroad.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/10/9C9398CD8D1045AA85D93BCE1F111889-1.png" loading="lazy" />
</figure>
<p>LED Screen at Hard Rock Hotel Ibiza (2015)</p>
<h2 id="what-is-spatial-systems">What is Spatial Systems?</h2>
<p>This system was born from an idea of ​​putting into practice the concept of parametric architecture applied in the design and manufacture of metal roofs and modular construction systems. The Spatial System design method lets users adapt their designs to the required architectural geometries within a BIM system, which allows them to control the entire process from design to planned assembly of the structure.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/CubiertaPistaDePadel__CornerA-1-1024x576.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/CubiertaLideLCanVidalet__ElevationA-1-1024x576.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Render-2-x-1024x576.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/CubiertaCurvaMarbella_CornerA-1024x576.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>Different projects involving Spatial Systems by Estructuras Arqué.</p>
<h2 id="from-pen-amp-paper-to-ifc">From Pen & Paper to IFC</h2>
<p>But first, a quick History lesson. Around the 1960's Computer Aided Design (CAD) brought countless benefits by replacing the traditional pen and paper processes used at the time.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/10/architecture-atelier.jpg" loading="lazy" />
</figure>
<p>Later, the increase in computational power and high speed internet created the perfect conditions for more sophisticated workflows, such as Building Information Modelling (BIM), to appear in the early 2000’s.</p>
<p>BIM became essential for the <a href="https://www.pwc.com.tr/en/hizmetlerimiz/altyapi-yatirimlari/yayinlar/pwc-global-construction-2030.html" target="_blank">growing construction industry</a> as it streamlines collaboration across all stages from planning, design, construction to operation of built assets. AEC teams can work in a decentralised way developing and using BIM models sometimes for years which puts a lot more pressure on <a href="https://www.iso.org/news/ref2364.html" target="_blank">standardisation</a> and interoperability.</p>
<p>Interoperability between applications in AEC has been typically achieved either with import/export plugins or with a neutral exchange file format such as <a href="https://www.buildingsmart.org/standards/bsi-standards/industry-foundation-classes/" target="_blank">IFC</a>, which is a data model intended to describe architectural, building and construction industry data.</p>
<p>Cloud applications are the next step in solving the pains of data transfers between teams and ShapeDiver contributes to this effort by supporting IFC exports with <a href="https://www.food4rhino.com/app/bim-geomgym-ifc" target="_blank">GeometryGym</a> or with our upcoming direct Revit integration [<a href="https://www.shapediver.com/blog/shapediver-swarm-merge-thornton-tomasetti-investment/" target="_blank">tentative release: Q1 2021</a>].</p>
<h2 id="the-spatial-systems-app">The Spatial Systems App</h2>
<p>The Spatial Systems app created by Estructuras Arqué brings together the best of cloud applications and IFC interoperability by providing easy access to structural design. With it, architects can quickly test various options and configure desired products according to the project requirements.</p>
<p>The tool gives a number of parameters for a variety of solutions. Users can define the dimensions and choose from a flat, curved or pitched shape. Fine tuning then allows to set the number of columns and space frame subdivision as well as profile sizing that complies with local regulations for structural integrity and maintainability.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Screenshot-2020-10-06-at-13.33.39-1024x868.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Screenshot-2020-10-06-at-13.34.04-1024x873.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Screenshot-2020-10-06-at-13.34.48-1024x857.png" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Screenshot-2020-10-07-at-10.29.50-1024x856.png" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>With Spatial Systems Architects can test different iterations and export IFC files.</p>
<p>Once the design is completed, users can request the final model in a variety of file formats. The choice of multiple download formats caters for different use cases in the construction industry.</p>
<blockquote>
  <p>
    <b>IFC is especially important for engineers and contractors working with TEKLA Structures as they can import the model for analysis and manufacturing with traceability from model reception to delivery on site.</b>
  </p>
</blockquote>
<p>The product is supplied with identification of elements and assembly plans to mitigate any mistakes causing budget overruns or project delays. This way ShapeDiver seamlessly integrates and expands the current BIM workflows.</p>
<h2 id="how-was-this-built">How Was This Built?</h2>
<p>The parametric logic of this tool was built in Grasshopper and then <a href="http://app.shapediver.com/" target="_blank">uploaded to ShapeDiver</a> for publishing online. The model was then embedded in the final web application with custom UI. The IFC export is powered by the <a href="https://www.food4rhino.com/app/bim-geomgym-ifc" target="_blank">GeometryGym</a> plugin for Grasshopper.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/10/Screenshot-2020-10-07-at-10.32.41-1024x522.png" loading="lazy" />
</figure>
<p>The Spatial Systems app by Estructuras Arqué</p>
<p>
  <a href="https://radiant-badlands-65655.herokuapp.com/" target="_blank">Ready to test this app? Click here!</a>
</p>
<h2 id="bottom-line">Bottom Line</h2>
<p>No other tools can bring AEC teams together as cloud applications and for this reason they are a real game changer in collaboration between architects, engineers, contractors and property developers. The Spatial Systems app is a great example of how a design of steel structures is going to look like in the near future.</p>
<p>
  <i>&lt;&lt;Would you like your project to be featured in our blog? Send us an email to contact@shapediver.com and let us know about it!&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Grasshopper Vectorization Plugin ‘Rooster’</title>
  <description><![CDATA[ Rooster is a plugin useful for extracting curves from images; a process commonly known as Vectorization of an image. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-grasshopper-vectorization-plugin-rooster</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a37941d342/6.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Sep 14, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; Do you have a Grasshopper plugin you would like us to support on ShapeDiver? Let us know via our</i>
<p> </p>
<a href="https://forum.shapediver.com/" target="_blank">
  <i>Forum</i>
</a>
<i>and our development team will let you know if it's possible! While you're at it, check out our </i>
<a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">
  <i>other supported third party plugins</i>
</a>
<i>.&gt;&gt;</i>
<p>Rooster is a plugin useful for extracting curves from images; a process commonly known as Vectorization of an image.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/09/Rooster-Plugin-ShapeDiver-1024x538.png" loading="lazy" />
</figure>
<p>Developed by Foresto Shen as an open source (GPL 3.0) Grasshopper library (<a href="https://github.com/shapediver/GhPotrace" target="_blank">available on GitHub here</a>), Rooster is an implementation of ‘Potrace’ in the Rhino environment. <a href="http://potrace.sourceforge.net/" target="_blank">Potrace</a> was originally written by Peter Selinger and was ported to C# as ‘<a href="https://www.drawing3d.de/Downloads.aspx" target="_blank">Vectorization</a>’ by Wolfgang Nagl.</p>
<p>To bring Rooster to the ShapeDiver platform, it has been modified with Foresto’s support and made compatible with <a href="https://support.shapediver.com/hc/en-us/articles/360022271232-Component-Grasshopper-Bitmap" target="_blank">ShapeDiver’s Bitmap Parameter</a>. This not only allows users to internalize images in their Grasshopper scripts, but also makes this version of Rooster compatible with <a href="https://support.shapediver.com/hc/en-us/articles/360022271272-Plugin-Squid-for-ShapeDiver" target="_blank">ShapeDiver’s reworked version of Squid</a>.</p>
<p>
  <a href="https://www.food4rhino.com/app/rooster" target="_blank">DOWNLOAD ROOSTER PLUGIN HERE</a>
</p>
<p>
  <i>Want to check yet another great example of how Rooster can be applied to an online configurator?&nbsp;</i>
  <a href="https://app.shapediver.com/m/rooster-example-2-10" target="_blank">
    <i>Check out this other example here</i>
  </a>
  <i>.</i>
</p>
<p>With Rooster and ShapeDiver, you can create web interfaces that generate 3D printable objects with customized, user-uploaded logos / patterns, among many other uses. Everything is simplified down to a single component named ‘Rooster’ in the ‘Util’ Subcategory of the ‘Params’ tab.</p>
<h2 id="how-does-it-work">How Does It Work?</h2>
<p>Simply use an image from a public URL or an internalized bitmap parameter in the ‘Image Bitmap’ input parameter and the component will output a list of all the extracted curves in the ‘Curves’ output parameter.</p>
<p>For better control over the output, you may try adjusting the following parameters:</p>
<figure>
  <ol>
    <li>Threshold: Controls the minimum contrast/difference between adjacent blobs or turds of color.</li>
    <li>Corner Threshold: Controls the number of corners in the output curves, or their smoothness. A value of 0.0 will output a polyline, while 1.0 will output a smooth curve.</li>
    <li>Max Turd Area: Defines the maximum relative size of the largest single blob or turd of color.</li>
    <li>Optimize: Toggle whether or not to optimize the final output curves.</li>
    <li>Tolerance: Controls the optimization tolerance.</li>
    <li>Invert: If the component is set to ‘Get Colors’ (from the right-click menu), setting Invert to true will invert the colors of the output. If ‘Get Colors’ is off, the turd detection will be inverted, i.e. outside to inside, hence changing the way the output curves are generated. Try using the Boundary Surfaces component to better understand this behavior.</li>
    <li>Color Count: Sets the number of colors to be detected from the image. Behaves similar to the ‘Posterize’ effect found in most image editors. Be cautious when playing with this parameter; higher color counts can exponentially increase the computation time.</li>
  </ol>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/09/image2-1024x462.png" loading="lazy" />
</figure>
<p>The Right-click menu also allows you to set the Turn Policy for the Potrace algorithm. This will have a very subtle effect on most images, but might be useful to try out various turn policies based on the type of image inputs you’re expecting (logos / patterns / text / photographs).</p>
<p>Compatibility with the ShapeDiver version of Squid (included with the ShapeDiver Installation) enables modifications to images before using Rooster to vectorize them.</p>
<p>To learn more about the ShapeDiver version of Squid, <a href="https://www.shapediver.com/blog/feature-announcement-image-processing-tools-2/" target="_blank">check out this blog post</a>.</p>
<h2 id="pro-tip-the-dynamic-duo">Pro Tip: The Dynamic Duo</h2>
<p>
  <a href="https://www.shapediver.com/blog/shapediver-grasshopper-nesting/" target="_blank">ShapeDiver also supports free nesting plugin OpenNest</a>, which means you can extract closed curves from an image using Rooster and use OpenNest to layout sheets for laser cutting that can be emailed to you at the click of a button on your website. This will enable great ease of manufacture directly from a single ShapeDiver interface.
</p>
<p>
  <i>&lt;&lt; Do you have a Grasshopper plugin you would like us to support on ShapeDiver? Let us know via our&nbsp;</i>
  <a href="https://forum.shapediver.com/" target="_blank">
    <i>Forum</i>
  </a>
  <i>&nbsp;and our development team will let you know if it's possible! While you're at it, check out our&nbsp;</i>
  <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">
    <i>other supported third party plugins</i>
  </a>
  <i>.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Secures Investment From Thornton Tomasetti, Merges With Swarm</title>
  <description><![CDATA[ The ShapeDiver team is excited to announce that we have merged with Swarm, a Grasshopper-based app store for the design community developed by the CORE Studio team at Thornton Tomasetti. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-swarm-merge-thornton-tomasetti-investment</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/e3a76e858b/5.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Sep 8, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <p>The ShapeDiver team is excited to announce that we have merged with <a href="https://swarm.thorntontomasetti.com/" target="_blank">Swarm</a>, a Grasshopper-based app store for the design community developed by the <a href="http://core.thorntontomasetti.com/" target="_blank">CORE Studio</a> team at <a href="https://www.thorntontomasetti.com/" target="_blank">Thornton Tomasetti</a>.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/wY0mjDEO7lU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>While ShapeDiver started its business around eCommerce applications and Swarm was built with a focus on AEC workflows, the combined product will be flexible enough to empower parametric designers from any industry.</p>
<p>Combined with an investment by Thornton Tomasetti, a global leader in the AEC industry, this will give us a broader global footprint and provide operational enhancements to our rapidly growing platform. Together, ShapeDiver and Swarm will offer the largest and most powerful cloud-native, Software-as-a-Service (SaaS) platform for building applications based on parametric models.</p>
<p>
  <a href="https://www.thorntontomasetti.com/news/shapediver-and-swarm-merge-become-largest-cloud-based-saas-platform-sharing-parametric-designs" target="_blank">&gt; Read the full press release here.</a>
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/09/vessel_12-1.jpg" loading="lazy" />
</figure>
<p>Thornton Tomasetti provided structural design services for <a href="https://www.thorntontomasetti.com/project/vessel" target="_blank">Vessel at Hudson Yards Manhattan</a>. Photo by <a href="https://www.chaosgroup.com/blog/forbes-massie-heatherwick-studios-vessel" target="_blank">Forbes Massie-Heatherwick Studio</a>.</p>
<h3 id="what-does-this-mean-for-shapedivers-users">What Does This Mean For ShapeDiver’s Users?</h3>
<p>In the short term, the investment will give us more resources to increase the speed of our release cycle for new features in our plugins, viewer and platform.</p>
<p>On a slightly larger scale, we’ll be merging the Swarm platform and apps into ShapeDiver within the first half of 2021, adding all of its unique features and capabilities to ShapeDiver and combining the strengths of both products and teams into an even more powerful, stable and useful product - both for all of our current users, and for those of Swarm.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/09/ShapeDiver-Swarm-Merge-New-Logo-1024x538.jpg" loading="lazy" />
</figure>
<p>All of your models, applications and configurators will continue to function as they do now, and we have no intention to change that. Following our roll-out of the merged ShapeDiver/Swarm product, all our users will have the opportunity to upgrade their account and benefit from our new features, but it won’t be necessary to change anything about your integration of the ShapeDiver Viewer in your application or website if you don’t want to.</p>
<h3 id="bottom-line">Bottom Line</h3>
<p>We’re excited to start this new chapter in our company’s journey, and we remain committed to delivering the power of parametric modeling to everyday users, bringing a new level of innovation and speed to product design and manufacturing.</p>
<p>
  <b>
    <i>The ShapeDiver Team</i>
  </b>
</p>
<p>&lt;&lt;<i>Would you like to join us in this journey? We would be very happy to </i>
  <a href="https://app.shapediver.com/register" target="_blank">
    <i>have you on board</i>
  </a>
  <i>!</i>&gt;&gt;
</p> ]]></content:encoded>
</item>
<item>
  <title>Improving Construction With Additive Manufacturing</title>
  <description><![CDATA[ In this article we explore four of the major challenges that are delaying the adoption of Additive Manufacturing within the AEC industry: Technology, Costs, Regulations and Interest. ]]></description>
  <link>https://www.shapediver.com/blog/improving-construction-with-additive-manufacturing</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/8dd2b99979/cdh2.webp"></enclosure>
  <dc:creator><![CDATA[ Alex Walzer, Ezequiel López ]]></dc:creator>
  <pubDate>Wed, Jul 22, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; Additive Manufacturing, or 3D Printing, is changing the construction industry at an unprecedented rate, and new opportunities are arising as a result. But there are still some obstacles that need to be overcome and even then, it may never fully replace certain traditional construction methods. This article will explore how additive manufacturing could improve this sector and what barriers are preventing it from being implemented. &gt;&gt;</i>
<p>
  <b>
    <span>Today, every fifth person in the world lacks access to adequate housing.</span>
  </b>It affects both the developing and the developed world and the global rise in population during the next decades will make it difficult to meet the ever-accelerating demand.
</p>
<figure>
  <img alt="a" src="https://assets.shapediver.com/img_sb_mig/f/92524/2220x850/883b98283e/0.jpg" loading="lazy" />
</figure>
<p>Construction, historically lacking productivity, is due for a digital overhaul in many areas and recent developments in construction technologies such as additive manufacturing are promising to overcome some of the existing barriers.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x775/08d32758e2/3.jpg" loading="lazy" />
</figure>
<h3 id="spanthe-past-present-and-future-for-aec-span">The Past, Present and Future for AEC</h3>
<p>Historically, the <b>
    <span>architecture, engineering, and construction sector</span>
  </b>(in short “AEC”) has been highly fragmented between many stakeholders, and low in productivity compared to other industries. Additionally, the construction industry uses a project-based approach, which means each building presents its own unique challenges and almost all efforts and analyses are bespoke. This is inefficient in terms of resources and has a limited ability to scale.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x395/108588fb43/4.jpg" loading="lazy" />
</figure>
<p>Nowadays, <b>
    <span>&nbsp;Building Information Modelling </span>&nbsp;
  </b>(or “BIM”) has helped to implement digital planning in AEC, but the actual production largely remains done in a traditional, manual fashion - right on the construction site.</p>
<p>In recent years, the sector has witnessed the rise of 3D printing companies around the globe, offering to print building components or entire houses at “the click of a button”, both on-site and off-site in order to meet increasing demand. While some of these promises are certainly pushing the limits of what’s feasible, what is really holding back the adoption of this new technology? We have identified four possible bottlenecks, which we will now proceed to analyse.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x581/c7cb154e79/5.jpg" loading="lazy" />
</figure>
<h3 id="span1-technology-span">1. Technology</h3>
<p>In terms of software, a plethora of 3D / CAD and CAM tools already exist, enabling efficient digital design and process simulation. Planners and civil engineers have been using BIM for decades now, whereas CAM was mainly used by manufacturers and fabricators. By connecting these digital workflows, <b>
    <span>it is possible to bring a digital design to a machine, such as for subtractive processes (milling, drilling) or additive processes (such as 3D printing).</span>
  </b>
</p>
<p>In terms of hardware, current advances and innovation in 3D printing technology tailored to construction are allowing for larger and faster prints. Those systems, usually <b>
    <span>CNC type (2-axis, 3-axis, or more, such industrial robots) with a controllable mortar pump</span>
  </b>, are available today, worldwide, and can be installed in a factory or even on a construction site.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x410/edcc604278/6.jpg" loading="lazy" />
</figure>
<p>In terms of materials, reinforced concrete is the most commonly used material in construction, and it comes as no surprise that we most prominently see the use of 3D printing in construction using mortar or concrete. In this process, the need for formwork is eliminated or reduced, which cuts labor time and waste. At the time of writing, there are challenges around finding appropriate strategies for reinforcement - but the smartest minds in research and development are trying to solve these as we speak.</p>
<p>As <a href="https://www.linkedin.com/in/andreas-thoma/" target="_blank">Andreas Thoma</a>, Director of Digital Fabrication at <a href="https://www.toggle.is/" target="_blank">Toggle</a>, says:</p>
<p>
  <br />
  <b>
    <i>"In general, AM technology appears to be progressing very well. That being said, most AM products are fabricated layer-by-layer and do not perform well under tension. On the other hand, robotically assembled structures, also a form of AM, are not bound to layers and can withstand high tension loads."</i>
  </b>
</p>
<p>Toggle is an American construction robotics company that developed robotic hardware and software for automating the most physically difficult and repetitive steps in rebar cage assembly. Using large format industrial robots, similar to those used in automotive manufacturing, Toggle is able to dramatically increase productivity in proportion to labor.</p>
<h3 id="span2-costs-span">2. Costs</h3>
<p>Having machines potentially perform most of the work means that the AEC Industry could start automating the production of some or all of the components needed for any given building. This will allow for <b>
    <span>production around the clock</span>
  </b>, increased productivity, and <b>
    <span>help especially where labor is not available or too expensive while increasing safety in the sector.</span>
  </b>
</p>
<p>This also indicates that these buildings, or their additively manufactured components, could be economically more competitive than existing solutions and delivered in less time.</p>
<p>
  <b>
    <span>Currently, the material costs are higher than standard construction materials and the staff needs to obtain specific training.</span>&nbsp;
  </b>Once these costs come down eventually, additive manufacturing in construction will finally be a competitive, if not an outperforming solution.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x652/88f898d369/8.jpg" loading="lazy" />
</figure>
<p>Regardless of the technologies involved, it is important to understand the implications of cost when being in an early stage of the design process. For this purpose, real-time online configurators can be built in order to have a quick initial way to interactively compare costs for a construction project. You can check out the demonstration below:</p>
<p>
  <a href="https://app.shapediver.com/m/building-cost-model" target="_blank">
    <i></i>
    <u>
      <span>Cost Calculator GH model</span>
    </u>
  </a>
  <i></i>
  <u>
    <span>&nbsp;hosted online </span>
  </u>
  <i>
    <span>, Source: Nuri Miller on</span>&nbsp;
  </i>
  <a href="https://www.shapediver.com/blog/shapediver.com" target="_blank">
    <i>
      <span>ShapeDiver</span>
    </i>
  </a>
  <i>.</i>
</p>
<p>As <a href="https://www.linkedin.com/in/shaun-wu/" target="_blank">Shaun Wu</a>, Computational Design Specialist at <a href="https://www.witteveenbos.com/" target="_blank">Witteveen+Bos</a> says:</p>
<p>
  <b>
    <i>"3D Concrete Printing (3DCP) allows us to achieve mass customization and apply material only where it is needed. Thus, the overall cost remains relatively the same as the required volume is less compared to conventionally produced concrete structures."</i>
  </b>
  <br />
</p>
<p>Witteveen+Bos is a multinational engineering and consultancy firm that focuses in resolving today's most complex challenges around topics such as water, infrastructure, environment and construction.</p>
<h3 id="span3-regulation-span">3. Regulation</h3>
<p>This might be the biggest obstacle of them all. <b>
    <span>&nbsp;Novel technologies have the difficult challenge to adhere to existing standards, such as fire safety, structural capacity, and earthquake resilience. </span>
  </b>This makes it especially difficult for unreinforced concrete structures to be approved as they need to get tested on a 1:1 scale first.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x372/dcd571c0d3/9.jpg" loading="lazy" />
</figure>
<p>As <a href="https://www.linkedin.com/in/victoria-chavez-4b8841150/" target="_blank">Victoria Chavez</a>, Design-to-Print Engineer at technology company <a href="https://cybe.eu/" target="_blank">CyBe Construction</a>, says:</p>
<p>" <b>
    <span>It is ideal to generate comparisons and benchmark existing policies; although it is important to start setting new standards that allow us to explore the technology capabilities further."</span>
  </b>
</p>
<p>Since 2013, CyBe Construction has developed hardware, software, building materials, and a digital learning platform, becoming a one-stop-shop for construction innovation such as concrete 3D Concrete Printing and Parametric design as well as a leader in the industry.</p>
<h3 id="span4-interest-span">4. Interest</h3>
<p>The above-mentioned challenges, and opportunities, are not only being tackled by academic and private R&D institutions, but also new and exciting startups and spin-off companies. Some larger construction firms have invested to form their own internal innovation departments to explore these novel technologies and even constructed prototypes - often on their own company campuses. So why has Additive Manufacturing not yet been transferred to “real construction projects”?</p>
<p>This might be due to a low risk tolerance in an industry that has low profit margins. For many construction companies, material and equipment costs required to 3D print homes aren't low enough yet, plus general awareness is still low. Nonetheless, as prices involved with these types of projects inevitably go down, the average consumer will get exposed to the benefits (and in some cases lower costs) of 3D printed homes.</p>
<p>For example, just recently a <a href="https://www.theguardian.com/technology/2021/apr/30/dutch-couple-move-into-europe-first-fully-3d-printed-house-eindhoven" target="_blank">3D-printed single family home</a> has been occupied in the Netherlands, raising the level of awareness and interest in 3D-printed homes. Consultancy, design and engineering for this project was provided by <b>
    <span>Witteveen+Bos.</span>
  </b>
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x549/6571c0c682/10.jpg" loading="lazy" />
</figure>
<p>
  <br />
  <br />
</p>
<h3 id="spanwhats-next-span">What's Next?</h3>
<p>As we learned in this article, there are challenges for 3D printing in construction on the technological level, related costs, regulations, and a lack of awareness or even interest. However, even though this might still be unknown for some today, the construction industry is undergoing a complete digital transformation as we speak.</p>
<p>It is certain that digital design and fabrication are here to stay and hopefully these technologies can help tackle, among many other things, the shortage of affordable construction in the years to come. In our next series of articles, we will have a look at other challenges that the AEC sector is currently facing.</p>
<h3 id="figure-img-alt-srchttps-astoryblokcom-f-92524-1500x788-b16f9160c2-13png-figcaption-classtext-center-figcaption-figure">
  <br />
  <figure>
    <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1500x788/b16f9160c2/13.jpg" loading="lazy" />
  </figure>
</h3>
<h3 id="spanlooking-to-get-started-with-your-own-cloud-applications-span">Looking to get started with your own cloud applications?</h3>
<p>Cloud applications can be a great way to explore initial design ideas and thus reduce costs and decision-making time. ShapeDiver is a platform that helps you build such cloud applications effortlessly with the power of Grasshopper and parametric design.</p>
<p>
  <a href="https://app.shapediver.com/register" target="_blank">Create a Free account</a> today and start co-designing with other stakeholders!
</p>
<p>
  <b>
    <i>&lt;&lt; Special thanks to Alex Walzer for his collaboration during the writing of this article.&nbsp;</i>
  </b>
  <b>
    <i>
      <span>Alex investigates the role of entrepreneurship for and in AEC when utilizing nascent production technologies. He is a PhD researcher at the Chair of Innovative and Industrial Construction (Prof. Dr. Hall) at ETH Zürich - and can be reached at</span>&nbsp;
    </i>
  </b>
  <a href="https://walzer.tech/" target="_blank">
    <b>
      <i>
        <span>walzer.tech</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>&nbsp;and </span>&nbsp;
    </i>
  </b>
  <a href="https://twitter.com/alexnikw" target="_blank">
    <b>
      <i>
        <span>@alexnikw on Twitter</span>
      </i>
    </b>
  </a>
  <b>
    <i>
      <span>. &gt;&gt;</span>
    </i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Karamba3D Now Supported On ShapeDiver</title>
  <description><![CDATA[ After years of growing presence in the product design, furniture and jewellery industries, supporting Karamba3D is a major step we are taking towards new tools and new workflows for parametric engineering in the AEC industry. If you’re interested in learning more about this, keep reading along ]]></description>
  <link>https://www.shapediver.com/blog/karamba3d-now-supported-on-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/6c4d3d9fc7/4.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jul 13, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; After years of growing presence in the product design, furniture and jewellery industries, supporting Karamba3D is a major step we are taking towards new tools and new workflows for parametric engineering in the AEC industry. If you’re interested in learning more about this, keep reading along. &gt;&gt;</i>
</b>
<h2 id="tools-for-aec">Tools For AEC</h2>
<p>
  <a href="https://www.karamba3d.com/" target="_blank">Karamba3D</a> is a well known tool within the structural engineering community. It brings accurate and straightforward analysis of frames, spatial trusses and shells to Grasshopper. Needless to say, support for Karamba3D on ShapeDiver has been long anticipated by plenty of ShapeDiver users...
</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/5IhmtNzPxkQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>As of today, we’re happy to announce that Karamba3D joins the ever growing list of <a href="https://support.shapediver.com/hc/en-us/articles/360015208052-Supported-third-party-Grasshopper-plugins" target="_blank">supported third-party plugins</a> on ShapeDiver. You can now use the popular plugin on our platform to run cloud calculations and visualize deformations using our online viewer.</p>
<h2 id="karamba3d-in-the-cloud">Karamba3D In The Cloud?</h2>
<p>Among other useful features, the Karamba3D integration lets you run finite element calculations in the cloud and then visualise color-coded results directly in the ShapeDiver viewer. Once the model is online, it becomes easy for your clients or project partners to access your algorithms, iterate through different options and visualize the consequences in real-time, directly in a web browser!</p>
<p>
  <a href="http://app.shapediver.com/register" target="_blank">Create a Free ShapeDiver account today and start testing this plugin!</a>
</p>
<p>Furthermore, section sizes can be downloaded from the parametric model in TXT or CSV formats, center lines in DXF or DWG and final deformed mesh as 3DM or OBJ. With this new tool, ShapeDiver aims to encourage fruitful teamwork across disciplines and we believe that Karamba3D in the cloud opens a range of possibilities for creative collaboration between architects and engineers.</p>
<p>Below is an example of applications for structural analysis made by our friends at <a href="https://www.rhino-developpement.com/" target="_blank">RhinoForYou</a>. This I-beam dimensioning tool calculates and outputs final cross section based linear loading. The beam geometry is coloured by stress levels and the numerical values are displayed in the chart.</p>
<iframe id="sdv-iframe" width="100%" height="550" src="https://viewer.shapediver.com/v2/2.20.2/iframe/remote.html?modelViewUrl=https://sddev2.eu-central-1.shapediver.com&amp;ticket=e06f98af8ea42d742123665dd258292537fb3fc53056d8d6e49146327ac9bceda03a46bb2ee45751522ff9c8b944247e41ee46d9e0521cdd1b418bed118ecc2aedb995e79a07d2a7e159252183dbed0a55a01af2c55ddf18cd155056a41734ef1cc8ad2c82852e5d718dff203c9e2fdd09d0fbabaff4-b8b25e1b5eeed954001fc47a57053b85&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>
  <i>This example above has been provided by&nbsp;</i>
  <a href="https://www.rhino-developpement.com/" target="_blank">
    <i>RhinoForYou</i>
  </a>
  <i>, experts on structural calculations, software development and anything parametric. Get in contact with them if you want to know more about their services.</i>
</p>
<h2 id="where-to-start">Where To Start?</h2>
<p>At the moment, we have deployed the <a href="https://www.karamba3d.com/buy/buy-online/" target="_blank">Karamba3D Pro Trial</a> version of this plugin in our main servers, so any Free or PRO user can already test its functionality. This means that if you have an account with us, you can already upload models that include this <i>specific</i> version of the Karamba3D’s plugin.</p>
<p>It is important to remember that this specific version is limited to 20 beams and 50 shells. Also keep in mind that not all Karamba3D features are supported yet. In particular:</p>
<figure>
  <ul>
    <li>Karamba3D tags and symbols are not displayed in the online viewer. However, in most cases they are easy to recreate with native Grasshopper components if needed.</li>
  </ul>
</figure>
<figure>
  <ul>
    <li>Uploading loads is not yet possible, since it requires some changes to the ShapeDiver import components.</li>
  </ul>
</figure>
<h2 id="conclusions">Conclusions</h2>
<p>We are excited to keep working on this integration and our goal is to support all Karamba3D features and even offer dedicated 8-core server systems to take advantage of the plugins multi-threaded capabilities very soon. Both ShapeDiver and Karamba3D development teams are committed to working together on bringing you the full power of Karamba3D to the cloud!</p>
<p>Are you or your team interested in testing the full version of Karamba3D PRO without any limitations? Contact us for more information!</p>
<h5>
  <b>
    <i>&lt;&lt; Let us know what you think and post any requests on ShapeDiver&nbsp;</i>
  </b>
  <a href="https://discourse.mcneel.com/c/grasshopper/shapediver/98" target="_blank">
    <b>
      <i>Forum</i>
    </b>
  </a>
  <b>
    <i>. We are happy to learn about your own use cases and how we can make this new feature as helpful as possible. &gt;&gt;</i>
  </b>
</h5>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>How To Export PDF Files From Grasshopper</title>
  <description><![CDATA[ PDF files can be very useful in plenty of different situations. But, being able to automatically generate them and export them can make them an invaluable tool for your business. In this article we explain how you can achieve this by using a special component included in our Grasshopper plugin! ]]></description>
  <link>https://www.shapediver.com/blog/how-to-export-pdf-files-from-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/8ebceb6ab8/3.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Jun 18, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/ps5xR_ERZV4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<a href="https://codepen.io/ShapeDiver/live/3f898ca6fdee10d081f086422ae411c6" target="_blank">
  <br />Try the online configurator shown in this video!</a>
<p>
  <i>PDF files are extremely versatile, portable, and used in a wide range of applications. While most desktop software and web browsers now have mature PDF generation and exporting features, there was no straightforward integration with Grasshopper up to this day.</i>
</p>
<h2 id="what-problem-are-we-solving">What Problem Are We Solving?</h2>
<p>Let's start with the obvious: why on Earth would someone need to export a PDF file from Grasshopper? Glad you asked.</p>
<p>If you are reading this article, you probably use Grasshopper for collaborating and/or sharing information with other departments, team members or even clients. Since Grasshopper allows for others to access the power of your parametric file, it's also a great idea to have the ability to "print" a summary of the various design iterations they can produce.</p>
<p>Another reason would be that you probably built an eCommerce application with ShapeDiver and you want to let your clients easily download a summary of their purchase via a PDF file that auto-generates depending on the different options chosen by them. Or maybe you want to provide precise instructions of every successful custom order to your manufacturing team.</p>
<p>For these and many more potential applications, we decided to build this solution ourselves.</p>
<h2 id="export-pdf-files-with-the-shapediver-plugin">Export PDF Files With The ShapeDiver Plugin</h2>
<p>Today we're releasing <a href="https://www.food4rhino.com/app/shapediver" target="_blank">a new version of our ShapeDiver plugin</a> that includes a set of components (currently in Beta) that will help you setup and export PDF files either locally or online via an online application built with ShapeDiver. The tools are divided in two categories:</p>
<figure>
  <ol>
    <li>First, the ShapeDiver version of the Squid plugin was extended to let designers build PDFs just like they can build bitmaps using Squid. Most instructions work the same way, and we hope users will be glad to use the workflows they are familiar with for new applications.
      <br />
    </li>
    <li>Second, we have added some tools to the ShapeDiver plugin itself that allow to split, merge, internalize and export PDF files inside Grasshopper.</li>
  </ol>
</figure>
<p>The best of all is that you do not necessarily need a ShapeDiver account (thought we really encourage you to <a href="http://app.shapediver.com/register" target="_blank">start a Free account</a>) to benefit from these components as you can use them locally in your machine.</p>
<h2 id="bottom-line">Bottom Line</h2>
<p>We are working on many more features, such as the ability to import your own PDFs and use them as templates that you can fill with data and drawings directly in Grasshopper, before exporting them to your eCommerce backend. Let us know what you think in the forum, and whether you have ideas to improve the PDF tools!</p>
<p>
  <a href="http://app.shapediver.com/register" target="_blank">
    <b>Get started with ShapeDiver and create a Free account!</b>
  </a>
</p> ]]></content:encoded>
</item>
<item>
  <title>On Local Resilience During COVID-19 Times</title>
  <description><![CDATA[ Communities around the world have responded swiftly to the COVID-19 crisis with a mission to save lives and thereby, several digital solutions have been rapidly identified as useful for our current health necessities. In fact, we have seen that local manufacturing can offer a viable short-term solution for many products and components, even beyond the medical supply chain. In this article we will be looking at how online collaboration in the form of co-design and co-creation is here to help.  ]]></description>
  <link>https://www.shapediver.com/blog/on-local-resilience-during-covid-19-times</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/5ee9250eb5/2.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, May 19, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; Communities around the world have responded swiftly to the COVID-19 crisis with a mission to save lives and thereby, several digital solutions have been rapidly identified as useful for our current health necessities. In fact, we have seen that local manufacturing can offer a viable short-term solution for many products and components, even beyond the medical supply chain. In this article we will be looking at how online collaboration in the form of co-design and co-creation is here to help. &gt;&gt;</i>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/05/BigRep-Face-Shields-1024x538.jpg" loading="lazy" />
</figure>
<p>It has been an intense start of the year and one to remember: the events of recent weeks and months related to the effects of the novel coronavirus have shown us that our traditional supply chains cannot react as fast as we need them to.</p>
<p>This situation has shown that rather than depending on large, centralized equipment that serves only very specific cases and therefore, more flexible solutions are needed, such as distributed and agile workflows.</p>
<h2 id="2020-the-year-of-online-collaboration">2020, The Year Of Online Collaboration?</h2>
<p>Many of us have been working remotely, making active collaboration part of our new everyday life. We believe this is a good improvement - but this rapid development in digitalization, within most sectors, also highlights a critical key element as not all disciplines have successfully mastered remote collaboration: How can teams co-create when being physically separated? What tools and platforms need to be in place in order for information to flow efficiently?</p>
<p>We believe the most significant challenge is present in the gap between disciplines and professions as, for example, not many medical workers know how to use CAD (Computer-aided Design) Software and vice versa, not many designers or engineers have prior medical training.</p>
<p>How can these two fields successfully collaborate and even more, co-create? What if there could be an efficient way to collaborate between the disciplines while allowing parametric modifications “on the fly”?</p>
<h2 id="efforts-in-bridging-disciplines">Efforts in Bridging Disciplines</h2>
<p>Before we give our take on these questions, let's start by focusing on the status quo. We’ve seen medical professionals embrace rapid prototyping and other low-cost technologies to design, fabricate, and effectively use face masks, shields, and respirator parts.</p>
<p>The global call of emergency has put makers and doctors together on the table - both locally and globally - to come up with quick solutions to combat this crisis together through mutual prototyping utilizing 3D-printing resulting in many, iterative designs. In this time, the accessibility and simplicity of innovative technology such as additive manufacturing can make an enormous distinction.</p>
<p>These Makers Turned Their Homes Into 3D Printing Factories</p>
<h2 id="makers-movement">Makers Movement</h2>
<p>The underlying “maker” movement and the idea of making anything, anywhere, anytime is nothing recent and has been fairly well prepared. An important figure in the movement is Professor Neil Gershenfield, who initiated the class “How to make (almost) anything” at MIT´s Center for Bits and Atoms.</p>
<p>In the last decade, the course has grown into an international Fabrication Academy and has spread around the globe, resulting in Fabrication Laboratories (or “FabLabs”) to pop up all around the globe. These hubs are based on enthusiasm, pragmatism, and openness towards design thinking and innovation-driven change.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/05/image001-2-1024x505.png" loading="lazy" />
</figure>
<p>Thousands Of FabLabs Around the World</p>
<h2 id="product-configurators-for-additive-manufacturing">Product Configurators For Additive Manufacturing</h2>
<p>As an example of a brand that embraces co-creation and personalization, we'd like to highly <a href="https://bigrep.com/" target="_blank">BigRep</a> and NOWLAB. They have posted their response to COVID-19 by creating this parametric Face shield Configurator that leverages the power of additive manufacturing to tackle the supply chain challenges the world is currently experiencing.</p>
<p>This parametric configurator allows you to create and download a bespoke face shield, tailored to your skull and embossed with your name or brand. Moreover, if you are a BigRep client <a href="https://bigrep.com/posts/covid-19-face-shield-design/" target="_blank">they are offering a free 2kg Filament spool for those that send them a process documentation.</a>
</p>
<p>
  <b>
    <i>“The ability to customize instantly and share 3D design ideas on demand allows us to react quickly and make adjustments when necessary, especially in times of crisis. Updates on the fly, which were previously only common in the software industry, have now become reality in additive manufacturing.”&nbsp;</i>
  </b>
  <b>Mirek Claßen, Head of Innovation and Generative Design at BigRep.</b>
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/05/BigRep-Face-Shield-1024x538.jpg" loading="lazy" />
</figure>
<p>Custom Face Shield by BigRep</p>
<p>Additionally, we have screened and pre-selected a few prototypes that our growing user base have uploaded on our platform. These parametric models are for everyone to modify and download for free to help yourself or your community:</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/05/Screenshot-2020-05-19-at-12.34.35.png" loading="lazy" />
      </figure>
      <a href="https://app.shapediver.com/m/toothy-spona-na-rousky-pro-tn-cz-1" target="_blank">Example 1</a>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/05/Screenshot-2020-05-19-at-12.34.45.png" loading="lazy" />
      </figure>
      <a href="https://app.shapediver.com/m/kajstura-maska" target="_blank">Example 2</a>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/05/Screenshot-2020-05-19-at-12.34.59.png" loading="lazy" />
      </figure>
      <a href="https://app.shapediver.com/m/compression-frame-but-1" target="_blank">Example 3</a>
    </li>
  </ul>
</figure>
<p>Other example worth highlighting include:</p>
<p>1. <a href="https://www.one3d.cz/" target="_blank">One3D</a> has been focused on additive manufacturing and actively developed and tested a version of a face shield for dentists.</p>
<p>2.The Fab Lab Laba - which is part of the University of Technology in Uruguay, created project <a href="https://www.coinnovacion.org/" target="_blank">CO-INNOVACIÓN COVID-19</a>. As part of this initiative they have been printing PPE with the help of 300(!) volunteers all over the country.</p>
<p>3. A Barcelona based team has started a campaign on <a href="https://www.gofundme.com/f/3d-printers-for-emergency-face-shield-covid19?sharetype=teams&amp;member=4076292&amp;utm_medium=social&amp;utm_source=instagram&amp;utm_campaign=p_na+share-sheet" target="_blank">GoFundMe</a> to support 3D printing of emergency face shields for local hospitals to fight the virus. Big respect to all of you!</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/05/One3D-ochranny%CC%81-s%CC%8Cti%CC%81t_1-1024x797.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/05/One3D-ochranny%CC%81-s%CC%8Cti%CC%81t_2-1024x678.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2020/05/WhatsApp-Image-2020-05-12-at-16.20.25-1-1024x576.jpeg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>One3D Face Shields for dentists.</p>
<h2 id="can-we-consider-subtractive-manufacturing">Can We Consider Subtractive Manufacturing?</h2>
<p>In contrast to the previous examples which rely on additive manufacturing (a layer-based build-up of materials), we also want to bring to your attention the opposite: subtractive fabrication technique: The production of a laser-cut shield can be 200 times faster compared to 3D printing. In merely six hours, it is possible to produce more than 1000 pieces on one industrial cutting machine, thanks for the great example provided by <a href="https://www.sub.digital/shield-case-study.html" target="_blank">Subdigital</a>:</p>
<iframe id="sdv-iframe" width="100%" height="400" src="https://viewer.shapediver.com/v2/2.20.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=66d4cd1003512dca38baca511c9824a9bb044513352f089d3c4d67314c521e62639e038c547df5089c7d231645804f95b42e4bac32e91e6a0cbf2752ca03f5a5c4a10615cab95474d2ebcc6d396e28ce0096b33f6e3ccb112358222af997c4a2b8c74675617ae7f64e504417f95d1c1285c527f25f8e-f45646f31a1af498b10e815186b32083&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>
  <b>
    <i> “We are used to optimize our parametric designs for efficiency. We believed there is a better way to produce the protective shields, so we started prototyping and came up with a design that takes about half a minute to produce and needs no post-production. What comes out of the laser cutter is a product ready for shipping.”&nbsp;</i>
  </b>
  <b>Jan Pernecky, CEO of Subdigital</b>.
</p>
<h2 id="conclusions">Conclusions</h2>
<p>In order to leverage the expertise of several disciplines in this crisis (and beyond), we will need platforms and configurators that allow CAD experts and non-experts to actively, parametrically and in real-time collaborate in the easiest and quickest way possible. Shapediver works robustly all around the globe, at any given time without the need for any additional software installations and steep-learning curves often involved in CAD Software.</p>
<p>
  <i>&lt;&lt; Do you have a story you'd like to share with us? Reach out using our contact form at the top of this page! &gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Design For Cloud Applications | Advanced Grasshopper Workshop</title>
  <description><![CDATA[ Originally, we were planning on doing this event as an in-person workshop directly at McNeel&#39;s HQs in sunny Barcelona, Spain... but apparently 2020 had other plans for the rest of us! After giving it a bit of thought, we decided that the show must go on so we pivoted to an online webinar which hopefully helps us maximize the reach of the content we want to share with everyone interested!  ]]></description>
  <link>https://www.shapediver.com/blog/parametric-design-for-cloud-applications-advanced-grasshopper-workshop</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/2b112ab545/1.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Apr 17, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ ShapeDiver News ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; Originally, we were planning on doing this event as an in-person workshop directly at McNeel's HQs in sunny Barcelona, Spain... but apparently 2020 had other plans for the rest of us! After giving it a bit of thought, we decided that the show must go on so we pivoted to an online webinar which hopefully helps us maximize the reach of the content we want to share with everyone interested! &gt;&gt;</i>
<p></p>
<p>Join this 3-day online workshop (3x 90-min. sessions) guided by Edwin Hernández (Grasshopper specialist at ShapeDiver) and Mathieu Huard (ShapeDiver's Co-Founder & Head of Product) and learn how to prepare and optimise Grasshopper definitions for cloud applications!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/04/ShapeDiver-Webinar-No-Dates-1-1024x538.jpg" loading="lazy" />
</figure>
<p>Two available sessions: April 28th-30th and May 6th-8th. Links below!</p>
<h3 id="why-is-this-relevant">Why Is This Relevant?</h3>
<p>In the past few years, cloud features have taken a front seat within the CAD industry. The main actors (Dassault, Autodesk) are exploring cloud versions of their products, while other actors have appeared with native cloud technologies such as OnShape and Vectary. McNeel is developing a promising strategy with Rhino Compute and Rhino Inside, which makes Rhino a strong contender for CAD-based cloud applications.</p>
<p>There are more and more examples of parametric cloud applications, both in the AEC industry and big design firms who have the need to collaborate on an international scale. On the other hand, the online retail industry has also seen the rise of product configurators, which are evolving to include more flexible and powerful parametric choices for the consumers.</p>
<h3 id="what-youll-learn-in-this-3-day-online-workshop">What You'll Learn In This 3-Day Online Workshop</h3>
<p>As an introduction to this workshop, we'll give an overview of the cloud tools available within the Rhino+Grasshopper ecosystem (Rhino Compute, Speckle, Swarm, Trinckle, Emarf, Ghshot...). Then we'll identify common design challenges and strategies for all these types of applications:</p>
<figure>
  <ul>
    <li>Computational efficiency</li>
    <li>Lightweight solutions</li>
    <li>Data management</li>
    <li>Maximizing automation</li>
  </ul>
</figure>
<p>Our main goal is to master these design principles in Grasshopper, which means that we're targeting only experienced Grasshopper designers this time around (Don't worry! We'll do other type of webinars in the future aimed at different experience levels).</p>
<p>The participants will first go through the process of creating and uploading a simple definition to our ShapeDiver platform. This will work as a concrete example of how a cloud application based on Grasshopper gets started.</p>
<p>In parts 1-3 of the workshop, we'll provide advanced training for preparing and optimizing Grasshopper definitions for cloud applications. We'll make use of some popular tools of the Grasshopper ecosystem, such as Metahopper, Human, OpenNest, Squid, FabTools, among others as well as tools included in our ShapeDiver plugin.</p>
<p>In the last part, we'll go deeper into some fundamental use cases for cloud applications based on parametric definitions. We'll build examples using our ShapeDiver online platform, but will keep the focus on high-level implementation principles, which apply to any technology leveraging CAD files in the cloud.</p>
<h3 id="are-you-interested-in-joining-us">Are You Interested in Joining Us?</h3>
<p>Then head to our registration pages below:
  <br />
</p>
<p>
  <br />- <b>Session 1:</b>
  <a href="https://zoom.us/webinar/register/WN_bVEn_KiaTvC272APbudHHQ" target="_blank">April 28th-30th | 10am CEST</a> (<i>Update: This event is now full.)</i>
</p>
<p>
  <br />- <b>Session 2:</b>
  <a href="https://zoom.us/webinar/register/WN_mgMdxUmnTAO41dBPtYR2mQ" target="_blank">May 6th-8th | 4pm CEST / 10am ET</a>
</p>
<h3 id="get-ready-for-our-webinar">Get Ready For Our Webinar!</h3>
<p>Download the <a href="https://shapediverdownloads.s3.amazonaws.com/ShapeDiver+Webinar+Summary.pdf" target="_blank">event's agenda</a>, create a <a href="http://app.shapediver.com/register" target="_blank">ShapeDiver account</a> and download our <a href="https://www.food4rhino.com/app/shapediver" target="_blank">Grasshopper plugin</a>.</p> ]]></content:encoded>
</item>
<item>
  <title>Introducing: ShapeDiver Video Tutorials!</title>
  <description><![CDATA[ Take a guided tour with our new ShapeDiver video tutorials. In these videos, we take things slow and explain step by step the how and why of every ShapeDiver functionality. Check out the first of many episodes down below and make sure to subscribe to our YouTube channel so you don&#39;t miss any new episodes! ]]></description>
  <link>https://www.shapediver.com/blog/introducing-shapediver-video-tutorials</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/534c8a7d2e/12.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Apr 14, 2020 11:00 PM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <i>Take a guided tour with our new ShapeDiver video tutorials. In these videos, we take things slow and explain step by step the </i>how <i>and </i>why <i>of every ShapeDiver functionality.</i>
  <i>Check out the first of many episodes down below and make sure to subscribe to our YouTube channel so you don't miss any new episodes!</i>
</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/dNCayceqrrU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>We know, we know... This series of tutorials is long overdue. Many users have kindly requested a gentle introduction to ShapeDiver. Moreover, we agree that the <a href="https://support.shapediver.com/hc/en-us" target="_blank">ShapeDiver documentation</a>, while exhaustive, can be hard to digest all at once.</p>
<p>Thankfully, the tutorials are finally here. Our first episode starts with an introduction to ShapeDiver for complete beginners. Are you still not sure <a href="https://www.shapediver.com/designers/" target="_blank">how ShapeDiver works</a> and how it can help you? Then it is a good place to get started!</p>
<p>Afterwards, the episode covers the main rules of ShapeDiver. Learn how to use the right preview and meshing settings and you will be good to go. Once you watch this episode, we guarantee that you can <a href="https://app.shapediver.com/upload" target="_blank">upload</a> a definition in a few minutes!</p>
<p>If you are already familiar with the basics, check out the following ShapeDiver video tutorials. In the next episodes, we explore more advanced features and workflows. There are seven so far, and many more to come...</p>
<p>
  <a href="https://www.youtube.com/playlist?list=PLxoa_kZeM-7zS8MiFCGOkGyTfxY7qITfp" target="_blank">Explore the complete tutorial directly on YouTube.</a>
</p>
<p>If you have questions about any topic covered in the tutorials, then don't hesitate to ask on the forum. We are happy to help and any way to improve the tutorials is very welcome! Let us know as well if there are specific topics you would like to see covered in the tutorials.</p>
<p>&lt;&lt; <i>Feeling ready? Create a Free ShapeDiver account today and get started! Simply head to </i>
  <a href="http://app.shapediver.com/register" target="_blank">
    <i>app.shapediver.com/register</i>
  </a>&gt;&gt;
</p> ]]></content:encoded>
</item>
<item>
  <title>Grasshopper Data Trees Explained! | Pt. 2</title>
  <description><![CDATA[ Hi, my name is Edwin and I’m a Grasshopper Expert at ShapeDiver. In this 2-part tutorial I will show you the role data trees play inside a Grasshopper model and how it directly translates into faster computation times and other benefits.  ]]></description>
  <link>https://www.shapediver.com/blog/grasshopper-data-trees-explained-pt-2</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/7e53cf1d59/11.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Mon, Mar 9, 2020 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; Hi, my name is Edwin and I’m a Grasshopper Expert at ShapeDiver. In this 2-part tutorial I will show you the role data trees play inside a Grasshopper model and how it directly translates into faster computation times and other benefits. &gt;&gt;</i>
<p>If you want to check out Part 1 of this tutorial, <a href="https://www.shapediver.com/blog/grasshopper-data-trees-explained-pt-1/" target="_blank">please click here</a>.</p>
<h2 id="part-2-simplification-and-optimization">Part 2: Simplification and Optimization</h2>
<h3 id="using-data-trees-for-optimization">Using Data Trees For Optimization</h3>
<p>At ShapeDiver, we focus on making Grasshopper models run online smoothly on the platform. For that purpose, we recommend using data trees in order to keep definitions as compact and optimized as possible.</p>
<p>In general, trees become very useful to keep items and lists organized before performing computationally intensive operations on them, such as intersections or boolean operations. The idea is always to avoid performing operations which are not necessary.</p>
<p>Simple operations, such as joining curves, can become really slow when no trees are used to sort curves and discard irrelevant candidates before effectively trying to join them. Similar issues happen with curve intersections, collision checks, finding the closest point to an object, etc.</p>
<p>Let’s look at two examples:</p>
<h4 id="example-1-joining-curves">Example 1: Joining Curves</h4>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/JoiningCrvsWithTrees-1024x558.png" loading="lazy" />
</figure>
<p>Joining curves with trees. <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/DataTrees/2.JoinCurvesTrees.gh" target="_blank">Download this Grasshopper definition here</a>.</p>
<p>In the example above there are pairs of open polygons that need to be closed by joining their ends with a line. This operation needs to join more than four thousand curves which take 374ms to compute if the tree is flattened, or just 47ms if the tree structure is kept as there are just four curves per branch to test.</p>
<h4 id="example-2-collision-test">Example 2: Collision Test</h4>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/RegionDifference-1024x603.png" loading="lazy" />
</figure>
<p>Region difference optimization. <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/DataTrees/3.RegionDifferenceOptimization.gh" target="_blank">Download this Grasshopper definition here.</a>
</p>
<p>In this second example, a pattern is being created by using the <a href="http://grasshopperdocs.com/components/grasshopperintersect/regionDifference.html" target="_blank">
    <i>Region Difference</i>
  </a>component. With the first method, the component takes 3.9 seconds as all circles and rectangles are taken at the same time to compute the difference. On the other hand, the second method just takes 132 milliseconds as it is first tested which circles actually <a href="http://grasshopperdocs.com/components/grasshopperintersect/collisionOneMany.html" target="_blank">collide</a> with a particular rectangle, and just those ones are taken to compute the region difference by keeping them in different branches of a data tree.</p>
<h3 id="keeping-clean-data-flows">Keeping Clean Data Flows</h3>
<p>Finally, let's look at some tricks that will help you keep clean data flows. One of the main challenges with managing data is that Grasshopper doesn't always behave in the most explicit of ways. Here are some important points to consider, which always turn into deadly traps when they are ignored.</p>
<p>1) Every single piece of data is part of a tree.</p>
<p>Even if the Grasshopper canvas only shows you items and lists of items, each of them is implicitly assigned a tree branch. This often comes as a surprise when the time comes to merge different pieces of data together that end up in what looks like arbitrary separate tree branches. A good trick is to send items and lists to text panels, which will tell you about the branch they belong to.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/data-1024x530.png" loading="lazy" />
</figure>
<p>2) Some components implicitly create new branches.</p>
<p>For example, offsetting a curve will add a level of depth in the input tree. This behaviour is logical once you understand it, but when you don’t know about the data structure of the inputs, the output paths can be puzzling.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/Offset-1024x475.png" loading="lazy" />
</figure>
<p>If one tries to loft the initial curve with its offset, the operation fails because the curves are in different tree branches.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/Cir-Offset-1024x279.png" loading="lazy" />
</figure>
<p>In this case, one can flatten the offset before merging the curves, making sure they are in the same branch. Then, the loft works as expected.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/Cir-Offset-Merge-1024x294.png" loading="lazy" />
</figure>
<p>This solution is simple but not effective if we want to offset a list of curves instead of a single one. Flattening the lists before merging will destroy the tree structure that preserves the relation between each curve and its offset. A less destructive operation consists of simplifying the tree. However, this solution will also fail in some cases. Which leads us to the next point...</p>
<p>3) Simplifying a tree with a single branch is not possible.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/Branch-Simplify-1024x279.png" loading="lazy" />
</figure>
<p>Even though each item and list is assigned a tree branch, Grasshopper treats them as different types of data and therefore seems reluctant to simplify their branch when they are alone in the tree. It might seem like an edge case, but in practice one needs to be very careful to avoid breaking the definition in the case of trees with a single branch.</p>
<p>For this reason we have created a C# script which helps organize data paths in a complex tree. This C# script will trim small branches or add sub branches to the tree depending on the given <i>Index</i> number. The output tree will make sure all branches of the tree have the same depth. For example, if the required Index is equal to 1, the paths in this tree will be trimmed or extended to make sure all branches have a depth of two levels {i;j}. If some paths are not deep enough, an additional level of depth will be added.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/TrimByPathIndexC-1024x385.png" loading="lazy" />
</figure>
<p>In the example above, all branches are constrained to have a single depth {i} (Index=0). This produces a good solution for our curve offsetting problem, because it brings back all offsets in the same branch as their corresponding input curve.</p>
<p>4) Stream filters don’t work with trees.</p>
<p>One last tricky operation is to filter or pick and choose between different data tree paths as the <a href="http://grasshopperdocs.com/components/grasshoppersets/streamFilter.html" target="_blank">
    <i>Stream Filter</i>
  </a>component that GH has just accepts a single integer as <i>Gate&nbsp;</i>input. We have created another C# script to deal with this case. This alternative to the Stream Filter can take a data tree of gates (True/False) as input. If both streams have a matching data structure, the corresponding branch is selected from the correct stream depending on the gate value.</p>
<p>
  <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/DataTrees/4.TrimAndFilterC%23.gh" target="_blank">You can download the previous C# scripts here.</a>
</p>
<h2 id="conclusion">Conclusion</h2>
<p>Even though data trees are complex to understand at the beginning, mastering them helps in the creation of efficient and compact GH definitions. Getting used to utilizing data trees in any possible situation instead of simplifying the data into lists and items will allow any definition to be reusable and expandable. At the end, all of these benefits will reflect at ShapeDiver when uploading models, making the experience more user friendly.</p>
<p>
  <a href="http://forum.shapediver.com/" target="_blank">
    <i>&lt;&lt; Do you have any doubts about this tutorial? Make sure to let us know your comments in our Forum: forum.shapediver.com &gt;&gt;</i>
  </a>
</p> ]]></content:encoded>
</item>
<item>
  <title>Grasshopper Data Trees Explained! | Pt. 1</title>
  <description><![CDATA[ Hi, my name is Edwin and I&#39;m a Grasshopper Expert at ShapeDiver. In this 2-part tutorial I will show you the role data trees play inside a Grasshopper model and how it directly translates into faster computation times and other benefits. ]]></description>
  <link>https://www.shapediver.com/blog/grasshopper-data-trees-explained-pt-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/d094dec825/10.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Mon, Mar 9, 2020 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt;Hi, my name is Edwin and I'm a Grasshopper Expert at ShapeDiver. In this 2-part tutorial I will show you the role data trees play inside a Grasshopper model and how it directly translates into faster computation times and other benefits.&gt;&gt;</i>
<p></p>
<p>It is important to be aware of how data flows through parametric models created with Grasshopper. A good data flow will help optimize the computation speed and keep data organized.</p>
<p>With Grasshopper, data can be stored and structured in items, data lists and data trees. Trees can be of great help for performing operations over different sets of data simultaneously without creating copies of the script, as well as keeping relevant information together to avoid unnecessary operations. In some crucial cases, mastering the use of data trees and the interactions between the different data structures will considerably improve the computation speed of your definitions.</p>
<p>In the first part of this tutorial, we start by presenting data structures in Grasshopper and apply data trees to a simple example that demonstrates how useful they can be. If you are already familiar with data trees in Grasshopper, you might want to <a href="https://www.shapediver.com/blog/grasshopper-data-trees-explained-pt-2/" target="_blank">head straight to part 2</a>, where we look at some useful cases where data trees help simplify and optimize Grasshopper definitions.</p>
<h2 id="part-1-introduction-to-data-trees-in-grasshopper">Part 1: Introduction To Data Trees In Grasshopper</h2>
<h2 id="items-and-lists">Items and Lists</h2>
<p>Before getting into data trees, we need to look into what they are made of. The branches of Grasshopper trees contain instances of the simpler Grasshopper data structures: items and lists.</p>
<figure>
  <ul>
    <li>An item is a single piece of data and is the core of all data structures.</li>
    <li>A list is a collection of items.</li>
  </ul>
</figure>
<p>In Grasshopper, the interaction between an item and a list helps create multiple pieces of data using a single component. For example, the <a href="https://grasshopperdocs.com/components/grasshoppercurve/circle.html" target="_blank">
    <i>Circle</i>
  </a>
  <i></i>component can generate a circle using a plane and a radius as inputs.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/SingleCircle.png" loading="lazy" />
</figure>
<p>If we input a single plane and a list of radii instead of a single radius, the component will re-use the same plane and create a different circle for each radius in the corresponding list. The result is a list of circles which preserves the order and length of the input list of radii.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/item-list-1024x234.png" loading="lazy" />
</figure>
<p>Circles with four different radiuses (5, 3, 6, 8) in the same XY plane in the origin.</p>
<p>Now If we provide both a list of planes and a corresponding list of radii to the component, it behaves in a different way. In this case, the component matches items of both lists two-by-two, according to their index in the list. The first plane is matched with the first radius, the second plane with the second radius, etc.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/list-list-1024x311.png" loading="lazy" />
</figure>
<p>Circles with four different radiuses (5, 3, 6, 8) in XY planes with four different origins in the Z axis (0, 2, 4, 6).</p>
<p>In case the lists don’t contain the same number of items, the last item of the shortest list is used several times to match the longest list. In the example below, the last radius (8) is re-used for all planes with indices 3 and above.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/list-longerList-1024x411.png" loading="lazy" />
</figure>
<p>Circles with four different radiuses (5, 3, 6, 8) in XY planes with seven different origins,
  <br />three extra planes, in the Z axis (0, 2, 4, 6, 8, 10, 12).</p>
<p>With this very minimal script, we have already managed to generate the base circles for a parametric cup.</p>
<p>Note that most components in Grasshopper will behave according to these rules, but there are exceptions. The <i>Circle </i>component expects two items as inputs, but some components expect a list from the start, in which case the list itself will be treated as a single item. For example, the <a href="https://grasshopperdocs.com/components/grasshoppercurve/interpolate.html" target="_blank">
    <i>Interpolate</i>
  </a>component takes a list of points as input, but will of course create only one curve joining them.</p>
<p>However, most components will expect items as inputs, unless they have a very good reason not to. You can always check whether the component expects a list by hovering over its inputs.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/InputsTypes-1024x303.png" loading="lazy" />
</figure>
<h2 id="what-is-a-data-tree">What Is A Data Tree?</h2>
<p>Now that we know about items and lists, we can review what a data tree is and how it organizes the previous data structures. A data tree is a hierarchical structure that stores and organizes items and lists through addresses or paths. These paths are defined by integers which group data in different levels. A one level tree has paths with single integers which are the origin of the branches.</p>
<p>The simplest example to generate a tree is the division of a curve. If a curve is divided, a list of points is generated. However if a list of curves is divided, several lists of points are generated which need to be distinguished in reference to each input curve. In this case, a data tree is created where each path corresponds to one item in the list of original curves.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/baseTrees-1024x382.png" loading="lazy" />
</figure>
<p>Seven circles get divided 24 times. The result is a tree with seven branches with 24 items/points each.</p>
<h2 id="what-can-be-done-with-data-trees">What Can Be Done With Data Trees?</h2>
<p>When there is data organized in trees, the structure of the paths can be influenced to reorganize or clean the content. The most common operations are to <a href="http://grasshopperdocs.com/components/grasshoppersets/simplifyTree.html" target="_blank">simplify</a>, <a href="http://grasshopperdocs.com/components/grasshoppersets/flattenTree.html" target="_blank">flatten</a> or <a href="http://grasshopperdocs.com/components/grasshoppersets/graftTree.html" target="_blank">graft</a>. If a tree is simplified, the indices of the tree which don’t contain relevant information get removed. Flattening a tree means to merge all of its data in a single list. Finally, grafting a tree is the most intricate operation. When grafting, each branch of the tree gets further separated in smaller branches, corresponding to the number of items contained in the branch.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/Simplify-Flatten-Graft-1008x1024.png" loading="lazy" />
</figure>
<p>As these are very common operations in Grasshopper, they can be quickly accessed in all the outputs of any component when right clicking.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/shortCut.png" loading="lazy" />
</figure>
<p>Another useful operation is to flip a tree which means to swap rows and columns in the structure.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/flip-1024x903.png" loading="lazy" />
</figure>
<p>24 points in each of the seven horizontal circles were flipped to get seven points that when connected create 24 vertical curves.</p>
<p>If a data tree of points generated by the division of a list of curves gets flipped, then the points in the same index of the original curves can be connected to generate the opposite wireframe. Additionally, if the original curves get gradually rotated, the opposite wireframe could create a twist effect. This shows how versatile and useful data trees can be.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/03/CirclesRotation-1024x513.png" loading="lazy" />
</figure>
<p>Each original circle was rotated gradually until 120 degrees to get the twist effect.</p>
<p>Check out the final result of this model down below, which has been uploaded to ShapeDiver's platform:</p>
<iframe id="sdv-iframe" width="100%" height="550" src="https://viewer.shapediver.com/v2/2.19.2/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=bf8335415df29dbd055e02d1e51531d528617ac55293620fa5e34e0eb6df5aca4177d9bf79d238c297bbe823af460bebdf3b682b3f3075a4d4976cc2858f715250cf4c14a50517375ed6c15edbef384a7cb49ed294e4e8becaffc37b83472f6780f9dabf196759face25e34bac00b17334e19ca9179d-17f8a53058de02f273d60fe09b3ac1d9&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>
  <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/DataTrees/1.DataStructuresBlog.gh" target="_blank">
    <br />
  </a>
  <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/DataTrees/1.DataStructuresBlog.gh" target="_blank">Download the Grasshopper definition above by clicking here.</a>
</p>
<p>This is the end of Part 1 of this tutorial. If you want to continue learning about Data Trees and how they impact your Grasshopper model, <a href="https://www.shapediver.com/blog/grasshopper-data-trees-explained-pt-2/" target="_blank">head to Part 2</a>.</p>
<p>
  <i>&lt;&lt;</i>
  <a href="http://app.shapediver.com/register" target="_blank">
    <b>
      <i>Want to upload your own Grasshopper definitions online and create all sorts of web apps like 3D product configurators or internal design collaboration tools? Create a Free ShapeDiver account today!&gt;&gt;</i>
    </b>
  </a>
</p> ]]></content:encoded>
</item>
<item>
  <title>Platform Update: Copy Model Settings &amp; Re-upload GH files!</title>
  <description><![CDATA[ The latest ShapeDiver platform update makes it easier to update existing models by copying and loading existing scene settings into a new model. ]]></description>
  <link>https://www.shapediver.com/blog/platform-update-copy-model-settings-re-upload-gh-files</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/ef96a0126b/9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Mar 2, 2020 12:00 AM +0000</pubDate>
  <category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <i>The latest ShapeDiver platform update makes it easier to update existing models by copying and loading existing scene settings into a new model.</i>
<h2 id="a-growing-set-of-viewer-features">A Growing Set Of Viewer Features</h2>
<p>Over the past few months, we have <a href="https://www.shapediver.com/blog/shapediver-plugin-release-notes-november-2019/" target="_blank">added many new features</a> to the ShapeDiver viewer. In particular, you might have noticed the many new scene settings, from lights and shadows to environment settings and camera controls.</p>
<p>You have been many to appreciate and give amazing feedback about those additions. As always, our thanks go to the community for helping us prioritize and build the most useful features!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/02/Lighting.gif" loading="lazy" />
</figure>
<p>
  <i>Setting up the scene in the ShapeDiver viewer.</i>
</p>
<p>However, all these new settings came with a flip side. Indeed, with so many options, it can take a while to set up the perfect scene! Not pointing fingers or anything, but we heard of users spending hours moving around lights until they reach the Graal… Only to do it all over again when they update the Grasshopper definition.</p>
<p>Needless to say, we got many requests for a way to save those settings and re-use them for later models. We are happy to announce that we're finally granting that wish.</p>
<p>There are two ways to copy the settings stored in an existing model.</p>
<h2 id="copy-model-settings">Copy Model Settings</h2>
<p>To begin with, the option for copying model settings is now available on the standard model "Upload" page. After entering general information about your upload, the "Model Settings" tab lets you pick a previous model to copy settings from. The form lets you search through your old models, but also the public models uploaded by other users to the platform.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/02/image-1024x869.png" loading="lazy" />
</figure>
<p>
  <i>Copy model settings</i>
</p>
<h2 id="re-upload-models">Re-Upload Models</h2>
<p>In case you need to upload a new version of one of your models, simply go to your ShapeDiver Dashboard and locate the model you'd like to update and use the new re-upload option.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/02/image-1-1024x300.png" loading="lazy" />
</figure>
<p>The option is available on each model card, and directly on the model pages as well.</p>
<p>When re-uploading a model, the form automatically fills the viewer settings from the previous version of the model. Additionally, general information about the model (name, tags and description) gets pre-filled as well.</p>
<h2 id="full-model-versioning">Full Model Versioning</h2>
<p>At the moment, only the viewer settings can be loaded in a new model. In the next few weeks, you will also be able to copy parameter settings. In other words, it will be possible to copy the name, order and visibility of model parameters from a previous model.</p>
<p>This addition especially makes sense when it comes to versioning a specific model. As a matter of fact, one of our goals for the next few months is to support <b>full version control</b> for ShapeDiver models. But that's only a small part of the big plans we have for the rest of the year. Stay tuned!</p>
<p>
  <i>Do you have doubts or would like us to expand on any of the topics discussed in this blog post? Then head to our Forum and let us know</i>: <a href="http://forum.shapediver.com/" target="_blank">forum.shapediver.com</a>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… General Lattice!</title>
  <description><![CDATA[ This is a guest post written by Nicholas Florek, CEO of Computational Design and Digital Fabrication company General Lattice based in Chicago, Illinois. They offer digital production solutions to companies that are looking to manufacture product concepts specifically designed for additive manufacturing. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-general-lattice</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/de2901480a/8.webp"></enclosure>
  <dc:creator><![CDATA[ Nicolas Florek ]]></dc:creator>
  <pubDate>Mon, Feb 24, 2020 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="from-prototypes-to-scalablenbspproduction">From Prototypes to Scalable Production!</h2>
<p>Over the last 3-5 years, the Additive Manufacturing (3D printing) industry has undergone a transformation unlike many others. Rapid advancements in hardware and materials have changed it from a low volume/prototyping technology into a highly scalable production manufacturing method.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2020/02/Photo-by-ZMorph-Multitool-3D-Printer-on-Unsplash-1024x538.jpg" loading="lazy" />
</figure>
<p>Offering the ability to manufacture without the need for tooling or molds, Additive Manufacturing brings a number of advantages to the table. Most notably, it enables businesses to produce products with one-to-one personalization and advanced lattice geometries at scale, allowing an unparalleled level of design freedom not possible through traditional manufacturing methods.</p>
<h2 id="general-lattice-overview">General Lattice Overview</h2>
<p>We focus on helping clients realize the benefits of additive manufacturing. At General Lattice we offer services that range from product design and assessment, to SOP (Standard Operating Procedure) development and manufacturing implementation. With the goal of helping clients bring production ready applications to life through additive manufacturing, we work to provide support along every step of the process.</p>
<p>Despite the tremendous advancements in additive manufacturing hardware, software and design tools have failed to keep pace. Built on out-dated software kernels and design toolkits, current CAD software has remained largely unchanged for the last 30 years.</p>
<p>New additive softwares on the market today focus heavily on auto-generated design tools that act as “solvers” to design hurdles, but lack significant control over form and function. Through our proprietary internal design software, which we plan to commercialize in the near future, we help clients preserve brand language and design control while delivering enhanced performance benefits.</p>
<h2 id="the-power-of-parametric-design-with-shapediver">The Power of Parametric Design with ShapeDiver</h2>
<p>With the ability to quickly iterate designs and move from prototype to production all on a single machine, the power of parametric design is more important than ever before. However, working to visualize changes to parametric models in a B2C environment can be difficult.</p>
<p>Since we integrate directly with ShapeDiver, we are able to build custom parametric models that our clients can deploy through their personalized web applications. Leaning on additive manufacturing to support the production of these custom applications, ShapeDiver closes the gap between design and manufacturing, offering a streamlined interface and process flow.</p>
<iframe width="100%" height="480" src="https://appbuilder.shapediver.com/v1/main/latest/?slug=asdf-12" referrerpolicy="origin" allowfullscreen="" style="overflow:hidden; border-width:0"></iframe>
<h2 id="meta-materials">
  <br />Meta-Materials</h2>
<p>Providing unparalleled design flexibility, Additive Manufacturing enables the integration of advanced lattice geometries that change the way we think about product applications. To better understand the tremendous benefits lattice geometries provide, we are building at General Lattice one of the world’s most comprehensive resources for lattice formulation.</p>
<p>Understanding the the mechanical properties of lattice structures when paired with varying material substrates, we are able to digitally program application specific “meta-materials”.</p>
<figure>
  <img alt="This image has an empty alt attribute; its file name is General-Lattice-Image-ShapeDiver-Blog-1024x538.jpg" src="https://assets.shapediver.com/uploads/2020/02/General-Lattice-Image-ShapeDiver-Blog-1024x538.jpg" loading="lazy" />
</figure>
<p>Whether looking to tackle impact dampening with soft elastomerics or seeking to improve heat sync applications with rigid metals, we are able to formulate a precise meta-material for your application.  Utilizing ShapeDiver’s powerful parametric visualization software, we have created a meta-material demo where users can experience the power of computational design by creating their own meta-material.</p>
<p>
  <i>&lt;&lt; Want to get in touch with Nicholas and his team at General Lattice? Make sure to check out&nbsp;</i>
  <a href="https://generallattice.com/" target="_blank">
    <i>their website</i>
  </a>
  <i>&nbsp;and follow them&nbsp;</i>
  <a href="https://www.instagram.com/generallattice/" target="_blank">
    <i>on Instagram</i>
  </a>
  <i>. &gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Compute In The Cloud With ShapeDiver!</title>
  <description><![CDATA[ We are happy to release the ShapeDiver Model View API. This new feature will allow our users to use the full potential of the ShapeDiver cloud computing infrastructure. Read everything you need to know below! ]]></description>
  <link>https://www.shapediver.com/blog/compute-in-the-cloud-with-shapediver</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/533771de62/7.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Dec 17, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="a-new-cloud-based-rest-api-for-shapediver-models">A New Cloud-Based REST API For ShapeDiver Models</h2>
<p>Most designers and end users experience ShapeDiver through our online viewer. However, this is only the tip of the iceberg.</p>
<p>In reality, our servers are the ones who bring the muscle to process Grasshopper definitions in the cloud. They compute results in the most efficient way for our over 2,700 users (and counting) and deliver geometry, data and CAD files back to them in a fast and scalable way.</p>
<p>Many of our users are building tools that use a different viewer, or don’t need to use a viewer at all! They just have one thing in common: <b>all of them need to run parametric computations at scale</b>. And now this is possible, thanks to the release of the ShapeDiver model view API.</p>
<p>The ShapeDiver model view API is a RESTful API which allows to communicate with ShapeDiver models, without using the ShapeDiver viewer. From now on, Grasshopper models can be used to run remote computations using the Rhino geometry kernel, accessed remotely and integrated in any cloud application.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/03/ShapeDiver-Grasshopper-In-The-Cloud-small-1024x538.jpg" loading="lazy" />
</figure>
<h2 id="get-started">Get Started</h2>
<p>ShapeDiver PRO users might already have noticed an additional option in their model settings. By checking the “Allow Backend Access” option in any model's Edit Page, the platform will create a new ticket to use with the model view API. You can find the ticket in the “Sharing And Embedding” section of the model page. Afterwards, you can point your developer to the full documentation of the model view API <a href="https://documenter.getpostman.com/view/2947303/SVzua1WT" target="_blank">here</a>.</p>
<h2 id="some-applications">Some Applications</h2>
<p>We know that a big part of the Grasshopper community already has many applications in mind for remote Grasshopper computations. Still, we describe below a couple of examples where the model view API is solving major pain points for some of our users.</p>
<h3 id="1-asynchronous-exports-for-ecommerce-carts">1. Asynchronous Exports For eCommerce Carts</h3>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/12/image-1024x581.png" loading="lazy" />
  <figcaption class="text-center">In Unruh's configurators, the Grasshopper models are accessed from the cart, after the configuration process is already over.</figcaption>
</figure>
<p>Generating files and data for production can involve heavy computations. Yet, those operations are not needed when users interact with a model online.In that phase, it is often enough to generate simple geometry for visualization.</p>
<p>A typical example are boolean operations, since a boolean difference does not influence visualization. It is more efficient to show both full pieces of geometry during the configuration phase, and only execute the costly boolean difference for production.</p>
<p>Asynchronous exports solve a common issue with the eCommerce workflow. Up until now, it was necessary to export requests directly from the configurator. Using the new REST API for exports, <b>eCommerce stores can now wait until the actual purchase is validated before generating production files and data</b>. In terms of the ShapeDiver dashboard, this also means that the export count closely reflects the conversion rate, when compared to the total number of user sessions.</p>
<p>
  <b>
    <i>An example:</i>
  </b>
  <a href="https://unruhfurniture.com/product/clydesdale-table/#" target="_blank">Unruh Furniture</a> configurators are able to export detailed data sheets from Grasshopper. The level of complexity of those exports involves computations of up to 20 seconds! With the model view API, Unruh now offers their customers a flawless user experience in the configurator. The website requests silent exports while customers fill their information in the cart.
</p>
<h3 id="2-batch-processing">2. Batch Processing</h3>
<p>Need to export and store thousands of solutions from a Grasshopper definition? Running a batch script on a local machine can be unreliable and inefficient. Make use of the ShapeDiver cloud infrastructure to easily <b>iterate through selected parameters of your definitions and export all solutions.</b>
</p>
<p>
  <b>
    <i>An example:</i>
  </b>Google sheets integration
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/12/batch.gif" loading="lazy" />
  <figcaption class="text-center">Google sheet populated by export results (example 2)</figcaption>
</figure>
<p>We have developed a simple Add-On to Google Sheets. It contains functions to communicate with ShapeDiver models, send parameters and get back computation results and export files. See the Add-On in action in the following three examples below.</p>
<p>In each case, the first sheet lets you enter the backend ticket for your model. You will automatically see the list of parameters and outputs filled in the next two sheets. Finally, the last sheet contains a small application of the API:</p>
<figure>
  <ol>
    <li>In this first example, a mini image processing app lets users enter an image URL and creates a voronoi-based stylized bitmap from it.<ul>
        <li>
          <a href="https://drive.google.com/open?id=1EG54Nj96-3IAmkcYi5Irg5PoCXs0ULN7ryMsJgQlPOU" target="_blank">Try it!</a>
        </li>
      </ul>
    </li>
    <li>In this second example, we batch export 2D drawings from a range of parameter sets of a furniture piece with various sizes and options.<ul>
        <li>
          <a href="https://drive.google.com/open?id=1fbBQEjxuLTPjhVv9OGNwIJN8aWnyuMtLOlzwD8IRGBM" target="_blank">Try it!</a>
        </li>
      </ul>
    </li>
    <li>In this third example, we show a simple example of a complex geometry operation run headless using the REST API. It lets users import an open mesh a fill the holes to close it.<ul>
        <li>
          <a href="https://drive.google.com/open?id=166o44COyER1cVnuE4yuz0V1VsgUnBcjiQSSf7_2anJk" target="_blank">Try it!</a>
        </li>
        <li></li>
      </ul>
    </li>
  </ol>
</figure>
<blockquote>
  <p>NOTE: Just open any of the spreadsheets links above and make a copy with your own Google Account to start playing with them. Developers can also check the scripts included with the Google Sheets example for additional API examples.</p>
</blockquote>
<h2 id="a-secure-reliable-scalable-and-fast-infrastructure-for-rhino-and-grasshopper-in-the-cloud">A Secure, Reliable, Scalable, And Fast Infrastructure For Rhino And Grasshopper In The Cloud</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/12/ShapeDiver-Model-View-API-1024x512.png" loading="lazy" />
</figure>
<p>Diagram describing ShapeDiver's architecture.</p>
<p>The ShapeDiver backend system serves all of the requests made to the ShapeDiver model view API. It uses a smart caching system based on parametric model graph decomposition. You can read more about this <a href="https://www.shapediver.co/blog/behind-shapediver-how-we-scale-grasshopper-for-cloud-applications/" target="_blank">here</a>, and how it relates to <a href="https://www.rhino3d.com/compute" target="_blank">Rhino Compute</a> and <a href="https://www.rhino3d.com/inside" target="_blank">Rhino InsideTM</a>.</p>
<p>As an example, if your application requests an export for a specific configuration multiple times, starting from your second request the export results will be served directly from the cache.</p>
<p>We have developed a fine grained load balancing algorithm, which adapts to application-specific needs. As a result, the algorithm is able to serve a wide range of requirements, for eCommerce applications (very fast response times) as well as batch and background processing (long computation times). These features of the ShapeDiver backend system allow us to guarantee very high availability and maintainability under fluctuating loads.</p>
<p>As a major bonus, the ShapeDiver backend is compatible with Rhino 5 and Rhino 6. In fact, Rhino 5 is still widely used in the community, including many of our users. We will of course support Rhino 7 from day 1 of its release.</p>
<p>As of today, we are operating both shared and private ShapeDiver backend systems for our clients in five different geographic regions.</p>
<p>
  <b>Interested?</b>
  <a href="https://www.shapediver.com/#contact" target="_blank">
    <b>Contact us</b>
  </a>
  <b>&nbsp;if you want to use the model view API or if you have any questions about the feature!</b>
</p> ]]></content:encoded>
</item>
<item>
  <title>What’s The Designer’s Role In 2020 And Beyond?</title>
  <description><![CDATA[ For the 2nd time, ShapeDiver is collaborating with ABT in order to provide a platform where their employees can upload different original designs made with Grasshopper and inspired by this Christmas period. ]]></description>
  <link>https://www.shapediver.com/blog/abts-christmas-design-challenge-2019</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/c68e8749d6/6.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Dec 4, 2019 1:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <a href="https://www.abt.eu/en/" target="_blank">ABT</a>
<p>is a multi-disciplinary Engineering firm in the Netherlands that provides a complete range of structural services from both a building and a design aspect.</p>
<p>Every year, they organize a "digital Christmas challenge" during which ABT employees are invited to get familiarized with different digital technologies such as Parametric Design, Mass Customization and 3D Printing.</p>
<p>This challenge provides participants with an opportunity to express their creativity, demonstrate computation skills or to simply get started with Parametric Design as beginners.</p>
<p>For the 2nd time, ShapeDiver is collaborating with ABT in order to provide a platform where their employees can upload different original designs made with Grasshopper and inspired by this Christmas period.</p>
<p>You can check an example of one of their designs below and even download an STL file that you can 3D print yourself or bring to your local FabLab:</p>
<iframe id="sdv-iframe" width="100%" height="500" src="https://viewer.shapediver.com/v2/2.16.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=12a356554382508ea826053ae1f8d64f19068581613ecd4e15ddc5c1e96162b451b9f7fff2fa5b2e83d02c4d698cd91f7febb579360cf593da728140d2849b61148128c3b77de42d4442161cb9d76e057db96f17301a13ff901a1f5db938788408844f0975cac62c4572b4ef78d943274d0af02d3251-9992df15d721de0370319ad2edb07737&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>Would you like to see more customizable designs ? Check out the rest of this year's designs by clicking on the link below:</p>
<p>
  <a href="https://app.shapediver.com/u/abt-christmasdesignchallenge" target="_blank">
    <b>CHECK OUT THIS YEAR'S DESIGNS</b>
  </a>
</p> ]]></content:encoded>
</item>
<item>
  <title>What’s The Designer’s Role In 2020 And Beyond?</title>
  <description><![CDATA[ This is a guest post written by Victor Alonso da Silva, CEO of Interior Design startup BLECAUTE. He&#39;s previously been featured in our blog and in this occasion he will share some thoughts on Computational Design and how him and his partner, Pedro Favaretto, got started. ]]></description>
  <link>https://www.shapediver.com/blog/whats-the-designers-role-in-2020-and-beyond</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/096d7f5ba8/5.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Nov 29, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <i>&lt;&lt; This is a guest post written by Victor Alonso da Silva, CEO of Interior Design startup</i>
<p></p>
<a href="https://blecaute.cc/" target="_blank">
  <i>BLECAUTE</i>
</a>
<i>. He's previously</i>
<p></p>
<a href="https://www.shapediver.com/blog/parametric-dreams-ep-9-blecaute-lighting-furniture-studio-made-in-brazil/" target="_blank">
  <i>been featured in our blog</i>
</a>
<i>and in this occasion he will share some thoughts on Computational Design and how him and his partner, Pedro Favaretto, got started. &gt;&gt;</i>
<h2 id="are-we-cyborgs-yet">Are We Cyborgs Yet?</h2>
<p>Before we set foot into 2020 territory, I'd like to invite you to look back at some of the rising professions of this past decade: web development, programming/coding, UI/UX design, computational design.</p>
<p>Can you notice a pattern here? We do. Some of the the best paying jobs in 2019 require a deep understanding of how to "design" things with a computer so other humans can interact with them.</p>
<p>This is due to the increasing amount of tasks performed by humans via smartphones and computers. Need a partner? Tinder. Need a job? LinkedIn. Need food? Uber Eats. Relax at night? Netflix.</p>
<p>All this dependency in technology has made us "evolve" (or de-evolve?) into cyborg-like creatures with a 6" screen glued to our hands. But have you ever wondered, who's responsible for designing these experiences to begin with? Who is orchestrating everything for us behind the scenes?</p>
<h2 id="the-role-of-a-designer-in-2020-and-beyond">The Role of a Designer in 2020 and Beyond...</h2>
<p>Traditional designers have existed for a long time now. For the purpose of this article, we'll focus on a completely new breed of highly specialized designers. This modern version are called Computational Designers and work through visual programming. In other words, they work with programming languages that let users create algorithms by manipulating graphical elements rather than by specifying them textually.</p>
<p>A Computational Designer is technically a fusion between a traditional designer and a developer. This type of designer works for many different industries such as the furniture, jewelry, construction, automotive industries. They develop solutions using code, data computing, complex flows, define adjustable parametric constraints and automate any repetitive tasks.</p>
<p>The most common software used for this purpose is Grasshopper, a visual programming plugin that is incorporated into Rhinoceros. With Grasshopper, Computational Designers can create parametric 3D files, which, in a single file, contain rich amounts of data. This allows the designer (or anyone for that matter) to effortlessly modify any given object on the fly.</p>
<p>Once a model version is defined, modern manufacturing processes involving tools such as CNC laser cutters, routers or 3D printing machines take it to the next step, enabling Mass Customization instead of repetitive Mass Production.</p>
<p>The combination of these new technologies is drastically changing what the role of the designer is supposed to be. From an all-powerful decision maker to a co-designer that thinks ahead and offers as many options as possible to her users.</p>
<h2 id="co-design-is-the-new-design">Co-Design Is the New Design</h2>
<p>Have you ever been frustrated by a beautiful piece of furniture that just doesn't fit a particular space? Or maybe a desire for a slightly bigger lampshade or a self-made piece of jewelry?</p>
<p>As Pedro and I were getting started in our Computational Designers careers and founded BLECAUTE, we wanted to give our users exactly this freedom. We didn't want to decide ahead of time what an object could or couldn't be. We were stuck for a while until we discovered the ShapeDiver online platform.</p>
<p>ShapeDiver enables Computational Designers to upload Grasshopper files to the web, so that designs can be modified by anyone around the world without the need of specialized software or plugins, just a web browser. That's what we were missing!</p>
<p>With this platform it is possible to access all parameters from Grasshopper files and turn them into configurators with a 3D model display working in real time.</p>
<p>The platform allows a new and powerful connection between designers and end users. Instead of designers choosing a handful of different options, they can now offer virtually unlimited variations, enabling their users to co-design each product.</p>
<p>As an example, we will present our own work with our brand BLECAUTE. Here is a configurator for our first product to be uploaded to ShapeDiver, Bolhas Lamp:</p>
<iframe id="sdv-iframe" width="100%" height="500" src="https://viewer.shapediver.com/v2/2.16.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=0bfc37ffef26f3da51a398da1e9949f1c92748ee36b5bc2eed0da3e3839bd4f9ca7416610fa9e11bc66e0a2ad15096ba007d91e9db0b6c6c825097060c3f9387681cb85a842cc20f74807a05666e9e2d8faebbd60b864ef7e69a8fd6ff5005ec1556f484d751c04b6c535b1dfde891d9dbacd317a124-e2a2341479706010ccd0bd0332907543&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>Resize it, morph it and if you're interested in acquiring one, don't forget to write your name and email so that we can contact you with more info about your model.</p>
<p>In a future post, we will explain more about Bolhas, the creative process behind it, the visual programming workflow and how we manufacture each lamp.</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Plugin | Release Notes November 2019</title>
  <description><![CDATA[ More export types, IFC support and a full glTF exporter for Rhino! All of these and more are available in the new version of the ShapeDiver plugin. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-plugin-release-notes-november-2019</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/fbc1ffbde2/4.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Nov 25, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <p>&lt;&lt; <i></i>More export types, IFC support and a full glTF exporter for Rhino! <i>All of these and more are available in the new version of the ShapeDiver plugin.</i>&gt;&gt;</p>
<h2 id="plugin-update">Plugin Update</h2>
<p>At ShapeDiver, we're always making updates and improvements to the tools with which our users create great web applications for Rhino and Grasshopper. This time around, we've updated our plugin in order to include our newest set of features: glTF Exporter, GeometryGym integration and much more!</p>
<p>
  <a href="https://shapediverdownloads.s3.amazonaws.com/ShapeDiver.1.6.msi" target="_blank">
    <u>Download ShapeDiver Plugin v1.6</u>
  </a>
</p>
<h2 id="gltf-exporter-for-rhino">glTF Exporter For Rhino</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/11/gltf.png" loading="lazy" />
</figure>
<p>In the past few years, <a href="https://github.com/KhronosGroup/glTF" target="_blank">glTF</a> has become the <b>standard format for displaying geometry online</b>. glTF files load fast and are widely compatible with online 3D technologies. Several CAD software already support glTF export, but to this day, the format was not yet available in Rhino 6.</p>
<p>McNeel might plan an official feature for exporting glTF files in the future, but ShapeDiver users already have growing needs for the format. It allows to easily generate beautiful scenes in product configurators. It is also optimal for managing a big collection of static assets that need to be loaded, deleted and replaced in a modular configurator.</p>
<p>For these reasons, we have developed the first glTF exporter for Rhino, which is compatible both with version 5 and 6! It is built as a standard export plugin, therefore accessible through the Rhino Save and Export options. Just install the new plugin, the exporter comes with it! Check out this <a href="https://app.shapediver.com/m/test-external-geometry-plugin-1-6" target="_blank">example model</a>. Both glTF v1.0 and 2.0 are supported.</p>
<p>Of course, the exporter is fully compatible with your Grasshopper definitions, by means of the <a href="https://support.shapediver.com/hc/en-us/articles/360023743572-Component-Display-External-Geometry" target="_blank">external geometry component</a>. Read more about <a href="https://support.shapediver.com/hc/en-us/articles/360010654739-ShapeDiver-glTF-exporter-for-Rhino" target="_blank">glTF export in the documentation</a>.</p>
<h2 id="geometrygym-integration">GeometryGym Integration</h2>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/11/buildingsmart_rgb_ifc_colour-229x300.png" loading="lazy" />
</figure>
<p>GeometryGym outputs files in the IFC format, a standard used in the AEC industry.</p>
<p>Thanks to a joint effort with Jon Mirtschin, ShapeDiver now supports his amazing plugin <a href="https://geometrygym.wordpress.com/" target="_blank">GeometryGym</a>. The plugin is popular with our AEC users for simplifying interoperability between Rhino+Grasshopper and other software packages used in the industry such as Revit and Archicad. Together with ShapeDiver’s online tools, GeometryGym opens up a way to innovative and powerful BIM workflows for the AEC industry.</p>
<iframe id="sdv-iframe" width="100%" height="600" src="https://viewer.shapediver.com/v2/2.16.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=40eaa42503f22e904f1221f9618d1b3ce7bfaf2f24ade23d6ade7d3c53f0dc2e9a93e55db1eec53d4e82f34fa5a42cc4e44bced6a953787070cd1847ee8ddd7fe009ecc0534b1a0df006cfa13ff32d1a07b539b8ed27a81c6c80f117546bea1f1d51b834ec7b69f800e5eca87cf8aefdf722bf217c94-da6c4a06dae73b940109716b799ec9a3&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>As a sneak peek, check out the window model below<a href="https://app.shapediver.com/m/ifc-window-6" target="_blank">,</a> where one can export the full IFC family directly from the ShapeDiver model:</p>
<p>If you are interested in testing IFC integration in ShapeDiver, <a href="mailto::support@geometrygym.com" target="_blank">contact Jon</a> for more details regarding licensing and limitations.</p>
<h2 id="and-more">And More...</h2>
<p>Here is a lightning round of the other updates that we are rolling out with this new plugin:</p>
<figure>
  <ul>
    <li>Support for the <a href="https://www.food4rhino.com/app/dendro" target="_blank">
        <b>
          <i>Dendro</i>
        </b>
      </a>
      <b>
        <i>&nbsp;</i>
      </b>plugin: Dendro is a popular plugin for volumetric modelling in Grasshopper. Working with volumetric representations of geometrical shapes allows fast and precise operations such as solid booleans, smoothing, offsets and morphing. Download the plugin and check out an example model on ShapeDiver.
    </li>
    <li></li>
    <li>
      <b>
        <i>New export formats:</i>
      </b>&nbsp;the ShapeDiver export components now support one additional geometry format (OBJ) and three additional text-based formats (XML, JSON and of course IFC - see section above).
    </li>
    <li></li>
    <li>New helper component for&nbsp;<b>
        <i>extracting mesh UVs</i>
      </b>: a simple but crucial operation which is not natively available in Grasshopper.</li>
    <li>Support for&nbsp;<b>
        <i>polyline JSON data output</i>
      </b>.</li>
    <li></li>
  </ul>
</figure>
<p>
  <a href="https://shapediverdownloads.s3.amazonaws.com/ShapeDiver.1.6.msi" target="_blank">
    <u>Download ShapeDiver Plugin v1.6</u>
  </a>
</p>
<p>
  <i>&lt;&lt; If you have feedback or suggestions, please reach out to us directly via our Forum: forum.shapediver.com where our developers will gladly assist you through any doubt you might have!</i>&gt;&gt;
</p> ]]></content:encoded>
</item>
<item>
  <title>3D Printing Robots At Maker Faire 2019 in Italy!</title>
  <description><![CDATA[ This is a guest post written by Annapaola Vacanti, who&#39;s previously been featured in our blog with her work done at frameopensource.org  ]]></description>
  <link>https://www.shapediver.com/blog/3d-printing-robots-at-maker-faire-2019-in-italy</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/78a2b9b4d6/3.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Nov 13, 2019 1:00 AM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <i>&lt;&lt; This is a guest post written by Annapaola Vacanti, who's previously </i>
  <a href="https://www.shapediver.com/blog/parametric-dreams-ep-1-democratizing-eyewear-design-1/" target="_blank">
    <i>been featured in our blog</i>
  </a>
  <i>with her work done at frameopensource.org &gt;&gt;</i>
</p>
<h3>Robotics Need Design, And Design Needs Participation!</h3>
<p>Working as designers, we are daily forced to face new exciting projects that pose unprecedented challenges to the way we approach the design process.</p>
<p>The experience of our POS3D workshop began a few months ago, when me and my colleagues – we are three PhD students studying at <a href="https://architettura.unige.it/">DAD</a> (Architecture and Design department of the University of Genoa, Italy), directed by our professor Niccolò Casiddu – decided to take on the challenge of developing a project for the European Edition of <a href="https://2019.makerfairerome.eu/en/" target="_blank">Maker Faire, a huge event held in Rome between 18th and 20th October</a>.</p>
<p>As we were brainstorming ideas, we managed to put together our different areas of expertise and merge our interests into the project of a workshop revolving around the design of a humanoid robot, whose body is fully 3D printable. We based our design on the robot <a href="https://www.poppy-project.org/en/">Poppy</a>, which is the result of Matthieu Lapeyre PhD thesis, published as a fully open source project in 2012. </p>
<p>Starting from the existing 3D models, we worked on Grasshopper to create a definition that allows to modify Poppy’s arms and legs appearance using texture mapping, plus of course choosing the colors of all his body parts and the expression of his eyes.</p>
<p>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/11/IMG_2702-1024x683.jpg" />
</p>
<p>Once we had our definition, we 3D printed all the body parts of our robot in PLA and were ready to head off to Rome. The goal of the workshop was to create an interactive online/offline experience, where visitors could design their personal robot with us using ShapeDiver’s interface, then see pieces being printed and assembled live.
  <br />
</p>
<div data-test="embedded-video" class="embed-container embed-embeddedVideo" data-v-6addaa28="" data-v-fb53d430="">
  <iframe id="sdv-iframe" width="100%" height="500" src="https://viewer.shapediver.com/v2/2.16.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=b2c9d067594b7b0cf068fda9fb910926aa95aa8eec466b41b798e139a4c13b6b8d2bd80886447553d927d3240032e49a095518e9b74f565759b7df8d680b96d284de83a6ef3f981c81419c58d704313ca0b5314293935047e788fbc62565d3be725667dd6790e1410afa5b64e5d00fff581b161fef1e-ddeb2a32704d8dc053b3b7c618000698&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
</div>
<p>
  <a href="https://app.shapediver.com/register" target="_blank">
    <i>Want to upload and share your own Grasshopper scripts with the world? </i>
  </a>
  <i>
    <br />
  </i>
  <a href="https://app.shapediver.com/register" target="_blank">
    <i>Create a Free ShapeDiver account and get started today!</i>
  </a>
</p>
<p>Through this process we have been able to interact with a huge number of visitors of all ages and understand their perceptions and expectations regarding the near possibility that humanoid robots will soon be a major part of our lives. When asked the question if they preferred to design a robot to assist elderly people, a robot for kids to play with or an evil one, most users were fully engaged in the activity and took the task very seriously, allowing us to collect several iterations of our design and many insights and data for our research.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/11/IMG_2653-1024x683.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>The informality of the situation and the easiness of interaction with the model have been instrumental to the involvement of visitors. We came home from these exciting three days with a strong will to further develop our project and keep researching and working at the intersection of new computational technologies, human-robot interaction and digital manufacturing; the main accomplishment of Maker Faire experience for us has been to confirm that our multidisciplinary and curious approach to the current trends in design, IT and innovation will lead us to new uncharted territories that we are eager to explore.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/11/IMG_2697-1024x683.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>
  <i>&lt;&lt;</i>
  <a href="https://www.instagram.com/annapaolavacanti/" target="_blank">
    <i>Annapaola Vacanti</i>
  </a>
  <i>is an Italian designer and PhD student in Genoa, interested in computational design and working with data. She created the POS3D project with </i>
  <a href="https://www.instagram.com/cipo_final123ok.psd/" target="_blank">
    <i>Francesco Burlando</i>
  </a>
  <i>and </i>
  <a href="https://www.instagram.com/xavierferraritumay/" target="_blank">
    <i>Xavier Ferrari Tumay</i>
  </a>
  <i>, both designer and PhD students at the University of Genoa, respectively working on human-robot interaction and systemic design.&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Model No. Furniture – 3D Printed Furniture Explained!</title>
  <description><![CDATA[ When one thinks of the Furniture Industry, a picture comes to mind of the typical tables or chairs made of different types of wood, with fairly standard shapes and nothing out of the ordinary. In an industry as old as human kind, everything that needed to be invented has been invented, right? Wrong. Meet Model No. and their team of co-founders who are actually making every possible effort to disrupt this 30,000 year old industry. ]]></description>
  <link>https://www.shapediver.com/blog/model-no-furniture-3d-printed-furniture-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/8ae5d107a0/2.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Oct 2, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <p>When one thinks of the Furniture Industry, a picture comes to mind of the typical tables or chairs made of different types of wood, with fairly standard shapes and nothing out of the ordinary. In an industry as old as human kind, everything that needed to be invented has been invented, right? Wrong. Meet Model No. and their team of co-founders who are actually making every possible effort to disrupt this 30,000 year old industry.</p>
<h3 id="what-is-model-no">What is Model No?</h3>
<p>
  <a href="https://www.model-no.com/" target="_blank">Model No.</a> is a furniture company located in Oakland, California. It was started in 2018 by Jeffrey McGrew, Jillian Northrup, Vani Khosla and Adam Weaver. All their designs are made of carefully selected eco-friendly and sustainable materials with manufacturing processes designed to minimize waste.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model-No-Founding-Team-1024x316.jpg" loading="lazy" />
</figure>
<p>Model No.'s Founding Team</p>
<p>Their goal is to put truly custom, eco-friendly design within the reach of everyone. Their debut line features five products, all of which can be completely customized using ShapeDiver's real-time online visualization tools including height and width, curvature of the shape, color, and hardwood materials.</p>
<p>Each product is offered with a selection of pre-customized models created by the Model No. design team, which can be ordered just as they are, or used as a starting place for custom forms.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model-6-1.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model4-1.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<h3 id="1nbspwhat-makes-model-no-different-from-traditional-furniture-companies">1. What makes Model-No different from traditional furniture companies?</h3>
<p>
  <b>
    <i>(Vani Khosla): </i>
  </b>At Model No. we empower the user to define their ideal piece of eco furniture; we don’t force a one size fits all approach to the broad spectrum of customers like traditional furniture companies. Buying custom furniture is difficult, time consuming, and no fun.
</p>
<p>
  <b>
    <i>(Jeffrey McGrew):</i>
  </b>With Model No. you can customize a pre-designed, and amazingly flexible product to your liking. <a href="https://www.model-no.com/product/116-coffee-table-stout/" target="_blank">Directly on our website</a> you see the custom piece you are making exactly as it will look, and it dynamically changes in real time.
</p>
<p>
  <a href="https://www.model-no.com/product/116-coffee-table-stout/" target="_blank">
    <figure>
      <img alt="" src="https://assets.shapediver.com/uploads/2019/10/ModelNo_Furniture_Configurator_ShapeDiver.jpg" loading="lazy" />
    </figure>
  </a>
</p>
<p>Try Model-No's Configurator</p>
<p>Once ordered it will come to you in a few weeks unlike the tradition 6-8 weeks you will see with a lot of other brands, and if you're done using our product, we'll take it back and recycle it for you. This model we emulated from contract carpet industry that have been doing this for years, but that no other residential furniture company is currently doing or is even capable of doing at all. It makes getting bespoke custom designer furniture as easy as ordering a pair of customized Nikes.</p>
<h3 id="2-when-did-you-realize-there-was-a-potential-business-case-with-3d-printing-furniture">2. When did you realize there was a potential business case with 3D printing furniture?</h3>
<p>
  <i>(Jeffrey McGrew): </i>Jillian & I met Vani (one of our co-founders) in 2018 while working with her on a building project together—(Jillian and I have run a design build Architecture firm for over 10 years, and Vani was one of our clients).
</p>
<p>Vani was struggling with purchasing pretty simple furniture that needed to be custom sizes and shapes. Out of conversations between us, it seemed like a niche to be filled and that 3D printing could be a possible way to solve this problem.</p>
<p>We wanted to create a company where people could order custom eco furniture that fits a room perfectly in shapes and sizes that look amazing, work really well, and allow for a person to have fun while doing it. Or tailor a chair that fits their body perfectly with just a few measurements. We believe you should be able to see exactly what your product is actually going to look like before ordering and without ever having to pay upfront designer fees.</p>
<p>We brought on a Principal Industrial Designer, Adam Weaver, at the very beginning of this business concept. He has years and years of award winning product and furniture design experience. We brought him on, not only to help us vet the idea, but also to bring the concept into fruition. He had seen all the same struggles from the inside of large furniture companies, working with clients to create custom objects was a huge undertaking for both the clients and the company. And he was (is!) excited about the potential 3D printing could bring to the industry.</p>
<p>So, about a year ago, the four of us started Model No. and set out to disrupt the furniture industry with custom sustainable furniture.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model-8-1.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model3.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<h3 id="3-youve-even-created-your-own-custom-3d-printers-could-you-share-a-bit-more-about-why-this-happened-and-what-makes-your-3d-printers-different-or-right-for-your-use-case">3. You’ve even created your own custom 3D printers, could you share a bit more about why this happened and what makes your 3D printers different or right for your use case?</h3>
<p>
  <i>(Jillian Northrup): </i>We decided to do this after working with a few different off the shelf printers. We have specific needs for size and speed, and a desire to be in control of the design of the machines so we can iterate them to our needs. We found ourselves modifying the printers we purchased so heavily that we felt we should go the route of building our own.
</p>
<h3 id="4-tell-us-more-about-the-materials-you-are-working-with-do-they-imply-specific-constraints-regarding-the-shapes-and-sizes-of-the-furniture">4. Tell us more about the materials you are working with. Do they imply specific constraints regarding the shapes and sizes of the furniture?</h3>
<p>
  <i>(Jillian Northrup): </i>We are really set on being the most eco friendly company we can be. That said we are currently using primarily PLA, a EcoResin made from agricultural waste from an American manufacturer called <a href="https://www.natureworksllc.com/" target="_blank">NatureWorks</a>. We are experimenting with other materials as well: Hemp, ceramics, woods and eco fabrics are all in our wheelhouse of experimentation as we bring products to market.
</p>
<h3 id="5-how-do-you-find-the-balance-between-the-customers-needs-and-which-rules-are-enforced-by-the-generative-algorithms">5. How do you find the balance between the customer's needs and which rules are enforced by the generative algorithms?</h3>
<p>
  <i>(Adam Weaver):</i> The hierarchy was pretty straight forward. We prioritized safety first in being the guiding principle to the boundaries in which we programmed the algorithms, this leaves a lot of openness for a person’s unique creative ability to generate a design that is truly their own.
</p>
<p>The printability was also one of the strict rules we had to enforce in order to ensure that we could deliver on our promise to produce a unique piece each and every time. The form language is very much that of nature, mathematics, and our 3D printers.</p>
<p>To span such a large variance of individually authored styles we really had to bring value of a memorable experience to creating these objects. So, the possibilities in millions was the third guiding rule as why shouldn’t we focus on the differences of shape, size, twist and no twist people want.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model-7.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/10/Model2-1.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<h3 id="6-do-you-design-entirely-with-grasshopper-which-other-tools-are-involved-in-the-design-process">6. Do you design entirely with Grasshopper? Which other tools are involved in the design process?</h3>
<p>
  <i>(Adam Weaver):</i> We have a pretty refined design method built from the traditional industrial process, but that’s where it ends and we went to where architecture has been for decades, and that is purely Grasshopper.
</p>
<p>There is no other tool that lets us write an equation that ends recursive data loops to doing json objects, and then machine learning tools to dynamically solve surfacing issues.</p>
<h3 id="7-whats-next-for-model-no-when-can-we-expect-new-collections">7. What's next for Model-No? When can we expect new collections?</h3>
<p>
  <i>(Jillian Northrup):</i> We are launching two seating collections and a dining table system in late October/ early November. It's going to be amazing. The team here has been working hard iterating on concepts and testing the pieces. We are really excited about this next lines! And we plan to keep up the cadence of product launches quarterly.
</p>
<p>We have so many ideas and we want to try so many other things. We're excited about what the public's reaction will be to the collections, but we plan on tirelessly working to keep people engaged in creating their unique eco furniture design.</p>
<p>What do you think of Model No's proposal? Make sure to check out their <a href="https://www.instagram.com/modelno.furniture/" target="_blank">website</a> and <a href="https://www.instagram.com/modelno.furniture/" target="_blank">Instagram profile</a> and let them know!</p> ]]></content:encoded>
</item>
<item>
  <title>Why I Switched From SketchFab To ShapeDiver To Create Product Configurators</title>
  <description><![CDATA[ Hi, my name is Edwin Hernández. I’m a Grasshopper expert at ShapeDiver. In this blog post I will tell you why I switched from SketchFab in order to create product configurators for my clients. ]]></description>
  <link>https://www.shapediver.com/blog/why-i-switched-from-sketchfab-to-shapediver-to-create-product-configurators</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/5649aa2ea2/1.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Mon, Sep 23, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <b>Hi, my name is Edwin Hernández. I’m a Grasshopper expert at ShapeDiver. In this blog post I will tell you why I switched from SketchFab in order to create product configurators for my clients.</b>
<h3 id="how-and-why-i-started-using-sketchfab">How And Why I Started Using SketchFab</h3>
<p>When I was asked to create a product configurator for a client, the first platform that came to my mind was SketchFab. I was introduced to it while I was studying Computer Animation at the <a href="https://sae.edu.au/" target="_blank">SAE Creative Media Institute</a> in Melbourne, Australia.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/Edwin-Hernandez-ShapeDiver-Australia.jpeg" loading="lazy" />
</figure>
<p>
  <a href="https://sketchfab.com/" target="_blank">SketchFab</a> is one of the best platforms to share and sell 3D models online. It has realistic rendering, scene settings, animations and sounds that make models look amazing and really brings them to life. Additionally, one can inspect the model at a technical level by checking its mesh, texture mapping, normals and other variations.
</p>
<p>At that point, I had already used the platform for quite a while for creating <b>
    <i>static</i>
  </b>presentations of <a href="https://sketchfab.com/edsahergom" target="_blank">architectural models, furniture and other various projects</a>. However, I had never used it to create a product configurator.</p>
<p>This is when I discovered that with SketchFab’s API, one can create configurators by changing materials, hiding or showing parts of the model, or even by moving and rotating geometry. The materials (or textures) can be as complex as a video file playing or even custom text that the user can input.</p>
<p>The other functions respect the hierarchy in the model. In other words, if a shape is “parent” of others shapes, its “children” are also affected. For example, “children” shapes move or hide according to their “parent”. This way, if one plans the structure of the 3d model, there can already be a level of logic when uploading files to SketchFab.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/Parent_Children_Relation.gif" loading="lazy" />
</figure>
<p>Example of parent-children geometry relation created in Cinema4D which could be used in a SketchFab-based configurator.</p>
<p>Finally, one can create camera movements, change lighting, scene settings, filters, annotations, animations and even create clickable and hoverable elements for more intuitive interactions in the scene.</p>
<p>My first attempt was to create a Night Table with options such as cornice style, base style, drawers style and material options. As long as the dimensions of the night table stayed the same, I could simply hide and show geometry (using the parent/children technique) to visualize the final result depending on the selected options. <a href="http://app.edsahergom.com/?model=3&amp;v=0&amp;t=see&amp;menu=1" target="_blank">Here's the final result.</a>
</p>
<h3 id="things-to-consider-when-using-sketchfab">Things To Consider When Using SketchFab</h3>
<p>Up to this level of complexity, I was pretty happy using SketchFab. Nevertheless, I started to wonder how far the product logic complexity could go:</p>
<figure>
  <ul>
    <li>What if I wanted to change the number of drawers?</li>
    <li></li>
    <li>What if I wanted the night table to be higher or wider?</li>
    <li></li>
  </ul>
</figure>
<p>With SketchFab there is no real "standard" way of doing this, though it can be simulated with different tricks. For example, if the product is only available in few predefined dimensions, all of them can live in the same scene and be hidden so that only the one selected by the user is shown.</p>
<p>This is efficient if there are only a few options to show. But once the amount of options grows, so does the data. As a result, the configurators become heavy and require a long time to load depending on your Internet speed. Some phones will not even be able to load them. Besides, managing the model hierarchy and logic would become</p>
<p>Another way to simulate size changes is by overlapping static shapes, generally boxes, and moving them away from each other. Let’s say we want a wall taking any size between one meter long and two meters long.</p>
<p>To make this possible, two boxes of one meter long, which represent the wall, need to be placed in the exact same position. Then one of them is moved via the API so that it simulates the wall getting longer. If the wall needs to change in length and height, then four boxes are needed as the other two need to be moved upwards.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/Wall_Example_C4D-1.gif" loading="lazy" />
</figure>
<p>Example of parametric wall created in Cinema4D which could be used in a SketchFab based configurator.</p>
<p>But, what if the wall could become as long as eight meters or more? Then we need to add more geometry to simulate these increments. On top of that, the logic to move the different pieces via the API is not ideal, especially in terms of maintenance. This means that any future changes, like adding a depth option to the wall, would require a huge effort.</p>
<p>Additionally, with this method, textures need to have a seamless pattern so that when the pieces get moved, they all look like one single unit.</p>
<p>I took this overlapping method to the extreme and created a complete shed configurator. It allows users to change the length of the entire building. I went as far as being able to change the dimensions of each door and window. Here's a <a href="https://youtu.be/GDx97EMt2S8" target="_blank">quick video of this configurator</a> in action.</p>
<p>Unfortunately, as I have mentioned before, I ran into many limitations. On the one hand, it was not possible to extend the building to any precise length. On the other hand, the model loaded quite slowly, as each option available in each wall had to exist at the same time and be hidden or shown depending on the user's choices.</p>
<p>In summary, even though the rendering in SketchFab looked fantastic, I needed a different solution in order for the Night Table, and any other complex configurator, to have a real product logic.</p>
<h3 id="finding-a-new-solution-grasshopper-shapediver">Finding A New Solution: Grasshopper + ShapeDiver</h3>
<p>Fortunately, while studying Architecture at the <a href="https://uniandes.edu.co/en" target="_blank">Andes University</a> in my native Colombia, I learned about a software called Rhinoceros 3D by McNeel and one of its plugins: Grasshopper.</p>
<p>Grasshopper is a visual programming interface that allows the creation of parametric models of any kind or complexity by using precise logic. This seemed to be exactly what I needed...</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/Wall_Example_Grasshopper.gif" loading="lazy" />
</figure>
<p>Same parametric wall I showed before, now created with Grasshopper.</p>
<p>For example, to create a simple wall, as the example above using Cinema 4D, a box can be created with specific parameters for the length, height and thickness of the wall. Another box can also control the texture map of the wall. These boxes can have any dimension and to update them it is just a matter of moving some sliders.</p>
<p>Now I only needed to figure out how to bring the power of Grasshopper and parametric 3D online, in the same way that SketchFab brings the power of visualizing 3D models that come from offline software.</p>
<p>As it turned out, in 2015 a company named ShapeDiver was founded with the vision of making online parametric models a reality. With their technology I was able to upload Grasshopper models and share them online.</p>
<p>Additionally, I realized they also offer an <a href="https://support.shapediver.com/hc/en-us/categories/360000876972-The-ShapeDiver-API" target="_blank">API</a>, which gives similar options as the SketchFab one. One can create clickable and draggable elements, simple animations, and have full control over the parameters of the model and full control over the objects in the scene.</p>
<h3 id="things-to-consider-when-using-shapediver">Things To Consider When Using ShapeDiver</h3>
<p>One of the first differences that I could see between ShapeDiver and SketchFab was the quality of rendering and viewer capabilities. Indeed, the main goal of SketchFab is to offer a super realistic rendering and a complete viewer.</p>
<p>Therefore they have developed this area further than ShapeDiver, whose main developing power has focused on the tools that allow the creation of any kind of configurator with no restrictions. Despite this, with ShapeDiver I was able to get good results when adding the right combination of texture maps and a good set up.</p>
<iframe id="sdv-iframe" width="100%" height="550" src="https://viewer.shapediver.com/v2/2.15.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=8629d48750ebbadf2ffbc5b210bffe990f49d0a53b6ef018ad7d51713a32bcf6916aef1c3dd095459a570d1de180c8a6dc9a2c95374561c8b3f20f1dc03120842b6113ead287d875abb12669727caf8b1e6acb598ceee9b435bfc451d84382b37b8455c0f9e8b8373e7b73b32393feb81ea51005415c398dad3039152e1dc6d4f9f2f3d220161153d817092e5eac5ab2596c53096e6fd517ba8b12ead1bff5797531950ccc073e7e8550aee0c8e6eed5-d3a9b2b839c5cf3ad436c8780fa908f0&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>Additionally, there are some features that are only available via ShapeDiver’s API, like adding or creating simple animations, which is something that can be controlled in SketchFab edition panels. However at ShapeDiver, developers are constantly releasing features that give more options to designers who don’t have web development knowledge.</p>
<p>For example, in <a href="https://www.shapediver.com/blog/shapediver-3d-viewer-release-notes-september-2019/" target="_blank">one of the latest releases</a>, ShapeDiver includes a new tab inside the viewer where designers can set up scene lighting to enhance their models.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/Light-Settings-ShapeDiver.jpeg" loading="lazy" />
</figure>
<p>Lighting Settings on ShapeDiver viewer v2.15
  <br />
  <a href="https://app.shapediver.com/m/parametric-bench-9" target="_blank">Model by Thys Kotzé from Pekka Parametrics</a>
</p>
<p>SketchFab offers post-processing filters, which help enhance models, however these filters are more relevant when working on animation or game design.</p>
<p>One big benefit that SketchFab has is the compatibility with different 3D software and file types. Currently, ShapeDiver is only compatible with.gh or.ghx files, which are the ones created in Rhinoceros 3D and Grasshopper.</p>
<p>The reason for this choice is that Grasshopper is one of the most complete, affordable and easy to use parametric software out there, with a big user community all around the world. Nevertheless, ShapeDiver’s backend was built with a flexible structure that will be able to handle other parametric software based on what the market requires in the future. If you want to learn more about ShapeDiver’s architecture, check out <a href="https://www.shapediver.com/blog/behind-shapediver-how-we-scale-grasshopper-for-cloud-applications/" target="_blank">this post written by ShapeDiver's CTO</a>.</p>
<p>One last thing to consider is that ShapeDiver’s technology relies on remote servers to compute the changes made to any model. As a result, the solutions are not displayed "live" but instead models update a few seconds or even milliseconds after an option changes.</p>
<p>For example, if the length of a shelf gets changed, the shelf will not get longer or shorter immediately, but rather it will wait for ShapeDiver's servers to send the new updated geometry. This is also the reason why ShapeDiver is much more powerful in terms of product logic and performance, as it allows for a model to have potentially billions of variations without having to load all of them at the same time in the browser.</p>
<h3 id="why-i-choose-shapediver-for-my-product-configurators">Why I Choose ShapeDiver For My Product Configurators</h3>
<p>As I explained above, if you have a big amount of options for a product, in SketchFab all those options have to exist in the scene at the same time. Sometimes hundreds of meshes need to be computed, therefore making the viewer very slow.</p>
<p>On the contrary, ShapeDiver just sends to the viewer the geometry that was requested. With each parameter change, a new set of geometry is created, eliminating any unnecessary geometry. Additionally, ShapeDiver has a smart cache system that stores (remembers) all options that have been previously computed, so the more a configurator is used, the faster it gets. This means that when someone around the world opens a configurator and requests certain changes that have been precomputed before, the servers will send the answer back to the user's browser in a matter of milliseconds.</p>
<p>Besides performance, with ShapeDiver you can create “intelligent” 3D models. Since ShapeDiver is based on an actual CAD software and not 3D design software, the models are full of information that can be extracted to be used in calculations, summaries and even production!</p>
<p>For instance, after a user settles on a result, precise data can automatically be extracted and used for anything from price calculations, shipping estimates, images with production details or even files that can be used for 3D printing (.stl files), laser cutting (.dxf and.dwg files) or CNC cutting (.gcode).</p>
<p>For example, if you have a table configurator, you could get a summary image with the different views and dimensions, or even a.dwg file with the nested parts with the correct layers and curve colors ready for production.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/2D-Drawings-1024x619.jpeg" loading="lazy" />
</figure>
<p>Image produced automatically using the <a href="https://app.shapediver.com/m/ares-table-8" target="_blank">Ares Table Configurator</a>.</p>
<p>In addition to extracting data, ShapeDiver also lets users import data and files directly in the online configurator. ShapeDiver supports importing text files, images,.dwg files and.obj files.</p>
<p>With the text files, companies can import entire databases containing their whole product information and pricing logic. With ShapeDiver’s image processing tools, an image can turn from something simple to a dynamic composition with custom text, for instance.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/09/Before-1024x576.jpeg" loading="lazy" />
      </figure>Image before processing.
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/09/After-1-1024x576.jpeg" loading="lazy" />
      </figure>Image after processing.
    </li>
  </ul>
</figure>
<p>Complex operations such as converting a 2D drawing into a complete 3D models can also be performed without much problem.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/2D_Drawing_to_3D.gif" loading="lazy" />
</figure>
<p>Converting the 2D drawing of a garage floor plan into a 3D structure.</p>
<p>Furthermore, the CAD software allows you to do complex computations such as checking collisions between objects, calculating if an object could fit in a space, checking if an object is inside a given space, intersections between different types of objects, etc. This means that all kinds of complex mathematical and geometrical calculations can be easily done by using the power of Grasshopper. If you know programming languages such as C# or Python, ShapeDiver is also able to handle them.</p>
<p>Finally, as I have mentioned before, the complexity of the product logic does not have limits. You can build a complete application for a simple pen, but also for a complex building or any other product.</p>
<p>How can this be possible? One of the main ways to manage limitless product logic is by using JSON Objects, <a href="https://www.shapediver.com/blog/json-objects-explained/" target="_blank">which I've covered in the past</a>, and ShapeDiver provides tools to process, read and construct such objects.</p>
<p>For example, let’s say you are building a configurator for a house which can have any number of doors or windows, and you want the user to be able to select the location, dimensions and design of each of those. In that case, a JSON data structure will be the ideal solution to manage all those parameters at the same time.</p>
<h3 id="which-platform-should-you-choose-for-your-product-configurators">Which Platform Should You Choose For Your Product Configurators?</h3>
<p>If you are a digital artist working in animation and game design, SketchFab is certainly your solution. If you have products with very few parameters or just material based parameters, and your models need to have as much realism as possible, SketchFab might also be for you. <a href="https://sketchfab.com/3d-advertising" target="_blank">3D Ads</a>, for example, are a good use case for SketchFab’s technology.</p>
<p>However, if your models have a product logic that needs to be flexible, expandable, easily manageable and future proof, ShapeDiver is the best way to go.</p>
<p>Additionally, if you need to create user interfaces where the model is able to make geometrical and mathematical calculations so that the user gets feedback while using the configurator, the only way to do that is by using ShapeDiver.</p>
<p>Automation is another big factor that separates SketchFab from ShapeDiver, due to the capabilities of ShapeDiver for importing and exporting different types of files, making the use of external databases or the export of production data feasible.</p>
<h3 id="final-thoughts">Final Thoughts</h3>
<p>As a conclusion, SketchFab offers the best rendering and scene tools to share 3D models in the most authentic and immersive way online. However, it was not really built with the end goal of creating configurators. Thanks to SketchFab's API, it is possible to give some parametric power to the models as well as interactive ways to explore them. Unfortunately, these parameters are quite restrictive. Those constraint will eventually complicate the development of any app in case it needs to be extended into many options or into a production or technical tool.</p>
<p>On the other hand, ShapeDiver was built from the ground up as a platform to create product configurators. The results can be used directly within the ShapeDiver app, or embedded in any website with the extended possibilities of the API.</p>
<p>ShapeDiver gives the freedom to plan any product logic, import and export data, make mathematical and geometrical calculations and much more. With these tools, it is possible to create everything from simple marketing configurators to complex technical ones. If you want to know more about the different types of product configurators, ShapeDiver's Head of Product <a href="https://www.shapediver.com/blog/product-configurators-explained/" target="_blank">wrote this great guide about it</a>. Additionally, if you'd like to see how some of our clients use ShapeDiver to build amazing online experiences, make sure to check out our <a href="https://www.shapediver.com/stories/" target="_blank">Success Stories section</a>.</p>
<h3 id="my-decisions">My Decision(s)</h3>
<p>After I analyzed both of these great options, not only did I decide to move all my clients from SketchFab to ShapeDiver, but I was so convinced about the potential of ShapeDiver that one year ago I moved to Vienna, Austria to work directly as part of their team. Today, I work as a Grasshopper specialist within the team.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/1W2A6972.jpg" loading="lazy" />
</figure>
<p>ShapeDiver's 2019 team (from left to right): Michael Oppitz, Luka Erkapic, Alex Schiftner, Ezequiel Lopez, Mathieu Huard, Mathias Höbinger, Edwin Hernández.</p>
<p>If you'd like to get in touch with me and discuss this or other configurator-related topics, make sure to <a href="https://www.linkedin.com/in/edwin-hernandez-a8713012a/" target="_blank">add me on LinkedIn</a>.</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver 3D Viewer | Release Notes September 2019</title>
  <description><![CDATA[ The latest ShapeDiver release shines a new light on your models... literally! Read more about the new lighting settings, as well as other features, updates and bug fixes that we released this month. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-3d-viewer-release-notes-september-2019</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/224ccb4635/12.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Tue, Sep 17, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>The latest ShapeDiver release shines a new light on your models... literally! Read more about the new lighting settings, as well as other features, updates and bug fixes that we released this month.</i>
</b>
<h2 id="new-features">New Features</h2>
<figure>
  <ul>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Advanced Lighting Settings</i>
      </b>
    </li>
  </ul>
</figure>
<p>Starting with version 2.15.0, the ShapeDiver viewer finally includes a convenient and flexible way to add, remove and setup lights in the 3D scene. Several different types of lights are available, each coming with a full set of properties. Define color, intensity, the ability to cast shadows and more specific properties depending on the type of light.</p>
<p>Moreover, positioning the lights in the scene is now made very practical thanks to draggable elements directly in the viewer.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/09/lighting.gif" loading="lazy" />
</figure>
<p>
  <i>Demonstration of the new lighting interface</i>
</p>
<p>Once you reach a satisfying lighting scene, you can save it with the model under a specific name. You can even save multiple setups and find them back in the list of stored scenes later.</p>
<figure>
  <ul>
    <li>
      <b>[API]&nbsp;</b>
      <b>
        <i>Register Custom Components</i>
      </b>
    </li>
  </ul>
</figure>
<p>This update concerns users who embed the viewer including the parameter widget (see the <a href="https://viewer.shapediver.com/v2/2.15.0/doc/usage.html" target="_blank">reference</a>, section "Direct embedding - Including UI"). The API now lets you define custom components in the parameter widget. This features opens the doors to many exciting possibilities. For example, you can add new parameters and buttons with a callback to API functions or other external actions. You can even simply add sections with custom HTML, with links or descriptions of features.</p>
<p>
  <a href="https://codepen.io/ShapeDiver/pen/oNvGNjY" target="_blank">Check out an API example with custom components</a>
</p>
<p>In the future, the ShapeDiver plugin will let you define custom components directly in Grasshopper, for even more flexibility. In particular, this will be a new way to add a layer of logic to the online interface, by creating parameters with dynamic ranges and values, and parameters that depend on each other.</p>
<h2 id="updates">Updates</h2>
<figure>
  <ul>
    <li>
      <b>[APP]&nbsp;</b>
      <b>
        <i>Request PRO trial from the dashboard</i>
      </b>
    </li>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Improved caching of cube textures</i>
      </b>
    </li>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Tooltips explaining the viewer settings</i>
      </b>
    </li>
    <li>
      <b>[DOC]&nbsp;</b>
      <b>
        <i>Extended documentation for the viewer settings</i>
      </b>
    </li>
  </ul>
</figure>
<h2 id="bug-fixes">Bug Fixes</h2>
<figure>
  <ul>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Fixed an issue with the color picker sometimes not updating</i>
      </b>
    </li>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Fixed parameter validation for slider parameters</i>
      </b>
    </li>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Fixed the layout of the parameter widget for long parameter names</i>
      </b>
    </li>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Settings and control panel layout improvements in landscape mode</i>
      </b>
    </li>
    <li>
      <b>[VIEWER]&nbsp;</b>
      <b>
        <i>Fixed parameter widget components not scaling correctly on mobile</i>
      </b>
    </li>
  </ul>
</figure>
<p>Don't hesitate to give us feedback about new features and updates on the <a href="https://forum.shapediver.com/" target="_blank">forum</a>!</p> ]]></content:encoded>
</item>
<item>
  <title>Product Configurators Explained!</title>
  <description><![CDATA[ In the past few years, product configurators have become a fundamental piece of the e-commerce ecosystem. From Nike shoes to IKEA kitchens, local businesses and multinational companies alike have faced the growing needs of consumers in terms of personalization. As a consequence, configurators have not only become more frequent, but also more sophisticated. ]]></description>
  <link>https://www.shapediver.com/blog/product-configurators-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/c5c50322fa/11.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Mon, Aug 26, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <p>In the past few years, product configurators have become a fundamental piece of the e-commerce ecosystem. From <a href="https://nikebyyou.nike.com/mercurialbyyou/" target="_blank">Nike shoes</a> to <a href="https://kitchenplanner.ikea.com/fr/UI/Pages/VPUI.htm?ignoreDeviceDetection=true" target="_blank">IKEA kitchens</a>, local businesses and multinational companies alike have faced the growing needs of consumers in terms of personalization. As a consequence, configurators have not only become more frequent, but also more sophisticated.</p>
<p>The convergence of several technologies has made this trend possible. One the one hand, <b>agile design methods</b> have developed, including parametric design. It is now possible to pass on aesthetical and functional design tasks to different stakeholders of the product life cycle. Additionally, modern fabrication methods such as <b>additive and distributed manufacturing</b> open the doors to flexible and cost-effective supply chains even for complex, variable products. In other words, <b>mass customization is becoming a reality</b>.</p>
<p>Finally, the rise of cloud computing and online visualization technologies (WebGL, Unity, ARKit…) gives an opportunity for consumers to have an authentic experience of the products they need.</p>
<p>As a consequence, many industries have realized the importance of product configurators. However, they don't always understand the stakes and the challenges that come with implementing them. In this article, we try to address these challenges.</p>
<h2 id="what-is-a-product-configurator">What Is A Product Configurator?</h2>
<p>In reaction to the growing need for personalization, many digital agencies have started to offer product configurators. It is often frustrating to evaluate the expertise of such agencies. Indeed, they rarely give details on the types and key functionalities of the configurators they have experience with. Still, configurators cover dramatically different types of applications, with different objectives and target audiences.</p>
<p>The most visible configurators are the ones specializing in personalization and sale of consumer goods online. However, they are only the emerged part of a much bigger iceberg. Configurators can serve various other stakeholders of a product. Indeed designers, engineers, operators or sales representatives often need a choice navigation tool that centralizes the product options and constraints.</p>
<p>In those cases, a configurator becomes <b>a powerful communication tool between stakeholders with various levels of expertise</b>. In other words, the ideal platform to implement a mass customization strategy. As a consequence, it is crucial to have a good understanding of the type and complexity of the product itself. Only then can the conception and implementation phases of a configurator begin.</p>
<h2 id="the-different-types-of-customizable-products">The Different Types Of Customizable Products</h2>
<p>We detail here an arbitrary classification of the different types of customizable products, with increasing complexity. The classification is based on the current landscape of configurators ([1],[2]) and other attempts to define such categories ([3],[4],[5]), but most importantly on the experience we have gathered at ShapeDiver in conceiving and implementing multiple configurator projects.</p>
<p>For clarity, we have tried to limit the use of existing but confusing terms as much as possible. As an example, we do not mention PTO (Pick-to-Order) products, since there exist multiple definitions of the term.</p>
<h3 id="category-1-variations-and-options">Category 1: Variations And Options</h3>
<figure>
  <img alt="product configurator with variations and options" src="https://assets.shapediver.com/uploads/2019/08/category1-1024x449.png" loading="lazy" />
</figure>
<p>
  <i>Example product with variations and options. (source:&nbsp;</i>
  <a href="http://www.spreadshirt.com/" target="_blank">
    <i>http://www.spreadshirt.com/</i>
  </a>
  <i>)</i>
</p>
<p>The least complex category of personalizable products is difficult to name because it is very broad. Most e-commerce platforms enable the creation of variations and options and use these terms or similar ones.</p>
<p>
  <b>
    <i>Variations&nbsp;</i>
  </b>are global, high-level properties of a product that can be customized. A t-shirt available in 4 sizes and 5 colors is a typical example of a product with variations. The amount of variations is usually small, a constraint which most e-commerce platforms enforce. For example, Shopify has <a href="https://help.shopify.com/fr/manual/products/variants/add-variants" target="_blank">a limit of 100 variations</a> per product.
</p>
<p>
  <b>
    <i>Options&nbsp;</i>
  </b>represent on-demand features which add a personal touch to the finished product. A logo on a t-shirt or an engraved text on a wedding band are common options offered online. Some platforms offer the possibility to upload an image or type a text and visualize it on the product. More commonly, customers can describe their requests through a text box, without triggering any visualization.
</p>
<h3 id="category-2-configurable-products">Category 2: Configurable Products</h3>
<figure>
  <img alt="product configurator for a watch" src="https://assets.shapediver.com/uploads/2019/08/category2-1024x489.png" loading="lazy" />
</figure>
<p>
  <i>A configurable watch with many components and a combination logic. (source:&nbsp;</i>
  <a href="https://eoniq.co/" target="_blank">
    <i>eoniq.co</i>
  </a>
  <i>)</i>
</p>
<p>Of course, all variable products are configurable. However, we name this category after the type of products that have seen the most visibility during the rise of modern product configurators. These products show the perfect balance of an interesting but not exceedingly complex choice navigation. Hence the explosion of configurators for this category of products in the past three years.</p>
<p>A configurable product is not limited to global variations. It can also be divided into several components which are subject to their own variations. As a result, each component can be personalized and combined with the others, which creates a fast growing number of possibilities.</p>
<p>Additionally, configurable products often include a business logic which didn’t exist in the previous category. In other words, it is not always possible to create any combination of parameters and variations. This logic is often relatively simple, and can be modeled by a few straight rules. This is the main difference with the modular products from the next category.</p>
<p>Some e-commerce platforms can handle configurable products natively. However, most configurable products have a high number of variations which quickly hit the limits of standard systems. However, open source options such as WooCommerce and Prestashop allow the development of custom modules for such products.</p>
<h3 id="category-3-modular-productsnbspiato-assemble-to-order-i">Category 3: Modular Products <i>(ATO - Assemble-to-Order)</i>
</h3>
<figure>
  <img alt="modular storage system configurator" src="https://assets.shapediver.com/uploads/2019/08/category3-1024x481.png" loading="lazy" />
</figure>
<p>
  <i>A modular storage system with a complex logic. (source:&nbsp;</i>
  <a href="https://www.hhsystem.com/" target="_blank">
    <i>https://www.hhsystem.com/</i>
  </a>
  <i>)</i>
</p>
<p>Configurable products from the previous category are, in a sense, already modular. However, we address here a category of products with two major differences.</p>
<p>On the one hand, modular products present a highly complex business logic. The simple logic of configurable products could usually be implemented without any specific tool, but modular products need to rely on a <a href="https://en.wikipedia.org/wiki/Business_rules_engine" target="_blank">business rules engine</a> and an appropriate database architecture.</p>
<p>On the other hand, modular products are rarely consumer goods. As a result, the associated configurators are not e-commerce tools but instead target technical sales representatives.</p>
<p>Due to their nature, modular products are a particularly good fit for configuration. With a well-designed, accessible data structure and a good integration of the configurator within the company processes, it is possible to largely automate the lifecycle of complex products.</p>
<h3 id="category-4-parametric-products">Category 4: Parametric Products</h3>
<figure>
  <img alt="tylko shelf configurator" src="https://assets.shapediver.com/uploads/2019/08/category4-1024x427.png" loading="lazy" />
</figure>
<p>
  <i>Parametric shelves to the centimeter with&nbsp;</i>
  <a href="https://tylko.com/" target="_blank">
    <i>Tylko</i>
  </a>.
</p>
<p>Parametric products fall somewhere between modular products and completely bespoke products of the next category. The rise of parametric design allowed designers to conceive products with a wider range of variations than modular products, while retaining control over the choice navigation of the customers.</p>
<p>It is interesting to note that products of this category often feel less complex than modular products, from the configurator's perspective. In particular, they are not always subject to a significant business logic. However, they are too complex to implement for most e-commerce systems and configurator agencies. The parametric shelf system presented above is a good example. Its few intuitive parameters are processed through an internal design logic and generate hundreds of thousands of product variations.</p>
<p>The vast majority of turn-key configurator solutions cannot handle parametric products. <a href="https://www.shapediver.com/configurators/" target="_blank">This is the challenge we are trying to tackle at ShapeDiver</a>. The only other alternative is to invest in costly custom development projects, which will also prove hard to maintain and update in the future.</p>
<h3 id="category-5-bespoke-productsnbspimto-eto-i">Category 5: Bespoke Products <i>(MTO/ETO)</i>
</h3>
<figure>
  <img alt="rafale aircraft in catia" src="https://assets.shapediver.com/uploads/2019/08/category5-1024x555.jpg" loading="lazy" />
</figure>
<p>
  <i>Modelization of a “Rafale” aircraft using the CAD software Catia.</i>
  <br />
  <i>(</i>
  <a href="https://www.linkedin.com/pulse/catia-fighter-jets-market-alain-dugousset/" target="_blank">
    <i>Catia and the fighter jets market</i>
  </a>
  <i>)</i>
</p>
<p>Bespoke products are fully manufactured after an order has been placed. We have grouped two sub-types of products in this category:</p>
<figure>
  <ul>
    <li>Made-to-Order products such as couches and tables which are made from scratch by local carpenters for their customers</li>
    <li></li>
    <li>Engineer-to-Order products which are typically parts of major contracts such as the order of new Boeing planes.</li>
    <li></li>
  </ul>
</figure>
<p>Of course, there are major obstacles to automating the production of bespoke products. Most of the time, they involve specific internal processes for organizing the business logic and database of the product, in order to generate quotes as accurate as possible.</p>
<p>A promising strategy consists in confining bespoke products to the category 4. This is called parametrizing the product, globally or partially. The challenge is to retain a maximum of the product’s complexity in a controlled parameter space that can fit an intuitive configurator.</p>
<h2 id="the-different-types-of-product-configurators">The Different Types Of Product Configurators</h2>
<p>It would be tempting to think that each category of products fits to a specific type of configurator. In practice, itis not always the case. Of course, <b>there is a strong correlation between the complexity of the product and that of its configurator</b>. However, two other factors play a significant role in the conception: the <b>strategic goal</b> of the configurator as well as the role and level of expertise of its <b>targeted audience</b>.</p>
<p>In practice, we discern four types of configurators that are useful to define an implementation framework. They are mostly organized around the targeted end users along the product life cycle. The first categories target clients or consumers of the end product. The next ones shift their focus to sales representatives and finally engineers, operators and executives.</p>
<h3 id="marketing-product-configurators">Marketing Product Configurators</h3>
<figure>
  <img alt="alucobond facade maker" src="https://assets.shapediver.com/uploads/2019/08/configurator1-marketing-1024x477.png" loading="lazy" />
</figure>
<p>
  <i>Smooth and stylized visualization in the&nbsp;</i>
  <a href="https://facademaker.alucobond.com/" target="_blank">
    <i>marketing configurator for Alucobond</i>
  </a>.
</p>
<p>The role of a marketing configurator is to give some visibility to a complex product. It is useful for products that cannot be presented in an intuitive and attractive way using traditional documents. The configurator gives an idea of the range of possibilities but does not lead to a precise quote. In the best cases, marketing configurators become tools to arouse creativity within the audience. It gives a global overview of a complex product and initiates a sales process with a solid foundation.</p>
<p>All categories of products can be represented through a marketing configurator. However, they are mostly interesting for presenting complex products (categories 3, 4 and 5) through an attractive interface and visualization.</p>
<p>
  <i>An example:</i>
  <a href="https://facademaker.alucobond.com/" target="_blank">Alucobond Facade Maker</a> is a spectacular marketing configurator example. The strategy is to inspire architects and engineers working on a facade project. The presented range of options should convince them to use the Alucobond panelization solution.
</p>
<h3 id="commercial-product-configurators">Commercial Product Configurators</h3>
<figure>
  <img alt="unruh furniture configurator" src="https://assets.shapediver.com/uploads/2019/08/configurator2-commercial-1024x489.png" loading="lazy" />
</figure>
<p>
  <i>A fully configurable furniture catalogue by&nbsp;</i>
  <a href="http://www.unruhfurniture.com/" target="_blank">
    <i>Unruh Furniture</i>
  </a>.
</p>
<p>Commercial product configurators are typically part of an e-commerce website. If not offering direct sales, it will at least generate detailed quotes for a sales representative to follow up. Occasionally, commercial configurators will also export data used to optimize the supply chain, but this feature is more common within technical configurators.</p>
<p>Products from the categories 1 and 2 have been integrated in commercial configurators for years. However, modern technologies now allow more and more product configurators for modular and parametric products. For these categories, it is now sometimes possible to export manufacturing files directly from the configurator. This helps optimizing the supply chain beyond the sales process.</p>
<p>
  <i>An example:</i> the custom furniture store <a href="http://www.unruhfurniture.com/" target="_blank">Unruh</a> (Missouri, USA) offers a catalogue of more than 100 parametric products. Each of them includes a realistic 3D visualization and interactive animated parts.
</p>
<h3 id="technical-product-configurators">Technical Product Configurators</h3>
<figure>
  <img alt="modular house configurator" src="https://assets.shapediver.com/uploads/2019/08/configurator3-technical-1024x459.png" loading="lazy" />
</figure>
<i>Design a modular house with the </i>
<a href="https://habitat21.com/konfigurator/" target="_blank">
  <i>Habitat21 configurator</i>
</a>
<p>.</p>
<p>With technical product configurators, the focus is on the details. This is sometimes done at the price of less realistic visualization than marketing and commercial configurators. Additionally, the interface might come with a learning curve. The main goal is to cover the product variations in an exhaustive manner. Technical configurators are often used by sales representatives and in B2B environments. They can target clients if they happen to have the required expertise to handle them.</p>
<p>In most cases, technical configurators need to generate precise bills of materials or even CAD files used for manufacturing. Another key feature is the flexibility to integrate ERP systems.</p>
<p>Historically, modular products (category 3) have been handled with technical configurators generating quotes (called CPQ - Configure, Price, Quote). Nowadays, modular and parametric products can sometimes be integrated in technical configurators that generate fabrication files and sometimes even be part of an e-commerce website.</p>
<p>
  <i>An example:</i>
  <a href="https://habitat21.com/konfigurator/" target="_blank">Habitat 21</a> has implemented a technical configurator for is modular houses. It includes a range of simple aesthetical parameters for the clients. More advanced construction features are also available with the guidance of a specialist.
</p>
<h3 id="internal-configuration-tools">Internal Configuration Tools</h3>
<figure>
  <img alt="internal configurator architecture" src="https://assets.shapediver.com/uploads/2019/08/configurator5-internal.gif" loading="lazy" />
</figure>
<p>
  <i>Internal decision making tool by SOM. (source:&nbsp;</i>
  <a href="https://www.stephanietabb.com/#/officetower/" target="_blank">
    <i>Stephanie Tabb</i>
  </a>
  <i>)</i>
</p>
<p>Internal configurators are powerful tools to help CAD engineers and designers to communicate smoothly with decision makers and even machine operators. In this case, collaboration features are key as well as the possibility to save and share specific configurations.</p>
<p>These tools never contain the whole information about the product or project, which is too complex to be embedded in a simple interface. The goal is to model and optimize partial processes and create stronger and efficient links between the different stakeholders along the supply chain.</p>
<p>Bespoke products (category 5) are the main targets of internal configuration tools. As discussed in the previous section, their conception sometimes involves the parametrization of a subset of the product’s features.</p>
<p>
  <i>An example:</i> architecture firm Skidmore, Owings and Merrill LLP (SOM) uses a <a href="https://www.stephanietabb.com/#/officetower/" target="_blank">configurator</a> to facilitate decision-making within the team.
</p>
<h2 id="how-to-tackle-a-configurator-project">How To Tackle A Configurator Project</h2>
<p>Many products and agencies claim to offer turn-key solutions that are able to tackle all of the above needs. It seems sensible to consider those claims with caution. An honest website usually allows to identify strengths (in big, bold headers) and weaknesses (between the lines) of a solution. Ironically, it is often more challenging to clearly state the strategy and the targeted audience of the configurator, as well as evaluating the complexity and variation space of the product.</p>
<p>Additionally, each company has adopted and developed specific tools and processes that cannot always be replaced. As an example, offering a custom ERP module with the configurator can sound attractive. But if such a solution is incompatible with the existing processes of the company, the new costs of adoption have to be factored in. It is more important to evaluate the modularity of a technology and its ability to integrate an existing ecosystem without upsetting it.</p>
<p>All in all, and regardless of the adopted solution, one key factor needs to remain at the forefront. Implementing a successful mass customization strategy involves the<b>&nbsp;creation of a flexible knowledge database about the product </b>, that can be engaged at any point of the product life cycle.</p>
<h2 id="resources">Resources</h2>
<p>[1] <a href="https://www.configurator-database.com/" target="_blank">Configurator database by Cyledge</a>
</p>
<p>[2] <a href="https://www.capterra.com/product-configurator-software/" target="_blank">“Product configurator software”</a>, category on Capterra</p>
<p>[3] <a href="https://damassets.autodesk.net/content/dam/autodesk/www/engineering-leadership/win-more-business/assets/fy18-mfg-engineering-leader-win-more-business-4-types-of-configurators-whitepaper-en.pdf" target="_blank">“Four types of product configurators”</a>, livre blanc publié par Autodesk</p>
<p>[4] “<a href="http://oracleebslearning.blogspot.com/2013/06/different-stocking-strategies.html" target="_blank">Different stocking strategies</a>”, blog article by Ravi Kumar Singh</p>
<p>[5] “<a href="https://www.combeenation.com/arten-von-produkt-konfiguratoren/" target="_blank">Arten von Produkt Konfiguratoren</a>”, blog article by Combeenation</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 9] – Blecaute: Lighting Furniture Studio Made In Brazil!</title>
  <description><![CDATA[ Parametric Dreams is a space where early entrepreneurs and students can share their stories and projects involving Parametric Design and Shapediver.  Every world-renowned designer had a beginning and we believe every dream deserves to be shared! ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-9-blecaute-lighting-furniture-studio-made-in-brazil</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/9a4e31798c/10.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Aug 19, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; Parametric Dreams </i>
</b>
<i>is a space where </i>
<b>
  <i>early entrepreneurs and students</i>
</b>
<i> can share their stories and projects involving Parametric Design and Shapediver.  Every world-renowned designer had a beginning and we believe every dream deserves to be shared! &gt;&gt;</i>
<p></p>
<p>
  <a href="https://blecaute.cc/" target="_blank">BLECAUTE</a> is a lighting furniture studio created by Pedro and Victor, both born and raised in São Paulo, Brazil.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/Blecaute-during-Start-Scale-Workshop-at-Porto-Design-Factory-1024x444.jpg" loading="lazy" />
</figure>
<p>Pedro (left) and Victor (right) founders of Blecaute.</p>
<p>Pedro Favaretto Martins is 24 years old, born in a small town in São Paulo's countryside called Sertãozinho. He moved to the big city to graduate in Communication & Media in PUC - São Paulo (2013 - 2017) and later did a one-year Web 3.0 Intensive at Hogeschool van Amsterdam.</p>
<p>Victor Alonso da Silva is 25 years old, born in the suburbs of São Paulo and graduated in Architecture and Urbanism in Universidade Mackenzie - São Paulo (2011-2016) and later did a one-year scholarship in Architecture Master at the Academy of Architecture of the Amsterdamse Hogeschool voor de Kunsten.</p>
<h3 id="1-hi-pedro-victor-thank-you-for-joining-us-today-could-you-tell-us-a-bit-of-your-background">1. Hi Pedro, Victor, thank you for joining us today! Could you tell us a bit of your background?</h3>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: Sure! I worked as a freelancer Media Producer in EduK and as Events Producer for 2 noted LGBT parties (VHS and Alt+Tab) of São Paulo's nightlife. Also, apart from Blecaute, I've been working on developing automation workflows for businesses, plus I also have packaging, automation, video editing and web development skills.
</p>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: I worked as an intern in Cupertino Arquitetura and FutureBrand BC&H, where I also worked as a freelancer architect. Working remotely as a freelancer in architectural visualization besides Blecaute, I have 3D modeling and rendering and visual programming skills.
</p>
<h3 id="2-how-did-this-background-shape-you-or-guide-you-towards-what-youre-doing-now-professionally">2. How did this background shape you or guide you towards what you're doing now professionally:</h3>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: Our backgrounds were very crucial for what we do today. I first got to know a CNC Laser, digital fabrication and parametric design during my graduation.
</p>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: I've always been heavily interested in technology, so my attention was easily caught when we discussed these topics for the first time. We had mentors throughout our journey from São Paulo to Porto. Back in São Paulo, we've been to Garagem FabLab where we got a very informal conversation with Roberto Stelzer who gave us some very good direction on production.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/Made-in-Baixa-2017-@-Opo-lab-with-Tom-Rider-and-Tauan-Bernardo-1024x494.jpg" loading="lazy" />
</figure>
<p>Pedro and Victor with Tom Rider and Tauan Bernardo during Made in Baixa 2017</p>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: After we moved to Porto we've been mentored by João Feyo at Opo-Lab after we won Made in Baixa by the end of 2017. Now our main mentor at the time is Tauan Bernardo form VivaLab, at Porto Design Factory where Blecaute is being accelerated.
</p>
<h3 id="3nbsptell-us-about-your-bolhas-lamp-configurator-what-was-your-main-motivation-for-creating-it">3. Tell us about your Bolhas lamp configurator, what was your main motivation for creating it?</h3>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: It started with an entry for INOVDesign in 2018, a design innovation competition by Fundação Serralves. We had some ideas that we wanted to develop as our next product and this was a perfect moment for that.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/INOVDesign-Panel-1024x545.jpg" loading="lazy" />
</figure>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: We wanted to create an organic shape instead of the straight edges we've worked on our Junta collection. Pedro came up with an idea of a cluster of bubbles together and when developing this idea we realized it was a very good scenario to use Grasshopper as our main tool.
</p>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: When we found about ShapeDiver on internet we got very excited because it was a big confirmation for us that we could achieve our plan for this collection.
</p>
<iframe id="sdv-iframe" width="100%" height="600" src="https://viewer.shapediver.com/v2/2.14.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=0bfc37ffef26f3da51a398da1e9949f1c92748ee36b5bc2eed0da3e3839bd4f9ca7416610fa9e11bc66e0a2ad15096ba007d91e9db0b6c6c825097060c3f9387681cb85a842cc20f74807a05666e9e2d8faebbd60b864ef7e69a8fd6ff5005ec1556f484d751c04b6c535b1dfde891d9dbacd317a124-e2a2341479706010ccd0bd0332907543&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>
  <a href="http://app.shapediver.com/register" target="_blank">
    <i>Want to upload your own Grasshopper files and share them online? Create a Free ShapeDiver account today!</i>
  </a>
</p>
<h3 id="4nbspdescribe-the-creative-process-you-followed-when-designing-it">4. Describe the creative process you followed when designing it:</h3>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: We usually start with drawings (sometimes ink and paper, sometimes screen and vectors) to make our ideas clear to one another and also writing some keywords if necessary just to certify we're on the same page. If we're not, we propose different solutions, analyze, prototype and then put them to test.
</p>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: At first we designed a 3D model of spheres colliding just to have a looking feel of the lamp shape, after that we started discussing what the final aspect should be. In this moment our opinions collided as we were attracted to different shapes.
</p>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: It was during that discussion when we first thought about using Grasshopper to develop a morphing shape as the spheres could be juxtapositioned in so many different ways without compromising function or aesthetics. It depended only on our decision, so why not leave this decision for the consumer to make?
</p>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: For this solution our work began with the concept, went through designing and programming solutions and ended where the final decision comes. After uploading our configurator to ShapeDiver we've tested some S, M and L sizes for manufacturing in different materials such as plywood and acrylic, so we could test weight, shapes and adapt joints.
</p>
<h3 id="5nbspbesides-grasshopper-which-tools-do-you-use-for-product-design-any-other-parametric-tools">5. Besides Grasshopper, which tools do you use for product design? Any other parametric tools?</h3>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: The only parametric tool we use now is Grasshopper. We use CAD, 3D modeling tools such as Rhinoceros and some open-source software as Slicer for Fusion 360 for first tests on digital fabrication and Deepnest.io for perfect nesting pieces and saving material.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/Grasshopper-definition-Blecaute-ShapeDiver-1024x530.png" loading="lazy" />
</figure>
<p>Quick look at the Grasshopper definition for the Bolhas Lamp configurator</p>
<h3 id="6nbsphow-do-you-decide-how-much-freedom-is-left-for-co-design-in-your-models-do-you-design-with-user-centered-parameters-in-mind">6. How do you decide how much freedom is left for co-design in your models? Do you design with user-centered parameters in mind?</h3>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: It's our first experience with co-design and we are still learning from it.
</p>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: During the process we set boundaries where the design could get out of control or be miscalculated. We had to set every domain of numbers so we could assure a large range of possibilities while staying consistent and feasible.
</p>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: When we first started using ShapeDiver, as free users of the platform, we had to upload a tight and functional Grasshopper file as we had only 5 seconds computational time, it did become a challenge for us throughout the design process. But after we got the PRO account this constraints are much more loose so we do not have that many problems anymore.
</p>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: We personally find it very hard to create a user friendly interface. We had to make lots of changes since the first draft. Aspects like unit scale, parameter names, domain limits and looking feel are important factors to guide the user through the whole experience without any obstacles.
</p>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: User experience should be intuitive, fun, clear and fluid, as a minor issue or confusion could hurt people's enjoyment or trust. For our next creations we want to test different kinds of interaction, customization and manufacturing techniques.
</p>
<h3 id="7-that-sounds-fantastic-anything-else-youd-like-to-add">7. That sounds fantastic! Anything else you'd like to add?</h3>
<p>
  <i></i>
  <u>
    <span>Victor</span>
  </u>: Yes, please go <a href="https://blecaute.cc/" target="_blank">check out our page</a> and our other products!
</p>
<p>
  <i></i>
  <u>
    <span>Pedro</span>
  </u>: Also, leave us feedback via <a href="https://www.instagram.com/blecaute.cc/" target="_blank">our Instagram account</a>. We really take this seriously and want to know everyone's opinion.
</p>
<p>That's it for out 9th episode of Parametric Dreams! Don't forget to check out BLECAUTE's social media channels and let them know what you think about their products.</p>
<p>&lt;&lt; <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>&gt;&gt;</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Pufferfish Plugin</title>
  <description><![CDATA[ Besides their often poisonous skin, the main defense mechanism of Pufferfish is their ability to inflate into a much bigger, almost spherical shape. This spectacular transformation inspired Michael Pryor to name his plugin, which is available on ShapeDiver starting today. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-pufferfish-plugin</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a54409d2f2/9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Aug 6, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <p></p>
<i>Besides their often poisonous skin, the main defense mechanism of Pufferfish is their ability to inflate into a much bigger, almost spherical shape. This spectacular transformation inspired Michael Pryor to name his plugin, which is available on ShapeDiver starting today.</i>
<p></p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/image-1024x128.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Since Michael published the first version of the plugin, it became instantly one of the most popular additions to the Grasshopper ecosystem. Last week, it reached 60,000 downloads on <a href="https://www.food4rhino.com/app/pufferfish" target="_blank">Food4Rhino</a>, making it one of the 10 most downloaded plugins of all time (ShapeDiver already supports several entries of the top 10, including <a href="https://www.shapediver.com/blog/shapediver-now-supports-kangaroo-plugin/" target="_blank">Kangaroo</a>, <a href="https://www.food4rhino.com/app/lunchbox" target="_blank">Lunchbox</a>, <a href="https://www.food4rhino.com/app/meshedit" target="_blank">MeshEdit</a> and <a href="https://www.food4rhino.com/app/human" target="_blank">Human</a>).</p>
<p></p>
<p>Pufferfish comprises a whopping 280 components, which might very well set a new record for a third-party plugin! However, those components are organized in a very intuitive way, which makes them easy and fun to play with. Let's have a closer look below.</p>
<p></p>
<h2 id="the-ultimate-tweening-library">The Ultimate Tweening Library</h2>
<p></p>
<p>The core of Pufferfish is focused on <i>tweening</i> operations. Tweening is a term that is originally used in the field of animation. It refers to the process of generating intermediate images between key frames, to make sure they blend smoothly with each other.</p>
<p></p>
<p>The scope of Pufferfish is more general than animation: in our case, tweening refers to all sorts of interpolation methods between geometry primitives. Geometrical interpolation is also sometimes called morphing or simply shape-changing.</p>
<p></p>
<p>Pufferfish provides tweening tools for almost all geometry primitives in Grasshopper. There are sets of components for simple objects like points, vectors and curves, which you can always tween between two or through multiple key objects.</p>
<figure>
  <img alt="tween through curves with pufferfish" src="https://assets.shapediver.com/uploads/2019/08/mPTULuuoUZ.gif" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Constrained tweenings are also available. For example, it is possible to tween points along a curve and curves on a surface. However the real power of the plugin is when those operations are executed on more complex primitives such as meshes and surfaces.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/FuSYvH6hCR.gif" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h2 id="twisted-boxes-and-morphing">Twisted Boxes And Morphing</h2>
<p></p>
<p>On top of the traditional categories of geometry, Pufferfish offers extended support for twisted boxes. Natively, Grasshopper offers basic support for creating twisted boxes and use them to morph objects. With Pufferfish, twisted boxes become a crucial tool for shape changing. Just like any other primitive, they can be used for tweening operations. In addition, the plugin provides many components to create arrays of twisted boxes along curves, surface parameters and even mesh faces.</p>
<p></p>
<p>There are also several components providing intuitive equivalents to operations such as piping, sweeping and lofting using twisted boxes. Combined with the morphing component, these components open the doors to efficient and powerful ways to transform and repeat design elements in intricate designs.</p>
<p></p>
<p>See the example model below uploaded to <b>ShapeDiver</b>, which makes use of the 'Twisted Box Loft' component to create the array of boxes and the 'Morph to Twisted Box' component to morph different types of tilable elements to the array.</p>
<iframe id="sdv-iframe" width="100%" height="480" src="https://viewer.shapediver.com/v2/2.14.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=e3369b4ca09f2e94f546cf668c5b367f5a395a336a44673cc12c0f160a269b7c1f149db8c1b01718e0faedc691225dc0d03124d42d01c3d2ab357cf576506b597e496c0b745e0aac7da6faac73c9448924f2b3dcefa16dc6ed95dc8132bcc365fbbda498ee22a5708364f5253c6e5ee067402f32ba0b-70bce0579c9971f37187cf0703ae7e1d&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>
  <a href="http://app.shapediver.com/register" target="_blank">Would you like to upload, edit and share your Grasshopper models?</a>
  <br />
  <a href="https://app.shapediver.com/register" target="_blank">Create a Free ShapeDiver account today!</a>
</p>
<p></p>
<h2 id="and-much-more">And Much More...</h2>
<p></p>
<p>Among the additional tools of the plugin, we could mention the mesh utilities (close mesh holes, fix invalid meshes, offset meshes...), or the lovely 'Recursive Transform' which is a great way to create fractal-like shapes.</p>
<p></p>
<p>Unfortunately, we cannot go through everything Pufferfish has to offer in a single blog post. Thankfully, Michael has created an exhaustive and detailed <a href="https://www.food4rhino.com/app/pufferfish" target="_blank">library of Grasshopper definitions</a> describing all the components of the plugin and some interesting use cases. And no need to worry about ShapeDiver compatibility: all of the Pufferfish components are supported without restrictions.</p>
<p></p>
<p></p>
<p>
  <i>Feel free to start uploading models using Pufferfish today and post any questions or issues on the forum!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>How To… Create A Parametric Bench in Grasshopper!</title>
  <description><![CDATA[ You&#39;ve asked, we&#39;ve answered. We are starting a new blog series where we&#39;ll explore the hows and whys of product configurators made with Grasshopper and ShapeDiver! ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-tutorials-ep-1-parametric-bench-configurator-by-pekka</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/9b49a51454/8.webp"></enclosure>
  <dc:creator><![CDATA[ Thys Kotzé ]]></dc:creator>
  <pubDate>Sun, Aug 4, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <p>You've asked, we've answered. We are starting a new blog series where we'll explore the <i>hows</i> and <i>whys</i> of product configurators made with Grasshopper and ShapeDiver!
  <br />
  <br />For this first entry we'll let Thys Kotzé from <a href="https://www.pekka.co.za/" target="_blank">Pekka</a> do the explaining. He's a South African designer helping companies and individuals to design and build the future in efficiently and revolutionary ways. Let's get started!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/Parametric-Bengh-by-Pekka-ShapeDiver-Tutorials.jpg" loading="lazy" />
</figure>
<p>Full version of this post can be found <a href="https://www.pekka.co.za/post/parametric-design-for-d-mmm-designers" target="_blank">here.</a>
</p>
<p>
  <i>Thys Kotzé:</i> Let's do a quick walk-through on a simple parametric bench design and then look at the script on the Shapediver website. As a result you will understand where the driving parameters come from and you will be able to make changes and adjustments yourself.
</p>
<h3 id="step-1-approach-and-design-analysis">Step 1: Approach And Design Analysis</h3>
<p>You need a point of departure, so when looking at the image above ignore the design fluff and just look at the overall shape. <b>If you had to do this in CAD, how would you go about it?</b>
</p>
<p>It is a very important question to ask yourself and solving this now will create a solid foundation to build on. The basic shape is a simple <b>one rail sweep</b> (Complex profile in Archicad, Spline sweep in Revit, Follow-me in Sketchup)</p>
<p>We only need a <b>profile</b> and a <b>rail</b> or a sweeping curve. For simplicity's sake, we will assume the rail is already provided and only focus on the profile and how to build it.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_846fa294d4104ed7a3c9a8e8cac48a5b_mv2.png" loading="lazy" />
</figure>
<h3 id="step-2-profile">Step 2: Profile</h3>
<p>First, we create a rectangle that will determine the overall width and height of the bench.</p>
<figure>
  <ul>
    <li>
      <i>Width = var param 300 min to 1000 max</i>
    </li>
    <li></li>
    <li>
      <i>Height = var param 330 min to 550 max</i>
    </li>
    <li></li>
  </ul>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_92d5d3b9a1c74bcab070b3285118b071_mv2.png" loading="lazy" />
</figure>
<p>Secondly, we need to create some geometry that will help us to generate a random profile. To keep it simple, let’s generate several points on the rectangle curve.</p>
<figure>
  <ul>
    <li>
      <i>Points on Crv = var par 3 min to 8 max</i>
    </li>
    <li></li>
  </ul>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_b6529912be7449e684e3b42dbc55a4e0_mv2.png" loading="lazy" />
</figure>
<p>These points are completely random.</p>
<p>Thirdly, the points will be used to create a <a href="https://en.wikipedia.org/wiki/Convex_hull" target="_blank">
    <b>Convex Hull</b>
  </a>curve. It creates the smallest boundary possible that includes all the points along the shortest path.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_2edfde2511f94f088f902b756734867c_mv2.png" loading="lazy" />
</figure>
<p>Lastly, the corners on the curve need softening; this can be done with a simple <b>fillet component</b>.</p>
<figure>
  <ul>
    <li>
      <i>Corner Fillet = list param 50, 80, 100, 150, 200 mm.</i>
    </li>
    <li></li>
  </ul>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_37ea6fc8b89b44389bb964a57a2f75e4_mv2.png" loading="lazy" />
</figure>
<h3 id="step-3-profile-refinement-and-looking-ahead">Step 3: Profile Refinement And Looking Ahead</h3>
<p>With all design, you need the keep the end goal in sight and with a parametric design model, you need to do even more so. You have to <i>constantly evaluate the results</i> you generated from the last step and also consider <i>what result you need next</i> and anticipate the ones after that.</p>
<p>Let's say your client asks for a bench like the one in the image above. You build the script and at the end of the day, the client says they want the option to have a bench that has solid ribs or a solid bench with no ribs. If you anticipate this, you will save yourself unnecessary abortive work later on. <b>Possible variations would be:</b>
</p>
<figure>
  <ul>
    <li>A bench with <b>ribs</b>
    </li>
    <li></li>
    <li>A bench with <b>hollow ribs</b>
    </li>
    <li></li>
    <li>A bench that is <b>one solid block</b>
    </li>
    <li></li>
    <li>A bench that is <b>solid with a cutout along the length.</b>
    </li>
    <li></li>
  </ul>
</figure>
<p>We also would like to be able to adjust the <b>width</b> and <b>thickness</b> of each rib as well as the <b>spacing</b> between them. In total, <b>seven parameters</b> in the model.</p>
<h4 id="first-things-first-the-hollow-profile">First things first: the hollow profile.</h4>
<p>Doing this first will allow us to use the results as building blocks for the rest of the model. The easiest way to create a hollow profile would be to offset the profile curve towards the inside with a set amount.</p>
<figure>
  <ul>
    <li>
      <i>Offset size = list param 20, 50, 80, 100, 120, 150 mm</i>
    </li>
    <li></li>
  </ul>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_c4a0ee79286c456481500709488368fd_mv2.png" loading="lazy" />
</figure>
<p>Now on to the ribs; they will be placed along the rail at predetermined increments. Grasshopper has a 'Divide Curve' component that will serve us well.</p>
<figure>
  <ul>
    <li>
      <i>Rib spacing = list param 80, 100, 150 mm</i>
    </li>
    <li></li>
  </ul>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/c37447_362959b90bfc4dfc999e7fc8b6fd6031_mv2.png" loading="lazy" />
</figure>
<h3 id="step-4-extruding-what-we-have">Step 4: Extruding What We Have</h3>
<p>Up to now, we have been working mostly in two-dimensional geometry. Its time to generate some three-dimensional geometry, starting with the less complicated steps first.</p>
<h4 id="sweeping">Sweeping</h4>
<p>This is as simple as connecting the <b>profile</b> and <b>rail</b> to a '<b>One Rail Sweep' component</b>, for both the solid and hollow profile the operation is the same.</p>
<h4 id="ribs">Ribs</h4>
<p>With the ribs, it gets a bit more complicated, but it is not difficult.​</p>
<p>First, we will extrude both profiles to the preferred thickness.  </p>
<figure>
  <ul>
    <li>
      <i>Rib thickness = var param 20 min to 50 max</i>
    </li>
    <li></li>
  </ul>
</figure>
<p>Next, the ribs will be placed on the points determined in step 3, The process is the same for both extruded profiles and to achieve this we will make use of the <b>reorient component</b> in Grasshopper. This component takes geometry and copies it to a point or plane in space.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/Sweeping-Ribs-1024x277.jpg" loading="lazy" />
</figure>
<p>We have now ticked all <b>seven parametric boxes</b>, and the result is a simple adjustable parametric bench.This algorithm can generate a huge amount of variations and iterations with very little input.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/08/Grasshopper-Definition-Parametric-Bench-by-Pekka.jpg" loading="lazy" />
</figure>
<p>Snapshot of this bench's Grasshopper definition.</p>
<blockquote>
  <p>Download this definition <a href="https://shapediverdownloads.s3.amazonaws.com/Pekka_Shapediver_bench.gh" target="_blank">here</a>. If you have any doubts about this please head to ShapeDiver's <a href="https://discourse.mcneel.com/c/grasshopper/shapediver" target="_blank">Forum</a>. Finally, don't forget to install the latest version of their plugin directly from <a href="https://www.food4rhino.com/app/shapediver" target="_blank">their Food4Rhino page</a>.</p>
</blockquote>
<h3 id="step-5-upload-to-shapediver-and-share">Step 5: Upload to ShapeDiver And Share!</h3>
<p>As the last step in this walk-through, I would like to invite you to explore the model embedded below. I uploaded the script for the bench to the <a href="http://bit.ly/2GJc9Wr" target="_blank">
    <b>ShapeDiver</b>
  </a> website and inserted it here for your convenience.​ Feel free to adjust the sliders and see what you can come up with.</p>
<p>If you would like more information on ShapeDiver, I suggest you head over to their website and have a look at what they offer. You can even <a href="https://app.shapediver.com/register" target="_blank">signup for a free account to get started</a>.</p>
<p>
  <i>&lt;&lt; Are you interested in having your models scripted and built in Grasshopper to be used with ShapeDiver? Let Thys know: </i>
  <b>
    <i>thys@pekka.co.za</i>
  </b>
  <i>or follow him on his&nbsp;</i>
  <a href="https://www.instagram.com/pekka_parametrics/" target="_blank">
    <i>Instagram account</i>
  </a>
  <i>. &gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 8] – Meet Aspiring Car Designer Michele Farina</title>
  <description><![CDATA[ Parametric Dreams is a new space we’ve opened specifically for early entrepreneurs and students to share their stories and projects involving Parametric Design.  Every world-renowned designer was once a student and we believe every student dream deserves to be heard! ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-8-meet-aspiring-car-designer-michele-farina</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/5ab2c7d35a/7.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Sun, Jul 28, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <p>Michele Farina is an aspiring car designer who's currently doing an internship at BMW's HQ in Munich. He recently finished another 6-month internship at Ferrari, where he experienced first hand what it's like to be part of a team designing some of the most exotic cars in the world.</p>
<h3 id="1-hi-michele-thank-you-for-joining-us-today-tell-us-a-bit-about-your-background">1. Hi Michele! Thank you for joining us today. Tell us a bit about your background.</h3>
<p>I was born in a small town called Povegliano Veronese, just outside of Verona, Italy. Seventy percent of the surface is covered by farmland. As you can imagine, there’s not that much to do so there’s a huge opportunity to get creative with your time.</p>
<p>The times prior to choosing a high school and university were a tough one for me as I was always clashing with my family. I wanted something more artistic and they wanted something more scientific, since I was good at math and similar topics.</p>
<p>At the end I followed my parents suggestion and chose a scientific high school with a heavy focus on computer science, but for university was a bit different. I started Mechanical Engineering at Ingegneria Enzo Ferrari (UniMoRe - Modena) and after one year I switched to Automotive Design at the Institute of Applied Arts and Design (IAAD) in Turin.</p>
<h3 id="2-how-did-your-upbringing-shape-or-influence-you">2. How did your upbringing shape or influence you?</h3>
<p>I read the other day “boredom always precedes a period of great creativity” and I think this to be true! During my early years I was always creating something: a wooden sword or crossbow, a treehouse or a treasure map. I also enjoyed using Lego pieces. I think Lego influenced a lot how now I think and how I see the world around me.</p>
<p>I also started drawing cars and getting serious about being a “car designer”, especially when I discovered there was an actually company, Pininfarina, that focused only on this. I said to myself, “well, that will be my company”.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/07/PininFarina-1024x567.jpg" loading="lazy" />
</figure>
<p>Michele in front of Pininfarina's HQ in Italy</p>
<h3 id="3-tell-us-about-your-master-thesis-whats-the-core-of-it">3. Tell us about your Master Thesis. What's the core of it?</h3>
<p>My Master Thesis <a href="https://www.behance.net/gallery/75148923/The-end-of-car-designers" target="_blank">“The End Of Car Designers”</a> was both the most mathematical and the most artistic work of my studies. The core was to come up with a car configurator starting from human data.</p>
<p>My goal was to give to car designers new types of inspirations, reminding them that humans and humanity is the only “why” of our job. We tend to forget it sometimes. We close ourselves in our ego and refuse communication with others, designer or not.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/07/5-adhocs-2.19-1024x683.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/07/4-Baroque-1024x659.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/07/5-sculture-pulite-1024x685.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/07/generatorez-1024x683.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>Designers are not islands, but bridges. So I "bridged" human data (emotions in numbers from an A.I. and psychological information from a survey) to cars-sculptures-forms. It was the first thesis of IAAD history made entirely with Grasshopper.</p>
<h3 id="4-you-recently-created-a-car-grill-configurator-on-shapediver-what-are-you-trying-to-achieve-with-it">4. You recently created a Car Grill configurator on ShapeDiver. What are you trying to achieve with it?</h3>
<p>Sometimes designers have a tough time modeling an entire car grill with a complex pattern using normal modeling tools (it just takes ages). This car grill configurator is a basic tool that provides car designers a good range of forms. With this tool they can download for free any grid they design and use it for their models.</p>
<p>I developed it with car design students in mind, since I was one of them until one year ago, and I know how difficult the road is (much more than engineering!).</p>
<h3 id="5-describe-the-creative-process-you-followed-when-designing-it">5. Describe the creative process you followed when designing it.</h3>
<p>The creative process was quite simple. I analyzed and drew as many car grills as I could. I compared their external forms. As I was counting all the angles of the curves/polylines, I found out a reasonable range of angles: minimum 3 (like in the "triangle" of Alfa Romeo) to maximum 9.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/07/IMG_20190625_100120489-2-1-1024x740.jpg" loading="lazy" />
</figure>
<p>Creative process followed by Michele Farina.</p>
<p>Then I modeled in GH the form grill system. Then I added some patterns inside the grid, to allow the possibility to choose how dense the grill would be and added an attractor point, to affect other elements.</p>
<h3 id="6-whats-something-about-the-automotive-industry-that-someone-from-the-outside-maybe-doesnt-know">6. What's something about the automotive industry that someone from the outside maybe doesn't know?</h3>
<p>I’ll share two things: a negative and a positive. The negative one is that somehow a lot of us designers like to stay inside our own small world. We’re sometimes very narrow-minded, kind of wearing horse blinkers. This is what brings some of us to draw always the same designs and the same shapes.</p>
<p>The positive one is that I think normal people can't even imagine a car designer’s artistic approach. How much of deep, beautiful and emotional inspirations there are in a car design center. We are really artists that the car industry is borrowing.</p>
<p>Sometimes our industry “mashes us” together with engineering topics, laws, money, bosses' ego,.. but some other times, when the company “gets it” and surrounds us with really nice people, from the IT team to the boss, you can really tell how different results can be.</p>
<h3 id="7-thank-you-michele-for-your-time-and-good-luck">7. Thank you Michele for your time and good luck!</h3>
<p>Thank you and the whole ShapeDiver team for this interview!</p>
<p>
  <i>That’s it for our eighth episode of </i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i>  If you'd lie to connect with Michele you can do so by reaching out to him via his&nbsp;</i>
  <a href="https://www.linkedin.com/in/michele-farina/" target="_blank">
    <i>LinkedIn page</i>
  </a>
  <i>&nbsp;or his&nbsp;</i>
  <a href="https://www.instagram.com/_democrito_/" target="_blank">
    <i>Instagram account</i>
  </a>
  <i>.</i>
</p>
<p>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 7] – ShapeDiver Supports Research And Innovation!</title>
  <description><![CDATA[ At ShapeDiver, we are always happy to hand out licenses and a helping hand to any student or research fellow who wish to use ShapeDiver for their work. As a result, several publications have involved ShapeDiver in our three years of existence. In some of them, the platform even plays a significant role. We present here an overview of some of these eclectic works and discuss the shared design principles that connect them together. ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-7-shapediver-supports-research-and-innovation</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/f49af3b86a/6.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Sun, Jul 14, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="architectural-design">Architectural Design</h2>
<p>Parametric and generative design were initially born within the field of architecture. As a consequence, a large portion of ShapeDiver users are architects.</p>
<p>For instance in 2017, PhD student Deborah dos Santos presented a generative tool named CICERO (Creative Interface for Constructing Earthbag Resource Objects) for supporting earthbag dome design decisions [1].</p>
<p>In short, earthbag constructions are durable, strong, climatically efficient and they are composed of renewable and reusable resources. The main goal of Deborah's work was to facilitate the use of such constructions and above all promote their low environmental impact. The tool gives architects a way to prototype and evaluate the costs of earthbag domes, including the bill of materials needed for the construction. Find more information about CICERO on <a href="http://www.cicero.earth/" target="_blank">the project's website</a>.</p>
<figure>
  <img alt="Association of compasses to create the dome shape (source: Khalili, 2008)Â " src="https://www.researchgate.net/profile/Deborah_Santos6/publication/321234751/figure/fig2/AS:631624723091512@1527602477919/Association-of-compasses-to-create-the-dome-shape-source-Khalili-2008.png" loading="lazy" />
</figure>
<p>Association of compasses to create the dome shape (source: Khalili, 2008) </p>
<h2 id="urban-planning">Urban Planning</h2>
<p>Stemming from architectural applications, parametric design has become a fundamental tool in the field of Urban Planning.</p>
<p>In their 2018 paper, Shuva Chowdhury and Marc Aurel Schnabel propose an algorithmic methodology to predict urban form using ShapeDiver as a proof of concept [2]. The tool they developed facilitates participatory urban design decisions in an intuitive platform. In particular, it helps visualize multiple urban scenarios with real-time feedback.</p>
<p>The tool is presented through the example of a mall in Karori, New Zealand. The <a href="https://app.shapediver.com/m/karori-mall-complete" target="_blank">ShapeDiver model</a> provides various options to iterate on the design and forecast construction costs for each scenario.</p>
<figure>
  <img alt="An online collaboration platform to visualizing multiple scenarios of Karori Mall with construction cost per square meter." src="https://www.researchgate.net/profile/Marc_Aurel_Schnabel/publication/325324703/figure/fig5/AS:669419428659219@1536613437780/An-online-collaboration-platform-to-visualizing-multiple-scenarios-of-Karori-Mall-with.jpg" loading="lazy" />
</figure>
<p>Online collaboration platform for visualizing multiple scenarios of Karori Mall with construction cost per square meter (source: [2])</p>
<h2 id="product-design">Product Design</h2>
<p>So far, product design has been the main area of focus for ShapeDiver applications because product designers can make full use of all the features of the platform. In particular, it is possible to integrate the web interface in e-commerce websites, export quoting documents and bills of materials. Above all, production drawings and manufacturing data can be generated on-the-fly from the web browser. As a result, additive and distributed manufacturing combined with ShapeDiver give birth to truly innovative applications.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/07/image-1024x681.png" loading="lazy" />
</figure>
<p>Furniture designed through the Visionaria workshops (source: [3])</p>
<p>During the upcoming <a href="https://www.ahfe2019.org/board.html#ammsp" target="_blank">International Conference on Additive Manufacturing, Modeling Systems and 3D Prototyping</a>, Daniele Rossi, Davide Paciotti and Michele Calvano will present the Visionaria research project [3].</p>
<p>The aim of Visionaria was to regenerate an urban space at an important central location in the city of Seneglia, Italy. To that end, they developed an open design tool based on ShapeDiver which allowed the non-technical participants to design and populate the space with CNC-cut pieces of furniture.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/07/image-1-1024x374.png" loading="lazy" />
</figure>
<p>Open design tool for a parametric chair (source: [3])</p>
<h2 id="towards-a-new-design-paradigm">Towards A New Design Paradigm</h2>
<p>Although the range of applications for cloud-based parametric tools is wide, an overlook of the above research works also reveals some common goals across different fields.</p>
<p>As an example, one obvious research direction is to abolish the need for high levels of expertise in order to take part in design decisions. Indeed, from business executives to collaborators and end consumers, ShapeDiver provides a way for all stakeholders to access, configure and share knowledge about a product. When it comes to consumer products, this has been referred to as <i>co-design</i>, or even <a href="https://en.wikipedia.org/wiki/Open-design_movement" target="_blank">
    <i>open design</i>
  </a>, similarly to the open-source movement in software.</p>
<p>In his paper C<i>omputation by Design, towards a co-designed material culture</i> [5], Viktor Malakuczi presents the challenges of implementing true mass customization in product design. In particular, he argues that tools like ShapeDiver are crucial for reaching a new frontier in human-centered design.</p>
<h2 id="restoring-freedom-of-creativity">Restoring Freedom Of Creativity</h2>
<p>What about the future? Which challenges remain for the design and production industries? Perhaps an ideal overview can be found in Rodrigo Lopes's master thesis [6].</p>
<p>Rodrigo discusses how industrialization and the rise of mass production have alienated humans from creativity processes and deprived the objects they consume from their meaning. He then argues that parametric design and digital fabrication processes can be instrumental in turning consumers into makers again.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/07/image-2-1024x201.png" loading="lazy" />
</figure>
<p>Cardboard prototype of a custom surfboard (source: [6])</p>
<p>His research is illustrated by the surprisingly old and complex history of surfboards. Finally, his work is applied through a surfboard configurator based on ShapeDiver.</p>
<p>
  <i>Are you a student or an academic fellow? Don't hesitate to&nbsp;</i>
  <a href="https://www.shapediver.com/#contact" target="_blank">
    <i>request a free ShapeDiver license</i>
  </a>
  <i>&nbsp;if you think it can support your project! We'll be happy to learn about it and even provide some help if we can.</i>
</p>
<p>[1] <b>Santos, Deborah &amp; Beirão, José.</b> (2017). <a href="https://www.researchgate.net/publication/321234751_Generative_tool_to_support_architectural_design_decision_of_earthbag_building_domes" target="_blank">
    <i>Generative tool to support architectural design decision of earthbag building domes.</i>
  </a>538-543. 10.5151/sigradi2017-083.</p>
<p>[2] <b>Chowdhury, Shuva &amp; Schnabel, Marc Aurel.</b> (2018).<i>&nbsp;</i>
  <a href="https://www.researchgate.net/publication/325324703_An_Algorithmic_Methodology_to_Predict_Urban_Form_An_Instrument_for_Urban_Design" target="_blank">
    <i>An Algorithmic Methodology to Predict Urban Form: An Instrument for Urban Design.</i>
  </a>
  <i>&nbsp;</i>23rd International Conference of the Association for Computer-Aided Architectural Design Research in Asia (CAADRIA), At Beijing, Volume: 2, 401-410
</p>
<p>[3] <b>Rossi D., Paciotti D., Calvano M.</b> (2020) <a href="https://link.springer.com/chapter/10.1007/978-3-030-20216-3_18" target="_blank">
    <i>Visionaria. An Open Design Approach for the Regeneration of Historical Urban Heritage.</i>
  </a>In: Di Nicolantonio M., Rossi E., Alexander T. (eds) Advances in Additive Manufacturing, Modeling Systems and 3D Prototyping. AHFE 2019. Advances in Intelligent Systems and Computing, vol 975. Springer, Cham</p>
<p>[4] <b>Minenna V.</b>
  <a href="http://materialdesign.it/media/formato2/allegati_6501.pdf" target="_blank">
    <i>Innovazione di senso nel design litico.</i>
  </a>STONE DESIGN.:142.
</p>
<p>[5] <b>Viktor Malakuczi</b> (2019) <a href="https://www.tandfonline.com/doi/abs/10.1080/14606925.2019.1594989" target="_blank">
    <i>Computational by Design, towards a codesigned material culture. A design tool</i>
  </a>
  <i>.</i>, The Design Journal, 22:sup1, 1235-1248, DOI: 10.1080/14606925.2019.1594989
</p>
<p>[6] <b>Lopes, R.A.P.</b>, 2018. <a href="https://www.repository.utl.pt/handle/10400.5/17993" target="_blank">
    <i>Computational strategies applied to product design</i>
  </a> (Doctoral dissertation, Universidade de Lisboa, Faculdade de Arquitetura).</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Kangaroo 2 Plugin</title>
  <description><![CDATA[ One of the most exciting additions to Grasshopper 1.0 is the inclusion of the Kangaroo plugin as a set of native Grasshopper components. By popular demand, we are happy to bring Kangaroo 2 to ShapeDiver today! Read more below about this powerful plugin, and importantly about the precautions to take when using Kangaroo with ShapeDiver. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-kangaroo-plugin</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/309a802441/5.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jun 17, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <i>One of the most exciting additions to Grasshopper 1.0 is the inclusion of the Kangaroo plugin as a set of native Grasshopper components. By popular demand, we are happy to bring Kangaroo 2 to ShapeDiver today! Read more below about this powerful plugin, and importantly about the precautions to take when using Kangaroo with ShapeDiver.</i>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/06/image-1024x100.png" loading="lazy" />
</figure>
<h2 id="what-is-kangaroo">What Is Kangaroo?</h2>
<p>Kangaroo is a physics engine for interactive simulation, form-finding, optimization and constraint solving inside Grasshopper. With a background in architectural design and a laser focus on state-of-the-art research, Kangaroo's creator <a href="http://kangaroo3d.com/" target="_blank">
    <b>Daniel Piker</b>
  </a>has brought an immensely powerful set of tools to Grasshopper. Optimization routines that usually require strong development skills and mathematical training are now available to parametric designers.</p>
<p>One noticeable feature of the Kangaroo plugin is its ability to perform live optimization and display iteration results while the algorithm progresses. Indeed during the optimization, the <b>standard Kangaroo solver continually recomputes successive solutions</b> until it converges:</p>
<figure>
  <img alt="standard solver of the kangaroo plugin" src="https://assets.shapediver.com/uploads/2019/06/normal_solver_small-2.gif" loading="lazy" />
</figure>
<p>This behaviour of Kangaroo is unfortunately not compatible with ShapeDiver. Due to its nature, the ShapeDiver viewer does not stream real-time information from Rhino. The viewer communicates with servers by sending a request and waiting for an answer from Grasshopper. In other words, <b>a bijective relationship between a set of parameters and the resulting geometry is kept at all times.</b>
</p>
<p>For this reason, we have been cautious to start supporting the plugin. Fortunately, Kangaroo 2 provides several types of solvers with variable characteristics. Among them, one solver is the key to using Kangaroo with ShapeDiver...</p>
<h2 id="the-zombie-solver">The Zombie Solver</h2>
<p>When using the <b>Zombie Solver</b>, optimization steps before the solver converges do not trigger and display new solutions in Grasshopper. This solver instead produces a single solution after the algorithm has stopped, while intermediate optimization steps perform inside the component. As a consequence, the Zombie solver behaves very much like a standard Grasshopper component, which is good news for ShapeDiver compatibility!</p>
<p>Instead of displaying intermediate results, the zombie solver has one more input parameter: a maximum number of steps to run during the optimization. The component stops then if it has not reached a goal within the defined tolerances. This additional parameter is useful in two cases:</p>
<figure>
  <ul>
    <li>By connecting a slider to it, one can witness the progression and get a glimpse at the behaviour of the optimization algorithm, somewhat like the standard solver does on its own.</li>
    <li>More importantly, in the context of online configurators, it is possible to enforce a smaller number of iterations during the configuration process, before raising this limit when more precise data or geometry needs to be exported from the viewer.</li>
  </ul>
</figure>
<figure>
  <img alt="zombie solver of the kangaroo plugin" src="https://assets.shapediver.com/uploads/2019/06/zombie_solver_small-1.gif" loading="lazy" />
</figure>
<h2 id="an-example-planar-quad-panels">An Example: Planar Quad Panels</h2>
<p>This simple example addresses a common rationalization problem when designing free-form architecture with Rhino. Starting from a quad mesh that represents a facade, the goal is to ensure that as many panels in the facade as possible can be manufactured with planar elements (glass or metal panels, for example). Using Kangaroo, we enforce the planar constraint for all panels in the surface, while fixing the floor points to prevent them from drifting away. We also keep a constraint for the overall smoothness of the surface, in order to obtain a visually satisfying result.</p>
<p>In the model below, the color coding shows the level of planarity. Panels in green are considered planar according to the input tolerances. The initial surface clearly shows many non-planar panels. After enabling the Kangaroo solver, more panels become planar. With a few hundred iterations, the whole surface becomes planar and the goal is achieved.</p>
<p>
  <a href="https://shapediverdownloads.s3.amazonaws.com/DemoModels/ShapeDiver%2BKangaroo.gh" target="_blank">Download the example model.</a>
</p>
<h2 id="a-few-limitations">A Few Limitations</h2>
<p>As explained in the previous section, all solvers except the Zombie Solver operate in a way that is not compatible with ShapeDiver's technology. On top of them, two other components do not make sense in the context of online applications, and therefore are not supported on ShapeDiver:</p>
<figure>
  <ul>
    <li>The '<i>Grab</i>' component which lets you grab particles in the Rhino viewport.</li>
    <li>The '<i>DotDisplay</i>' component which displays points as round dots in the Rhino viewport.</li>
  </ul>
</figure>
<p>These limitations are easily explained by the fact that the Rhino viewport is replaced on ShapeDiver with an online viewer.</p>
<p>It should also be noted that Kangaroo is often computationally intensive. Therefore many complex algorithms will face the computation time limit that comes with Free (up to 5 seconds) and PRO (up to 10 seconds) ShapeDiver accounts. You can <a href="https://www.shapediver.com/blog/optimizing-grasshopper-definitions-explained/" target="_blank">read a few tips here</a> about how to optimize your definitions before uploading them.</p>
<p>Finally, ShapeDiver supports Kangaroo 2 up to the current release 2.6.0. In particular, no version of Kangaroo 1 is supported for model upload.</p>
<p>
  <i>Feel free to start uploading models using Kangaroo today and post any questions or issues on the forum!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep. 8] – Marco Traverso</title>
  <description><![CDATA[ Designers Corner is the place where Parametric Designers talk about their work. There is a story behind every model, and who better to tell the story than the designers themselves? In today&#39;s episode we had a chance to talk to Italian computational designer Marco Traverso. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-8-marco-traverso</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/e191baef6d/4.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jun 10, 2019 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="who-is-marco-traverso">Who is Marco Traverso?</h2>
<p>Marco Traverso is an <b>Italian Computational/3D Designer & Developer </b>from Rome, Italy. He has an academic background in Mechanical Engineering and have always worked at the crossroads between Industrial and Transportation Design, Architecture, 3D Modeling & Visualization and Software/Web Development.</p>
<p>He currently focuses on Computational Design and now works as a <b>Parametric Design Consultant</b>, Grasshopper Trainer and Freelance Designer for studios and companies around the world.</p>
<p>Marco also the launched <a href="https://www.carbodydesign.com/" target="_blank">Car Body Design</a> back in 2004, a <b>very popular website </b>amongst Car Design aficionados up to this date, which focuses on Automotive & Industrial Design.</p>
<h3 id="1-hi-marco-thank-you-for-joining-us-lets-start-with-a-bit-of-your-background-and-why-youre-doing-what-youre-doing-right-now">1. Hi Marco! Thank you for joining us. Let's start with a bit of your background and why you're doing what you're doing right now.</h3>
<p>Hello and thank you for having me here!</p>
<p>I'm from Rome, Italy and I studied Mechanical Engineering. Since I was quite young I've been very passionate about cars, computer graphics, computer programming, drawing and design.</p>
<p>I wasn't sure about what I wanted to become, so I thought this path could be a "compromise" that would allow me to deal with all these topics, even if I sometimes questioned my decision. In hindsight I must say that's exactly what happened!</p>
<p>After university I worked as a Design Engineer and then as self-employed in a variety of fields: from web publishing (with the <a href="https://www.carbodydesign.com/" target="_blank">Car Body Design</a> website) to CAD modeling and programming, CG visualization, software development.</p>
<h3 id="2-tell-us-a-bit-more-about-car-body-design-when-and-why-did-you-start-it-who-should-check-it-out">2. Tell us a bit more about Car Body Design. When and why did you start it? Who should check it out?</h3>
<p>I launched <a href="https://www.carbodydesign.com/" target="_blank">Car Body Design</a> in 2004 as an extension of my personal website <a href="https://www.marcotraverso.it/" target="_blank">marcotraverso.it</a>, where I published my university thesis on the design of automotive space frames (which is <a href="https://www.marcotraverso.it/spaceframe/" target="_blank">still online</a> by the way).</p>
<p>It was originally conceived as a repository of technical papers and articles on automotive engineering and design, then I started publishing more design-related material, from technical papers to drawing and 3D modeling tutorials.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/06/CarBodyDesign-1024x579.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>carbodydesign.com was launched in 2004 and is a leading website in the automotive and industrial design fields, with over <b>2 million pages visited every month</b>.</p>
<p>The website started to gain traction and within a couple of years it became my main occupation and a well-established resource in the field.</p>
<p>The audience is primarily made of professionals working in the Automotive Design Industry, as well as car design students, but there are also many industrial designers and car enthusiasts!</p>
<p>In the future we'll publish more 3D design-related content, while my 3D work and research is published on my personal site and - soon - on <a href="https://www.parametricproject.it/" target="_blank">ParametricProject.net</a>.</p>
<h3 id="3-thats-great-whats-your-first-design-related-memory">3. That's great! What's your first "design-related" memory?</h3>
<p>I have a few of them: I loved drawing since I was a small kid, I remember I knew from memory all the color codes of the Stabilo markers and colored pencils!</p>
<p>Regarding the digital part of design, I've been always passionate about computers and computer graphics. At 12 years I coded a Basic program on the Apple IIc to display solids in perspective, while two years later I designed a couple of video games on the Commodore 64 using a program called SEUCK.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/1.-3D-Tessellation-created-using-SubDivision-Surfaces-1024x576.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/2.-Application-of-an-interwoven-pattern-683x1024.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/3.-Example-of-generative-design-using-Subdivision-Surfaces-1024x1024.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/4.-Grille-Pattern-The-definition-also-integrates-the-solid-fillets-copy.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/5.-Interwoven-Pattern-1024x539.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/6.-Panels-with-wavy-patterns-entirely-created-through-a-GH-definition-1024x1024.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/06/7.-Solid-Pattern.jpg" loading="lazy" />
        <figcaption class="text-center"></figcaption>
      </figure>
    </li>
  </ul>
</figure>
<p>Regarding cars, I remember reading the "Auto & Design" magazine back in the mid 1980s. It's amazing how my interests haven't changed that much in all these years!</p>
<h3 id="4-which-one-is-your-software-of-choice-and-why">4. Which one is your software of choice and why?</h3>
<p>I have always used <a href="https://www.rhino3d.com/" target="_blank">Rhino</a> since the early versions, and I started using Grasshopper in 2012. I immediately fell in love with the philosophy behind it and spent a lot of time learning how to use it for different purposes, from the more common "generative design" shapes, to solid CAD modeling and creative concept design.</p>
<p>Last year I made a significant change and I decided to focus all my effort and energy on Parametric 3D Modeling. I still manage <a href="https://www.carbodydesign.com/" target="_blank">Car Body Design</a>, but I'm now quite busy working as a 3D design consultant and Grasshopper trainer for design studios and engineering companies around the world.</p>
<iframe width="100%" height="480" src="https://appbuilder.shapediver.com/v1/main/latest/?slug=parametric-car-wheel-design-by-marco-traverso-v2" referrerpolicy="origin" allowfullscreen="" style="overflow:hidden; border-width:0"></iframe>
<pre><code>-- Check out this and other future models directly on Marco Traverso's profile on ShapeDiver. --</code></pre>
<h3 id="5-in-your-own-words-what-is-parametric-design-and-why-is-it-so-important-and-revolutionary">5. In your own words, what is Parametric Design and why is it so important and revolutionary ?</h3>
<p>Many people can see parametric design as a mere rationalization process that transforms an idea into a series of repeatable steps.</p>
<p>While this might be formally true, what I really find fascinating is that, contrary to common belief, I believe that Parametric Design is a great creative tool, perhaps the most important revolution of the past years.</p>
<p>Parametric Design allows designers to fine-tune their work until they find the right aesthetic balance without having to redo things from scratch; it allows to easily create variations and families of products; it enables to create complex shapes like textures and patterns that cannot be practically done using traditional approaches; it allows for new design approaches, like generative/algorithm design and form finding methods.</p>
<p>But, perhaps more surprisingly, it also allows to creatively experiment and explore countless variations that completely depart from the initial design intent, and this almost always leads to happy accidents, and sparks new ideas and inspirations.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/06/Parametric-Model-used-to-explore-new-ideas-1024x427.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Parametric Model used to explore new ideas</p>
<h3 id="6-whats-the-most-important-thing-youve-learned-from-the-automotive-industry">6. What's the most important thing you've learned from the Automotive Industry?</h3>
<p>There are couple of important lessons that I learned from the automotive world and that are related to design.</p>
<p>The first one is about emotions. For my generation - and even more for our parents - cars had still a strong emotional appeal and represented a symbol of freedom and independence. These strong, positive feelings are a very important part of good design.</p>
<p>Obviously it's far more difficult to create these emotions with everyday products, yet many brands and designers have demonstrated that it's possible, so as designers we should always strive for conveying something that goes beyond the mere technical aspects of a product.</p>
<p>The second lesson is about the importance of details and proportions. When you draw a car you realize that a very small difference in a single line can completely change the overall look, a bit like when drawing a human face.</p>
<h3 id="7-how-could-the-automotive-industry-apply-more-efficiently-concepts-such-as-additive-manufacturing-and-parametric-design">7. How could the Automotive Industry apply more efficiently concepts such as Additive Manufacturing and Parametric Design?</h3>
<p>The automotive industry is a very challenging one: it involves huge investments and long development times, so most of the time it is quite conservative in nature.</p>
<p>Also, the production volumes for series models did not allow for an easy implementation of the new additive manufacturing processes. However this is rapidly changing, and these new processes are more and more used in R&D but also on the actual production of some specific components.</p>
<p>Regarding Parametric Design, while in terms of feature-based, non-destructive CAD modeling it has always been widely used - and actually almost invented - by car makers, when we intend it as the procedural / algorithm-driven creation of geometry, then the adoption rate is not as fast as in other fields like architecture or product design.</p>
<p>However this is changing and many car manufacturer have realized the benefits of these methods. This is also due to the necessity of incorporating the contemporary aesthetic language made of organic, intricate details and textures, that can only be achieved using an algorithm-driven approach.</p>
<p>We can already see many applications in today's cars, especially in details and individual components like grilles, wheels, interior textures.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/06/Car-Wheel-Design-Exploration-based-on-a-single-GH-definition-1024x512.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Car Wheel Design Exploration based on a single Grasshopper definition</p>
<p>In the future I believe that new tools capable of combining the best of the CAD traditional modeling tools, with the benefits of alternative techniques like subdivision surfaces or sculpting, all within a non-destructive, parametric framework will change the way many designs are created, especially in the early concept stage. And then, if we consider the ever increasing use of A.I.-based technology, I believe that algorithm-driven design processes are going to be extremely relevant in the next future.</p>
<h3 id="8-we-couldnt-agree-more-thank-you-marco-its-been-a-pleasure-talking-to-you">8. We couldn't agree more! Thank you Marco! It's been a pleasure talking to you!</h3>
<p>Thank you as well for having me here and for anyone wanting to get in touch with me please visit either website: <a href="https://www.marcotraverso.it/" target="_blank">marcotraverso.it</a> or <a href="https://www.carbodydesign.com/" target="_blank">carbodydesign.com</a>
</p>
<hr class="py-2" />
<p>
  <i>That’s it for this 8th episode of </i>
  <b>
    <i>Designers Corner! </i>
  </b>
  <i>You can contact or check out Marco Traverso's work directly at his </i>
  <a href="https://www.instagram.com/marco_traverso/" target="_blank">
    <i>Instagram</i>
  </a>
  <i> account and </i>
  <a href="https://www.marcotraverso.it/" target="_blank">
    <i>website</i>
  </a>
  <i>.</i>
</p>
<p>
  <i>Dont forget to check out more interviews with great designers by like </i>
  <a href="https://www.shapediver.com/blog/designers-corner-ep-5-arthur-mamou-mani-2/" target="_blank">
    <i>Arthur Mamou-Mani</i>
  </a>
  <i>and&nbsp;</i>
  <a href="https://www.shapediver.com/blog/designers-corner-ep-6-marie-boltenstern/" target="_blank">
    <i>Marie Boltenstern</i>
  </a>
  <i>.</i>
</p>
<p>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>3D Printing Stone And Concrete… Explained!</title>
  <description><![CDATA[ Concr3de was founded in 2016 with the aim of providing a way to produce sustainable and unique forms of architecture, construction, design and manufacturing, using inkjet 3D printing technology. In this blog post, Matteo Baldassari (co-founder) shares his Mass Customization vision and how, thanks to ShapeDiver, it is one step closer to reality. ]]></description>
  <link>https://www.shapediver.com/blog/3d-printing-stone-and-concrete-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/85c858c7f8/3.webp"></enclosure>
  <dc:creator><![CDATA[ Matteo Baldassari ]]></dc:creator>
  <pubDate>Tue, Jun 4, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="mass-production-vs-mass-customization">Mass Production vs Mass Customization</h2>
<p>While traditional manufacturing methods still dominate across almost every industry, there's no denying that the <b>human desire to be different</b> is pushing companies to try new processes which can help them deliver <b>custom-made products</b> in a cost-efficient way.</p>
<p>Mass customization through <b>Additive Manufacturing</b> is already very common for materials such as plastic or metal. Renowned 3D printing companies have been providing these services since years, but <b>for some specific materials like concrete and stone</b>, this process has still been too expensive or <b>too complex</b> for it to be commercially viable.</p>
<p>Up until now, the manufacturing process of objects made of these materials require<b>&nbsp;artisanal experience </b>and are very (human) <b>labor intensive</b>. For these objects to be considered for industrial scale adoption, their manufacturing process needs to be fully automated.</p>
<h2 id="the-missing-link">The Missing Link</h2>
<p>Mass Customization has not been truly available on a global scale due to the <b>lack of digital tools</b> that help the end user to go from an idea to a physical object.</p>
<p>Thanks to technical <b>developments</b> and convergence of <b>ideas</b> like <b>ShapeDiver&nbsp;</b>and<b>&nbsp;Concr3de, </b>a company can now <b>publish an algorithm</b> in the form of a digital product on their website, which then their end users can <b>customize online</b> and immediately <b>3D-print a unique design</b>.</p>
<p>This combination of <b>parametric design</b> via Grasshopper/Rhino, <b>web-based customization</b> and <b>Additive Manufacturing</b> can allow products to be designed and directly ordered online in a completely new range of materials at affordable prices.</p>
<iframe id="sdv-iframe" width="100%" height="480" src="https://viewer.shapediver.com/v2/2.11.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=311498851bd98c7ff74d3e76b6ad3417b76cbd6936b10264daa4f2692984ec26a673b2fb82518bcf6fc783f9b3bdf986f5a8651573a09580d2404581365459f9437a798938cb29bef38573a3953e5935c69879c994bc40174670463c861131c823ee207f721de45c7461d06b2f8430f8855665d32e8a-d9ba429976a3e9245f9c8cad40051dd1&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>This new digital craftsmanship allows to quickly go <b>from a concept</b> to a <b>real</b> tangible <b>product</b> in a matter of days using a sustainable, durable and functional material like stone.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/06/Vase-Concr3de-3D-Print-ShapeDiver-1024x510.jpeg" loading="lazy" />
</figure>
<p>3D-Printed Vase by Concr3de</p>
<p>In this example shown above, the final shape has been <b>3D-printed</b> using <a href="https://concr3de.com/printers/armadilloblack/" target="_blank">Armadillo</a>, an industrial ink jet system designed by the <b>Concr3de Team</b>, which is able to <b>print</b> a strong, durable and sustainable <b>stone-like material&nbsp;</b>in several colors with a precision up to 100 micron.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/06/armadillo-black-stone-3d-printer-1024x639.jpg" loading="lazy" />
</figure>
<p>- Armadillo 3D-Printer from Concr3de-
  <br />Concr3de’s team is already scaling up the method to reach 2m3 production per day, this process would allow to fabricate parts up to 2 meters long with a definition of 0.2 mm.</p>
<p>This new workflow represents a <b>game-changing milestone</b> in the industry because companies can now take advantage of these tools to <b>simplify</b> their <b>supply chains</b>, <b>reduce</b> material <b>waste</b>, avoid huge inventories and reduce human labour.</p>
<p>
  <b>Additive Manufacturing is not a simple prototyping tool anymore</b>, but rather a powerful, automated and flexible production process where <b>the customer</b> is at the center of the experience and is able to be <b>part of the design process.</b>
</p>
<p>For companies this concept represents a <b>new approach</b> to provide <b>custom</b> industrial <b>services</b> at an <b>affordable</b>
  <b>price</b> without compromising the customers desire to be unique. It also allows for a <b>new range of products</b> for Interior Design and Architecture to be possible by using an easy and <b>affordable fabrication process</b>.
</p>
<p>&lt;&lt; <i>Want to know more about Concr3de? Follow them on&nbsp;</i>
  <a href="https://www.instagram.com/concr3de/" target="_blank">
    <i>Instagram</i>
  </a>
  <i>&nbsp;or check out&nbsp;</i>
  <a href="https://concr3de.com/" target="_blank">
    <i>their website</i>
  </a>
  <i>!</i>
</p>
<p>
  <i>If you have any doubts or would like to be featured as a guest in our blog, send us a contact request.</i>&gt;&gt;
</p> ]]></content:encoded>
</item>
<item>
  <title>The Role Of Sliders In Product Configurators</title>
  <description><![CDATA[ How many times have you interacted with a slider today? You probably have no clue, and I wouldn’t blame you. After all, it’s the nature of good design to become transparent to users. Today, I wanted to take a more mindful look at those small but fundamental pieces of our digital life. How did sliders come to be? What is their role in modern user interfaces and, especially, how can they enhance - or hurt - product configurators? ]]></description>
  <link>https://www.shapediver.com/blog/sliders-in-product-configurators</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/434282d87f/1.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Mon, Mar 25, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <i>How many times have you interacted with a slider today? You probably have no clue, and I wouldn’t blame you. After all, it’s the nature of good design to become transparent to users. Today, I wanted to take a more mindful look at those small but fundamental pieces of our digital life. How did sliders come to be? What is their role in modern user interfaces and, especially, how can they enhance - or hurt - product configurators?</i>
<h3 id="a-fundamental-ui-element">A Fundamental UI Element</h3>
<p>Adjusting the brightness of your smartphone screen. Navigating a YouTube video. Even looking for plane tickets involves sliders. They are indeed an integral part of our interactions with digital content. Software companies like Microsoft and Apple have published design guidelines including best practices for working with sliders. There is even a whole reddit <a href="https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950" target="_blank">volume control parody</a>, an imaginary torture museum of horrendous alternatives to good old sliders. If anything, it is a sweeping reminder of how difficult it would be to build interfaces without them.</p>
<h4 id="the-first-sliders">The First Sliders</h4>
<p>Today, sliders are so ubiquitous that one could almost forget they had to be invented. The oldest piece of design resembling sliders, both visually and conceptually, could be the first counting boards from ancient Babylone. They would evolve through the ages to what we came to call abacus.</p>
<figure>
  <img alt="Old roman abacus" src="https://assets.shapediver.com/img_sb_mig/f/92524/300x239/fe315f2b18/romanabacusrecon.webp" loading="lazy" />
  <figcaption class="text-center">
    <i>Old roman abacus</i>
  </figcaption>
</figure>
<p>An abacus has a different purpose of course, but the main elements are here. Beads on a stick, forecasting thumbs on a track. Much more recently, volume and other range controls from amplifiers and mixing consoles were obvious physical predecessors to the slider. In fact, one could imagine that those sound recording and production devices were the direct inspiration for the very first digital sliders. Another early incarnation of the UI slider is of course the scrollbar. Scrollbars were already present in the first commercial GUI, the <a href="https://courses.csail.mit.edu/6.831/archive/2008/lectures/L7-generating-designs/L7-generating-designs.html" target="_blank">Xerox Star</a>.</p>
<figure>
  <img alt="scrollbars" src="https://assets.shapediver.com/img_sb_mig/f/92524/1464x570/302a08048a/sbwzx.png" loading="lazy" />
  <figcaption class="text-center">
    <i>Evolution of scrollbars since 1981 (</i>
    <a href="#">source</a>)
  </figcaption>
</figure>
<h4 id="why-use-sliders">Why Use Sliders?</h4>
<p>Take a minute to think about volume controls. On a scale of 0 to 100, humans are not able to pick the most comfortable noise level by entering a specific number. Finding the perfect sound level involves a gut feeling and wouldn’t be possible without immediate noise feedback.</p>
<figure>
  <img alt="amplifier knobs" src="https://assets.shapediver.com/img_sb_mig/f/92524/800x200/068a2b7db7/mesa_dials_knobs.webp" loading="lazy" />
  <figcaption class="text-center">
    <i>Volume knobs on an amplifier</i>
  </figcaption>
</figure>
<p>In the physical world, circular knobs can be well-suited for this task. Knobs are also an option in software user interfaces, but they are <a href="http://anthonyterrien.com/demo/knob/" target="_blank">not nearly as comfortable</a> as their physical counterparts. This leaves us with sliders as an obvious choice. It is not difficult to imagine that with any other type of control (text boxes, dropdowns, +/- buttons, etc…), finding the ideal value would be much more cumbersome.</p>
<p>The case of volume controls helps us identify the typical attributes of a slider-friendly parameter. It often has <b>many values</b> which <b>cannot be easily discriminated</b> and need to be adjusted by <b>exploring </b>options fast. In short, when a user cannot formulate precise needs but will instinctively know when they are matched, sliders are a beautiful option offering the <b>fastest </b>and <b>most fun </b>choice navigation tool.</p>
<h4 id="more-than-practical">More Than Practical</h4>
<p>
  <i>Fun </i>and <i>exploration </i>are definitely aspects to consider when choosing sliders. Vitaly Friedman (UX expert and founder of <i>Smashing Magazine</i>) notes that beyond the practical benefits of using sliders, they are appreciated by users in general.
</p>
<blockquote>
  <p>
    <i>When your users notice a slider control, a remarkable number of people will navigate towards the slider to “try it out” — grabbing the thumb and sliding it across the track to see what happens. Apparently, interactive elements do matter. We would observe it over and over and over again, on various websites representing various industries.</i>
  </p>
  <p>Vitaly Friedman, <a href="https://www.smashingmagazine.com/2017/07/designing-perfect-slider/" target="_blank">Designing the perfect slider</a>
  </p>
</blockquote>
<p>This observation makes the case for using sliders outside of the criteria I mentioned, so long as they elevate the user experience.</p>
<h4 id="when-to-avoid-sliders">When To Avoid Sliders?</h4>
<p>There are many criteria that come into play, when deciding to use a slider or not. In most instances, the answer is not obvious and largely depends on the design and implementation of the interface to provide an optimal experience. However, there are a few situations where using a slider is not good practice.</p>
<figure>
  <ul>
    <li>
      <b>
        <i>Need for precision:</i>
      </b>Think of a dimension parameter which can take any value between 200 cm and 400 cm, up to a millimetric precision. Sure, a slider lets users explore this range efficiently, but if they already know the value they need, sliding there is not as comfortable as directly entering, say, <i>216.4 cm</i> in a text box. As a matter of fact, a slider might even be hurtful to the user experience. In this case, exploration is not key. Getting to the point is.
    </li>
  </ul>
</figure>
<div style="text-align:center">
  <input type="range" min="0" max="10000" step="1" style="width:80%" value="5000" />
  <span id="val">5000</span>
  <br />
  <p>
    <i>Pick a number between 0 and 10,000 and try to reach it with the slider...</i>
  </p>
</div>
<figure>
  <ul>
    <li>
      <b>
        <i>Delayed feedback:</i>
      </b>Some quantities might seem ideal cases for using sliders, but for one reason or another suffer from delayed feedback. This happens when chosen values trigger a computation that takes a few seconds before displaying results. Fetching large amounts of data might also cause such delays. Sliders are conceived for iterating fast between choices and getting immediate feedback.
    </li>
  </ul>
</figure>
<div style="text-align:center">
  <input type="range" min="0" max="100" step="1" style="width:80%" value="50" />
  <p>
    <i>Pick a number between 0 and 100 and try to reach it with the slider...</i>
  </p>
</div>
<figure>
  <ul>
    <li>
      <b>
        <i>No sense of progress</i>
      </b>
      <b>:</b> Whether it is explicit or not, there should be quantifiable effect from moving the slider: decrease to the left, increase to the right. It would be bad practice to have users pick from mismatched options (five different colors, for example) by grouping them in a slider.
    </li>
  </ul>
</figure>
<div style="text-align:center">
  <input type="range" min="0" max="4" step="1" style="width:80%" value="2" />
  <span id="val3">red</span>
  <br />
  <p>
    <i>Pick a color and try to reach it with the slider...</i>
  </p>
</div>
<figure>
  <ul>
    <li>
      <b>
        <i>Very few values</i>
      </b>
      <b>:</b> No one needs a slider to pick between a handful of options. Dropdown menus or checkboxes provide a better overview of the different choices and a more convenient way of picking the right one.
    </li>
  </ul>
</figure>
<div style="text-align:center">
  <input type="range" min="0" max="2" step="1" style="width:80%" value="1" />
  <span id="val4">1</span>
  <br />
  <p>
    <i>Pick a number between 0 and 2 and try to reach it with the slider...</i>
  </p>
</div>
<h4 id="cross-platform-considerations">Cross-Platform Considerations</h4>
<p>Sliders became more difficult to handle since users stopped consuming software through mouse and keyboard only. Touch screens have proved tricky for smooth slider interactions. Precision is degraded, while the thumb and the track of the slider are often too small. Smart TVs also present unsolved UI problems when it comes to sliders. Browsing to the middle of a Netflix or Youtube video using a TV remote remains a frustrating experience to this day.</p>
<p>
  <br />
</p>
<p>Indeed, while sliders are still one of the most effective UI tools, they need to be handled with care. It’s especially true in the context of product configurations.
  <br />
</p>
<h3 id="sliders-in-product-configurators">Sliders In Product Configurators</h3>
<p>Sliders are commonly used in product configurators. They are appreciated for being intuitive and fun, as should the configuration process be. In this section, I want to apply general considerations about sliders to the product configurator case and see if it can lead to concrete design solutions.</p>
<h4 id="sliders-applied-to-choice-navigation">Sliders Applied To Choice Navigation</h4>
<p>In the previous section, I mentioned four discriminating criteria for choosing or rejecting sliders. Let's see how they apply to the different types of parameters commonly found in product configurators.</p>
<p>
  <b>Functional parameters</b> are the options controlling mechanical and other physical properties of a product. <b>Dimensions </b>are a typical example of functional parameters, as well as technical specifications (the amount of storage in a smartphone) and in some cases materials. Functional parameters usually need to be defined <b>precisely </b>by the user, a property which makes sliders less than ideal. On the other hand, they usually have clearly defined numerical values and provide an explicit sense of progress.
</p>
<p>
  <b>Aesthetical parameters</b> control the more subjective options of a product. The color of a lamp or the shape of a diamond are chosen according to consumer tastes, not constraints to be matched. In a configurator, the <b>personalization experience comes first and foremost from controlling aesthetical parameters</b>. These parameters usually offer fewer possible values and no sense of progress, which goes against slider best practices. On the other hand, they are precisely the expression of a gut feeling, and they don't come with a need for precision.
</p>
<figure>
  <img alt="aesthetical slider in a product configurator" src="https://assets.shapediver.com/uploads/2019/03/ezgif.com-resize.gif" loading="lazy" />
  <figcaption class="text-center">Aesthetical slider in a lamp configurator (anylamp.de)</figcaption>
</figure>
<p>In both the functional and aesthetical cases, going with a slider will largely depend on the <b>quality of the feedback</b>. When interactive visual feedback and fast price updates can be achieved, sliders are an opportunity to create a great user experience. This has been implemented by <a href="https://munsonfurniture.com/configurator/table/" target="_blank">Munson Furniture</a> to beautiful results.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/03/Table_animation_Web.gif" loading="lazy" />
  <figcaption class="text-center">Interactive configurator for the Radius Table, by Munson Furniture.</figcaption>
</figure>
<h4 id="configurator-specific-challenges">Configurator-Specific Challenges</h4>
<p>Additionally, product configurators bring with them two additional challenges to consider when using sliders:</p>
<figure>
  <ul>
    <li>
      <b>
        <i>Multiple parameters:</i>
      </b>Too much choice leads to the freezing of customer choices, and even to <a href="https://en.wikipedia.org/wiki/The_Paradox_of_Choice" target="_blank">anxiety</a>. Leaving freedom to the customer, while appealing to some extent, should also be controlled. One should not hesitate to combine parameters with similar effects into single controls (such as sliders). Restricting the parameter space might sound counter-intuitive, but it allows customers to focus. Additionally, when they are done well, parameter aggregations can lead to more obvious visual feedback, as well as better-defined price variations.
    </li>
    <li>
      <b>
        <i>Product logic:</i>
      </b>All these parameters are rarely independent from each other. Such car option might only be available in blue. Such wardrobe will have limited size options when choosing pine wood instead of oak. If the available options for a specific parameter are dynamic, a slider might be a confusing UI option. The range might change during the configuration process, sometimes even specific values will become unavailable. With a dropdown, one can easily disable options by greying them out. Sliders don't have that type of flexibility.
    </li>
  </ul>
</figure>
<h4 id="sliders-for-parametric-products">Sliders For Parametric Products</h4>
<p>With the help of parametric design, platforms like ShapeDiver make it possible to create product configurators for extremely flexible and complex products of all kinds. Parametric design allows a large range of shape parameters, which combine the ideal properties for slider interactions. They give a sense of<b> continuous progress </b>along <b>large ranges of numerical values</b>, while being <b>purely aesthetical</b> in nature and <b>visually impactful</b>. As a consequence, <b>parametric products tend to be more slider-friendly than others</b>.</p>
<p>On the other hand, the flexibility of parametric design opens a world of exciting possibilities. However, it comes at a cost that needs to be properly managed. Parametric designers know too well that the number of sliders of their models often get out of control. Furthermore, complexity comes with heavy computation costs which tend to delay the visual and logical feedback from the user choices. A special focus is needed, in order to optimize parametric models for their integration within user interfaces.</p>
<h4 id="beyond-sliders">Beyond Sliders</h4>
<p>It has become clear that choosing the right interface controls for product configurators can become an inextricable problem. When it comes to functional parameters especially, the ideal solution could be to get rid of them altogether within the configurator. Can that be achieved by funneling customers through their preferences?</p>
<p>A well-conceived configurator will let users enter with predefined options and even hide some of them, depending on what they are looking for. This way, a single configurator can be broken down into segments that each provide a more welcoming set of options. <a href="https://www.isomodulsystem.com/konfigurator" target="_blank">H+H Systems</a>, for example, implemented this strategy with a lot of success.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/03/image-4-1024x536.png" loading="lazy" />
  <figcaption class="text-center">
    <i>Several presets for the H+H Flexshelf configurator</i>
  </figcaption>
</figure>
<p>For consumer products, the inbound approach can be optimized further by leveraging the <a href="https://www.shapediver.com/blog/marketing-basics-for-product-configurators/" target="_blank">zero moment of truth</a>. With the appropriate SEO strategy, along with online advertisement systems, it becomes possible to understand the customers' needs even before they reach your website. While it might not be widespread among online shoppers yet, an online search for <a href="https://www.google.com/search?q=table+60cm+x+120cm" target="_blank">
    <i>table 60cm x 120cm</i>
  </a>already produces many matching results. Why not make it an entry point to a table configurator?</p>
<p>Thinking ahead, it is easy to imagine a future where configurators don’t need user interfaces anymore. In this scenario, the parameters are set by AI and machine learning algorithms. Consumers only end up seeing the products and variations that are truly subjective. The ones that AI will have trouble guessing for a little longer...</p>
<h3 id="in-a-nutshell">In A Nutshell</h3>
<p>For the time being, selling complex products online is not realistic without the use of a product configurator. However the configuration process does not need to be painful. With the right concept, it can even become a powerful marketing tool.</p>
<p>
  <b>Make it as fun or as short as possible</b>. At least, come up with a good balance of those two. Sliders are fun, if they are <b>in limited quantity</b> and provide <b>satisfying visual feedback</b>.
</p>
<p>
  <b>Avoid using sliders for functional parameters</b> whenever possible. When consumers explore options, they should be able to focus on what really matter to them. Build the choice navigation around <b>true personalization.</b>The users should feel like their choices have a real impact on the end product. When such a level of co-designing is reached, you might find that your configurator comes to embody the <b>very essence of your product</b>.
</p>
<p>And you can bet users will notice too.</p>
<p>
  <i>Are you or your company looking for a solution to build fantastic online product configurators? Reach out to us at </i>
  <b>
    <i>contact@shapediver.com</i>
  </b>
  <i>and let us know about your project! We'll be more than happy to help you figure out if ShapeDiver is for you.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep.6] – Maria Sfeir: Best Product Design Award 2019!</title>
  <description><![CDATA[ Parametric Dreams is a new space we’ve opened specifically for early entrepreneurs and students to share their stories and projects involving Parametric Design.  Every world-renowned designer was once a student and we believe every student dream deserves to be heard!  ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-6-maria-sfeir-best-product-design-award-2019</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/50eef15794/12.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Mar 18, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; Parametric Dreams&nbsp;</i>
</b>
<i>is a new space we’ve opened specifically for </i>
<b>
  <i>early entrepreneurs and students</i>
</b>
<i>to share their stories and projects involving Parametric Design.  Every world-renowned designer was once a student and we believe every student dream deserves to be heard! &gt;&gt;</i>
<p>Last month we joined <a href="https://designmorphine.org/" target="_blank">
    <b>DesignMorphine</b>
  </a>during their Algorithmic Accessories v4.0 in our hometown of <b>Vienna, Austria</b>. It was a great event where students from all over the world learned how to use <b>Rhino, Grasshopper&nbsp;</b>and<b>&nbsp;Keyshot </b>in order to create fully parametric pieces of jewelry.</p>
<p>To give a little bit of extra motivation, at ShapeDiver we decided to give an award to the <b>Best Product Design</b> of the workshop. This year the winner was <a href="https://www.instagram.com/mariajsfeir/" target="_blank">
    <b>Maria Sfeir</b>
  </a>
  <b>,</b> a 24 year-old Architectural designer from <b>Lebanon</b>. In this blog post get to know what inspired her to become a designer and the thought process behind the ring that made her this year's winner. Enjoy!
</p>
<h4 id="1-hello-maria-thank-you-for-joining-us-today-before-we-get-started-could-you-tell-us-a-bit-about-your-background">1. Hello Maria! Thank you for joining us today. Before we get started, could you tell us a bit about your background?</h4>
<p>Hello and thank you for this opportunity! As a young Architectural designer, I received a bachelor degree from Notre Dame University, Louaize, Lebanon two years ago and currently I am looking forward to pursue a Master’s Degree.
  <br />
</p>
<p>My love and passion for architecture as well as my curiosity to discover what lies behind this field in real life, made me start with internships from my first year of education. My internships and work experiences covered almost all the branches in architecture, from site construction with ERGA Group, Design process and competitions at RAA, Raed Abillama Architects, Urban planning with UN Habitat, Architecture and Art installations with Atelier Hapsitus and Nadim Karam, as well as Interior Design, Model Making and Product Design.
  <br />
</p>
<p>These various experiences taught and helped me a lot in deciding what track to choose for my future achievements.</p>
<h4 id="2-whats-your-first-memory-regarding-design">2. What's your first memory regarding design?</h4>
<p>From a very young age, I had a huge interest in everything related to creativity, specifically arts and design. I loved everything that enabled me to express my ideas and create them from drawing, handmade crafts and modeling tools.</p>
<p>Being a Scout member for almost ten years, I had several memories regarding design, creation and event planning, but my favorite memory regarding design was my very first architectural project at the university: I had a very complex volume resulting from an interesting concept back then.</p>
<p>
  <br />
</p>
<p>It was a big challenge for me, because it wasn’t that easy to draw and model by hand the same exact volume without using any software or computer. The instructors said that it was an A or F project. I remember that I wanted to quit architecture back then, thinking that if I am not able to express, show my idea and present something new and different, then this was not my place.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/VILLA-SAVOYE-FRANCE-2015-1024x617.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/TOWER-CONCEPT-DESIGN-PROCESS-2015-889x1024.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/BEIRUT-2015-1024x726.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/JUNE-2017-1-1024x630.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>Yet I decided to take the challenge one more time and give it a try. After several trials and errors, endless research and hard work on my own, I was able to make it. The end result was very satisfying and it was a successful one. That’s when I knew I was on the right track.</p>
<h4 id="3-why-was-parametric-design-interesting-to-you-why-did-you-decide-to-take-this-algorithmic-accessories-workshop">3. Why was Parametric Design interesting to you? Why did you decide to take this Algorithmic Accessories workshop?</h4>
<h4 id="">
  <br />
</h4>
<p>During my academic years, parametric design was for me something very strange, hard to understand, yet very attractive. Unfortunately, I didn’t have enough knowledge about it or how to use its software. But to be very honest, I had one person that changed this perspective. <b>Dame Zaha Hadid</b>, my idol, with her astonishing work, free design and unique signature made me so curious and interested to learn, read and discover more about parametric design.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/2016-zaha-hadid-8.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/ZHA_Port_House_HeleneBinet_01.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/DM_zExdX0AQQl2o-945x1024.jpg" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2019/03/cdnassets.hw_.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>I tried to teach myself through several tutorials and books, but it was due to my cousin’s motivation and support that I joined the Algorithmic Accessories workshop. He participated in one of the DesignMorphine’s workshops and told me about them and how beneficial they are.
  <br />
</p>
<p>Back then, I had to choose between Vertical Variable V3.0 and Algorithmic Accessories V4.0 workshops and the reason why I chose this one was my love for jewelry design and the interest in understanding the algorithmic-based methodology, to manipulate the design, customize it and fabricate it all at once. I want to thank DesignMorphine, my tutors Lidia Ratoi, Eva Blaskova and Georg Lobe and ShapeDiver for making it a memorable experience!
  <br />
</p>
<h4 id="4-tell-us-about-your-ballerina-in-motion-design-what-was-your-thought-process-behind-it">4. Tell us about your "Ballerina In Motion" design: what was your thought process behind it?
  <br />
</h4>
<p>From the very start, I wanted to design a ring that related to me, something that I would love to wear and has great memories behind it. When I was young, ballet was a big part of my life, I practiced it for 8 years then I had to stop for several reasons and didn’t have the chance to start it again.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/03/Ballerina-In-Motion-by-Maria-Sfeir-1024x347.jpg" loading="lazy" />
</figure>
<p>Design process behind "Ballerina In Motion"</p>
<p>
  <b>"Ballerina In Motion"</b> is an example reflecting the relation between the body movements of a ballet dancer with her spine, which translates into the main body posture in this type of dance. The challenge was to translate several ballet movements into lines, then surfaces, in order to have them in motion shaping the ring.
</p>
<p></p>
<iframe id="sdv-iframe" width="100%" height="480" src="//viewer.shapediver.com/v2/2.6.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=59c7c2986fdf3a651b3c548fc3b246570bc5434261ca97b2c608a6ecc8ee56b123da00f9648f108db4b57d89f8f49f12695936a0bece2d814e59ac9f327f4dd82b28fb8f81af018cd78caaca9ed38e5724dc1c61f7014a1fbb3599a4c62589c4e02c5882fbc0fba3d86ea62503962a9b17273118b413-b63f1341d2e9128733bc845859b80fb3&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p></p>
<p></p>
<p>The circle of the ring represents the tutu of the dancer, where the surfaces, taking the shape of the spine, would loft around it representing the dance movements. The ring had several iterations, taking several forms.</p>
<p>Due to the short, intensive time that we had, I stopped at this final shape, but I do believe that Ballerina In Motion could have an endless number of options based on the same structure and same concept. Therefore, I would definitely work on several options representing several ballet movements and maybe some of them would be smoother, lighter based on the movements only. Also, I look forward to designing the whole set, earrings, bracelets and necklaces in the future.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/03/Final-Render-Ballerina-In-Motion-by-Maria-Sfeir-1024x571.jpg" loading="lazy" />
</figure>
<p>Final render of "Ballerina in Motion"</p>
<h4 id="5-what-are-the-challenges-that-young-people-around-the-world-face-when-getting-started-with-design-parametric-design">5. What are the challenges that young people around the world face when getting started with design/parametric design?
  <br />
</h4>
<p>Design is a tool that sets you free, where creativity has no limitations. As a beginner, I think that Parametric Design can be overwhelming since it is a very wide platform filled with plenty of information and methods to learn in order to be able to reach a specific outcome. Therefore, the challenge, in my opinion, would be the ability to learn fast and the amount of time one puts in practicing everything related to the software and their plugins.</p>
<h4 id="6-what-recommendations-would-you-give-to-someone-struggling-with-the-decision-of-which-major-to-study">6. What recommendations would you give to someone struggling with the decision of which major to study?
  <br />
</h4>
<p>First, and the most important advice, is to do something that they love and they’re passionate about. If you’re passionate about it, you will give everything it takes to succeed. Also, if that person has many options, I think the best way to decide is to try and learn more about each option and how each major is related to our daily life so time wouldn’t be wasted trying and changing majors.</p>
<p>Orientation might help students but not that much in my opinion, because not everyone has the same experience to tell. Therefore, the best way would be to explore it through workshops, short term courses, online courses, internships, asking professionals in the field of work and of course research.</p>
<h4 id="7-excellent-thank-you-very-much-for-your-time-we-wish-you-all-the-success-and-maybe-well-see-you-next-year-again">7. Excellent! Thank you very much for your time. We wish you all the success and maybe we'll see you next year again?</h4>
<p>Thank you ShapeDiver for this opportunity! Certainly! I'll be looking forward to participating in more events like this.</p>
<p>
  <i>That’s it for our sixth episode of&nbsp;</i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i>  Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Behind ShapeDiver: How We Scale Grasshopper For Cloud Applications!</title>
  <description><![CDATA[ Hi, I am Alex, CTO and co-founder of ShapeDiver. In this blog post I will provide you with some insights into the core of ShapeDiver: How we got started and how we managed to scale Grasshopper for cloud applications. ]]></description>
  <link>https://www.shapediver.com/blog/behind-shapediver-how-we-scale-grasshopper-for-cloud-applications</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/59150d4ede/11.webp"></enclosure>
  <dc:creator><![CDATA[ Alexander Schiftner ]]></dc:creator>
  <pubDate>Sun, Mar 10, 2019 1:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&lt;&lt; Hi, I am Alex, CTO and co-founder of ShapeDiver. In this blog post I will provide you with some insights into the core of ShapeDiver: How we got started and how we managed to scale Grasshopper for cloud applications.&gt;&gt;</i>
</b>
<h3 id="but-first-story-time-how-shapediver-came-to-be">But First… Story Time: How ShapeDiver Came To Be</h3>
<h3 id=""></h3>
<p>It was a mild summer evening in 2015, and Mathias and me were pondering over some beers about 3D printing platforms and how they were (and still are!) missing great customization features. Suddenly, in one of those rare moments in life when the same idea pops up in two disconnected brains at the same time, we looked at each other’s eyes and said “But what if? Yeah.. what if we took Grasshopper to the cloud!?!”</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/03/ShapeDiver-Founding-Team-Mathias-Mathieu-Alex-1024x551.jpg" loading="lazy" />
</figure>
<p>From left to right: Mathias Höbinger, Mathieu Huard, Alex Schiftner.</p>
<p>Mathias, Mathieu and me were colleagues at the time, and had gained a lot of experience in parametric 3D modeling and optimization for geometrically complex architectural projects. We hadn’t been using Grasshopper professionally so far, but could see a huge potential for cloud applications based on it.</p>
<h3 id="taming-the-beast-scaling-grasshopper">Taming The Beast: Scaling Grasshopper</h3>
<blockquote>
  <p>
    <b>
      <i>Most people overestimate what they can do in one year and underestimate what they can do in ten years.</i>
    </b>
  </p>
</blockquote>
<p>Whomever said that was completely right…</p>
<p>Half a year later (and with our company fully setup) ShapeDiver was taking, ehm.. shape. In the previous months we had been working on a Proof Of Concept (POC) which was based on a WebGL viewer directly connecting to a single instance of Grasshopper. The POC was perfect to convince others of the idea and apply for some funding, but other than that it was useless. We had to take the next big step and implement the core of ShapeDiver: Grasshopper parallelized in the cloud.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/03/ShapeDiver-is-powered-by-AWS-1024x538.jpg" loading="lazy" />
</figure>
<p>ShapeDiver is powered by AWS.</p>
<p>We chose to use AWS as our infrastructure provider, though we were still greenhorns in using it back then. What a plethora of new concepts to understand and documentation to read! Luckily, I had brought experience in systems architecture and in what is nowadays called DevOps from my first job, when I was working for Europe’s first provider of taxi fleet management systems. Keep on reading to discover the principles of the ShapeDiver backend system we developed, and how that relates to dispatching rides to taxis.</p>
<h3 id="shapedivers-three-main-principles">ShapeDiver’s Three Main Principles</h3>
<p>While we knew at the time that a solution like ours would appeal to potentially tens of thousands of Rhino and Grasshopper users, we didn’t want to come out with a half-baked solution. We wanted ShapeDiver to be a synonym of security and reliability. Therefore we chose these as 2 of the 3 main design principles for our backend:</p>
<figure>
  <ul>
    <li>
      <b>Design Principle #1: Security</b>
      <b></b>We knew that the Grasshopper definitions of our users (and clients) would contain their core intellectual property. Nobody wants their IP to get copied, lost or stolen. We wanted them to trust us so much that they would be willing to upload their definitions to our cloud application. It was clear to us, security of our users’ data was our top priority.
    </li>
    <li>
      <b>Design Principle #2: Reliability</b> Offering a service that would reliably work 24/7 was a must. We wanted our users to rest assured that no matter the time of day, ShapeDiver would simply work. Always.
    </li>
    <li>
      <b>Design Principle #3: Scalability</b> We knew one of the many potential use cases for Grasshopper in the cloud was to power online 3D configurators. From startups to big corporate businesses, we wanted to provide a service that could grow with them in a sustainable way.
    </li>
  </ul>
</figure>
<h3 id="grasshopper-in-the-cloud-at-scale">Grasshopper In The Cloud, At Scale</h3>
<p>In case you are a Grasshopper user already, you might wonder how it is possible to serve potentially very high numbers of concurrent end users, configuring products using our embedded viewer in their browser at the same time, without running a separate instance of Rhino + Grasshopper for each one of them. Answers to this question can be found in <a href="https://en.wikipedia.org/wiki/Queueing_theory" target="_blank">queueing theory</a>.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/03/Queueing-Theory-1024x531.jpg" loading="lazy" />
</figure>
<p>Queueing Theory: An analogy often used is that of the cashier at a supermarket.</p>
<p>Essentially it’s all about decoupling the end users’ requests from the <i>workers</i> who serve them, and adding a dispatching algorithm in between them. It’s similar to how rides are dispatched to taxis, just <i>much</i> faster. In practice we do this using a high-speed shared memory caching system.</p>
<h3 id="dispatching-taxis-and-grasshoppers">Dispatching Taxis And Grasshoppers</h3>
<h3 id=""></h3>
<p>Our design principles result in some implications which you might already have experienced if you are already a ShapeDiver user:</p>
<figure>
  <ul>
    <li>
      <b>Computation Time Limit</b>
      <b></b>We impose a strict time limit on the computations taking place in Grasshopper. 5 seconds for Free accounts and 10 seconds for PRO. This allows us to ensure the reliability and availability of our backend. It also pushes our users to optimize the performance of their Grasshopper definitions, which in turn provides a better UX to their end users.&nbsp;<i>You don’t want to wait forever for your taxi, do you?&nbsp;</i>
    </li>
    <li>
      <b>Priority Of Serving Requests</b>
      <b></b>Our dispatching algorithm gives higher priority and more computation time to computations of paying clients, to ensure the backend is performing at its best for them.&nbsp;<i>Limousine rides come at an extra cost.</i>
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Script Checking</b>
      <b></b>We support all the scripting options available in Grasshopper definitions (C#, Python, VB). Therefore, we need to review these scripts before newly uploaded Grasshopper definitions get accepted by our backend. Security implications that could be caused by scripts can thereby be avoided.&nbsp;<i>Taxi drivers have to protect themselves from violent passengers.&nbsp;</i>
    </li>
  </ul>
</figure>
<figure>
  <ul>
    <li>
      <b>Limited Amount of Plugins</b>
      <b></b>We are carefully reviewing which plugins to support on our backend. Mainly they have to make sense for our core user base plus they have to be stable when running on ShapeDiver.&nbsp;<i>You can’t take a Kangaroo for a taxi ride, can you?</i>
    </li>
  </ul>
</figure>
<blockquote>
  <p>
    <i>Side Note: All these previous limitations listed above can be lifted for our Enterprise accounts, to whom we offer dedicated ShapeDiver backend systems, which are operated independently.</i>
  </p>
</blockquote>
<h3 id="one-last-thing-smart-caching-system">One Last Thing: Smart Caching System</h3>
<p>More can be done than just cleverly dispatching compute requests to Grasshoppers:</p>
<p>Imagine you are a tourist hopping on and off taxis to visit sights in a city. You take pictures of all the places you have been, so you can look them up later and show them to your friends and family (or clients), right?</p>
<p>That’s exactly what we are doing with the solutions that have been previously computed by ShapeDiver. We store them in a smart caching system, so next time these solutions (hint: product configurations) are requested by anyone else using your configurator we can serve them immediately.</p>
<p>Even better than that, we are using the graph of the Grasshopper definition to dissect the model into independent parts. So after a little warm-up of  your model’s cache, the most popular versions can be served <i>almost</i> instantly, resulting in a more pleasant UX for your end users.</p>
<h3 id="whats-next-to-infinity-and-beyond">What’s Next: To Infinity And Beyond.</h3>
<p>Although we started ShapeDiver about one and a half years before Rhino 6 was released, (meaning our first backend system was running using Rhino 5), nowadays our clients can choose to have their models operated on either Rhino 5 or Rhino 6. We operate shared ShapeDiver backend systems for our PRO clients in Europe and the US, with plans to expand to Asia very soon. For our growing number of Enterprise clients we run dedicated systems at the AWS locations of their choice.</p>
<figure>
  <img src="https://assets.shapediver.com/uploads/2019/03/ShapeDiver-PRO-systems-1024x551.jpg" loading="lazy" />
</figure>
<p>ShapeDiver PRO Systems ready in the US and Europe. Asia coming soon.</p>
<p>A few months back McNeel announced to be working on <a href="https://www.rhino3d.com/inside" target="_blank">Rhino InsideTM</a>, a possibility to run Rhino headless in 64bit applications on Windows. One of the first examples for using Rhino Inside was the open source project called <a href="https://www.rhino3d.com/compute" target="_blank">Rhino Compute</a>, a REST API exposing the core functionality of Rhino (called RhinoCommon). <a href="https://emilpoulsen.com/2018/11/01/introducing-resthopper/" target="_blank">RestHopper</a> is another example along these lines, which reminded me of the POC we had been implementing back in 2015.</p>
<h3 id="how-does-this-relate-to-shapediver">How Does This Relate To ShapeDiver?</h3>
<p>Most importantly it shows us that we are on the right track. There’s a need for this type of solutions and we are thrilled to be part of this community. We have spent the last 3 years perfectioning how to use Grasshopper in parallel for cloud applications at scale, and are constantly growing the ecosystem of tools and interfaces around it.</p>
<p>Secondly, Rhino InsideTM is making our life easier. Being able to rely on McNeel’s excellent developer support for running Rhino 7 headless makes us sleep well. Rest assured that we will support Rhino 7 on our backend systems as soon as it will be released!</p>
<p>
  <i>Curious to know more? Subscribe to our Newsletter so you don’t miss our most important updates, like new releases, plugin updates and more.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Nesting Plugin OpenNest</title>
  <description><![CDATA[ OpenNest is a Grasshopper plugin with tools for unrolling, packing and of course nesting curves directly inside your definitions. With OpenNest, enhance your configurators with price computation, bills of materials and stronger links with your manufacturing process. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-grasshopper-nesting</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/5d35673502/10.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Feb 22, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <a href="https://www.food4rhino.com/app/opennest" target="_blank">
  <i>OpenNest </i>
</a>
<i>is a Grasshopper plugin with tools for unrolling, packing and of course nesting curves directly inside your definitions. With OpenNest, enhance your configurators with price computation, bills of materials and stronger links with your manufacturing process.</i>
<p></p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/OpenNest-Plugin-Grasshopper-ShapeDiver-1024x588.png" loading="lazy" />
</figure>
<h3 id="what-is-nesting-and-when-to-use-it">What Is Nesting And When To Use It?</h3>
<p>Nesting is an important step for optimizing fabrication processes. As an example, take a chair made of several plywood pieces assembled together.</p>
<p>In order to fabricate this chair, CNC machines will need to cut its individual pieces from the same raw material. During this operation, the goal is to use as few plywood sheet as possible, so as to optimize cutting times and reduce waste.</p>
<blockquote>
  <p>
    <b>A nesting algorithm will find a way to place as many individual pieces as possible in a minimal space.</b>
  </p>
</blockquote>
<p>The different pieces of this plywood chair were efficiently nested in order to use a single plywood sheet for manufacturing. (credit: <a href="https://freshome.com/2008/12/29/fun-customizable-chair-for-children/" target="_blank">Chairfix Junior</a>)</p>
<p>CNC Machining is perhaps the most common fabrication process where nesting is important. Other applications include packaging, printing and even cutting fabric and composite materials. Efficient nesting has a direct impact on consumers because it strongly influences the <b>price of the end product</b>.</p>
<h3 id="nesting-and-mass-customization">Nesting And Mass Customization</h3>
<p>In the context of <b>Mass Production</b>, nesting only needs to be done once for tens of thousands of products. In that case, one could manually prepare the nesting at a relatively low cost, compared to the volume of production.</p>
<p>On the other hand, <b>customizable products</b> need a different nesting solution for each configuration. In that case:</p>
<blockquote>
  <p>
    <b>Automating the nesting process is a key step on the way to mass customization</b>.
  </p>
</blockquote>
<p>As a consequence, a nesting algorithm is also a powerful tool to include in a <b>product configurator</b>.</p>
<h3 id="opennest-free-nesting-tools-in-grasshopper">OpenNest: Free Nesting Tools In Grasshopper</h3>
<figure>
  <img alt="This is the first version of OpenNest add on.It packs outlines from 3D to 2D layouts." src="https://static.food4rhino.com/s3fs-public/styles/thumbnail/public/users-files/petrasvestartas/app/nestmain.png?itok=OuN8D-pz" loading="lazy" />
</figure>
<p>
  <a href="http://petrasvestartas.com/" target="_blank">Petras Vestartas</a> developed OpenNest as a way to finally bring a reliable and affordable nesting algorithm to Grasshopper. Indeed, <b>OpenNest is completely free</b>. Petras is also planning to open source the code in the future.
</p>
<p>The plugin consists of a few useful Grasshopper components. The main one, simply called <b>OpenNest</b>, performs the nesting algorithm. The others consist of various helper components. Those components make it easier to unroll, project and pack curves in a plane before nesting them.</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="nesting components in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/image-3-1024x536.png" loading="lazy" />
      </figure>
    </li>
    <li></li>
    <li>
      <figure>
        <img alt="results of nesting in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/nesting-1024x466.png" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>The inputs of the nesting component will not feel like a surprise to the designers who are familiar with nesting algorithms. First, specify polylines for the containing sheet of material, as well as a set of objects for nesting. The plugin supports curves of course, but also meshes and breps. Then, play with a series of options regarding tolerance, minimal spacing between elements, number of iterations of the algorithm, and more...</p>
<h3 id="combine-it-with-other-shapediver-features">Combine It With Other ShapeDiver Features!</h3>
<p>Of course, nesting is only useful if the results can be used for manufacturing. For that purpose, the ShapeDiver plugin contains <a href="https://support.shapediver.com/hc/en-us/articles/360022093471-Component-Export-Download" target="_blank">export components</a> to various formats, including DXF.</p>
<p>You can also specify additional properties such as names, layers and colors using the ShapeDiver <a href="https://support.shapediver.com/hc/en-us/articles/360021889872-Component-Properties-Export" target="_blank">properties components</a>. Furthermore, exported files can include annotations using <a href="https://www.shapediver.com/blog/fabtools-from-design-to-production/" target="_blank">Fabtools</a>, for example. Fabtools is also supported on ShapeDiver.</p>
<p>Finally, you can <a href="https://support.shapediver.com/hc/en-us/articles/360015413151-Component-Data-Output" target="_blank">send data</a> to the ShapeDiver API regarding the results of the nesting operation. For instance, the nesting density, material waste and number of sheet of material can be used for pricing calculations and to start planning the manufacturing steps.</p>
<h3 id="demonstration-on-shapediver">Demonstration On ShapeDiver</h3>
<p>Check out this very simple demo where panels defined by a Voronoi graph on a freeform surface are projected to a plane and nested in rectangular sheet. The exported DXF files include file names and different layers for the sheet and the nested parts.</p>
<blockquote>
  <p>
    <b>Download This Example:&nbsp;</b>You can <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/OpenNestExample.gh" target="_blank">download the definition here.</a>
  </p>
</blockquote>
<p>
  <a href="https://www.food4rhino.com/app/opennest" target="_blank">
    <i>Download OpenNest</i>
  </a>
  <i>&nbsp;on Food4Rhino and start including nesting in your Grasshopper definitions! ShapeDiver supports the latest 1.2.0.0 version.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Optimizing Grasshopper Definitions Explained!</title>
  <description><![CDATA[ Grasshopper offers hundreds of solutions for any kind of geometrical problem you can think of. Some of them can save us tons of frustration and time when programming our definitions. However, these time savers can be our worst enemy when it comes to processing efficiency. ]]></description>
  <link>https://www.shapediver.com/blog/optimizing-grasshopper-definitions-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/e6c2c93db3/9.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Thu, Feb 14, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <br />
  <br />Part 1 of our video tutorial on this topic. Make sure to check out our channel for more content!</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/OgG0tYzrfcw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>
  <i>This post below was taken directly from our website's Documentation section. To read the original post </i>
  <a href="https://support.shapediver.com/hc/en-us/articles/360016007611-Optimizing-Grasshopper-definitions-for-ShapeDiver" target="_blank">
    <i>click here</i>
  </a>
  <i>.</i>
</p>
<p>Grasshopper offers hundreds of solutions for any kind of geometrical problem you can think of. Some of them can save us tons of frustration and time when programming our definitions. However, these time savers can be our worst enemy when it comes to processing efficiency.</p>
<h3 id="introduction">Introduction</h3>
<p>When uploading a definition to ShapeDiver, computation time matters. Not only is it a precious limited resource within our system, your end users won't wait forever for changes on your online models to happen.</p>
<p>In this blog post we will analyze up to 6 different cases in which "time savers" actually play against you when running your Grasshopper definitions online and what you can do about it instead:</p>
<figure>
  <ol>
    <li>Solid Operations</li>
    <li>Deconstruct Brep</li>
    <li>Loft, Sweep and Rules Surface</li>
    <li>Offset Curve</li>
    <li>Mesh Edges</li>
    <li>Transformations</li>
  </ol>
</figure>
<h3 id="case-1-solid-operations-components">Case 1: Solid Operations Components</h3>
<p>The <a href="https://rhino.github.io/components/surface/solidIntersection.html" target="_blank">
    <i>Solid Intersection</i>
  </a>, <a href="https://rhino.github.io/components/surface/solidUnion.html" target="_blank">S</a>
  <a href="https://rhino.github.io/components/surface/solidUnion.html" target="_blank">
    <i>olid Union</i>
  </a>, <a href="https://rhino.github.io/components/surface/solidDifference.html" target="_blank">
    <i>Solid Difference</i>
  </a> and other components of the same family are widely used for computing the resulting geometry when two or more objects intersect. However, they consume a lot of processing time that can be saved by using mathematical equations.
</p>
<p>Let’s say you require to get the wall under a sloped roof:</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Wall-Under-Roof-Example-ShapeDiver-1.jpg" loading="lazy" />
</figure>
<p>One option would be to split the wall with the roof plane (Case A). Another option would be to calculate the wall shape by using simple trigonometry (Case B).</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Performance-Test-ShapeDiver-1024x608.jpg" loading="lazy" />
</figure>
<p>Case A and Case B generate the same final result by using different methods.</p>
<p>Case A is using inefficient components such as <a href="https://rhino.github.io/components/surface/splitBrep.html" target="_blank">
    <i>Split Brep</i>
  </a> and <a href="https://rhino.github.io/components/surface/meshBrep.html" target="_blank">
    <i>Mesh Brep</i>
  </a> which, as you can see in the <a href="https://www.grasshopper3d.com/group/metahopper" target="_blank">
    <i>Bottleneck Navigator</i>
  </a>below, consume the 54 and 11 percent of the computation time. On the other hand, Case B computes the position of each point in the wall by using simple mathematics. Then it generates the final mesh with the boundary of the wall shape.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Performance-Test-2-ShapeDiver.jpg" loading="lazy" />
</figure>
<p>In this case, the <i>Bottleneck Navigator </i>shows that the <a href="https://rhino.github.io/components/curve/polyLine.html" target="_blank">
    <i>PolyLine</i>
  </a> and the C# components consume just a 4 and 3 percent of the computation time.</p>
<blockquote>
  <p>
    <b>Boundary Polyline to Mesh:</b>To create a mesh from a boundary closed polyline with C#, the command that needs to be called can be found in the <a href="https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Mesh_CreateFromClosedPolyline.htm" target="_blank">RhinoCommon API</a>.
  </p>
</blockquote>
<p>Additionally, if you'd need to use the face of the house to define doors and windows positions, you could easily reuse the calculated values in Case B instead of using components such as <a href="https://rhino.github.io/components/surface/deconstructBrep.html" target="_blank">
    <i>Deconstruct Brep</i>
  </a> to extract the values from the final geometry, which can be very unstable in the long term.</p>
<h3 id="case-2-deconstruct-brep">Case 2: Deconstruct Brep</h3>
<p>There are Grasshopper developers who prefer creating solid geometries and deconstruct them to make further modifications with its parts (Faces, Vertices, Edges).</p>
<p>Unfortunately, this is not the most stable solution as it depends on the list order that the <a href="https://rhino.github.io/components/surface/deconstructBrep.html" target="_blank">
    <i>Deconstruct Brep</i>
  </a> component gives to its outputs. Any changes made before the <i>Deconstruct Brep</i> will affect the list order of the outputs and therefore any part selection by index number becomes unreliable. For example, if a change was meant to be done in Face no. 3 of the list, this Face may not be the same if the brep to be deconstructed gets affected.</p>
<p>Additionally, after ShapeDiver was upgraded from Rhino 5 to Rhino 6, we could see how the list orders were changed in the core of Grasshopper. Therefore, lots of definitions using unreliable methods like <i>Deconstruct Brep</i>, had to be remade.</p>
<p>The alternative to this method is to build each part of the required design independently using the help of mathematical equations. <i>Deconstruct Brep</i> could be also used if geometrical checks are made afterwards to ensure that the selected part is the required one. However, just the fact of deconstructing a brep consumes more computational time than building its parts independently.</p>
<p>On the other hand, building each part independently could create very long and difficult to understand definitions. That is why it is important to use the power of data lists and trees to keep the definitions compressed and organized, like shown in Case C below.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Performance-Test-3-1024x344.jpg" loading="lazy" />
</figure>
<p>Use data lists to keep definitions organized.</p>
<h3 id="case-3-loft-sweep-and-ruled-surface">Case 3: Loft, Sweep and Ruled Surface</h3>
<p>These are components difficult to avoid especially if you are creating organic shapes. Unfortunately, they generate a lot of mesh faces as they are not created in a very optimal way. An alternative to them is using the Boundary Surface component if your surface is planar. You can also use a C# script created by us which generates a mesh between a set of polylines in a very efficient way. You just have to make sure that all polylines contain the same amount of vertices.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/mesh-created-loft-component.gif" loading="lazy" />
</figure>
<p>The mesh that was created with the </p>
<a href="https://rhino.github.io/components/surface/loft.html" target="_blank">
  <i>Loft</i>
</a>
<p> component contains 952 faces while the mesh created with the C# script contains just 120 faces.</p>
<p>You could also play with the <i>Mesh Brep</i> settings to create a better optimized mesh from the <i>Loft.</i> Just be aware that this component still uses more computational time than the C# as the <i>Bottleneck Navigator </i>shows.</p>
<p>The positive side of the <i>Loft</i> component or similar is that they generate precise smooth shapes. Therefore, if you consider that these components won't greatly affect the performance of your definition and that having precise shapes is essential for your design, making use of them makes no harm.</p>
<blockquote>
  <p>
    <b>Download This Example: </b>You can download the Grasshopper definition of this example <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/Loft_Mesh_Demo.ghx" target="_blank">here</a> and use our LoftMesh C# script to optimize your models.
  </p>
</blockquote>
<h3 id="case-4-offset-curve">Case 4: Offset Curve</h3>
<p>This component is not really inefficient, but we have created an improved version called <i>PolylineOffset.</i> It lets you experiment with more options in order to have more control over the final result. Its inputs are the following:</p>
<figure>
  <ol>
    <li>
      <b>Polyline:</b> Planar Polyline to Offset.
    </li>
    <li>
      <b>Distance as List:</b> You can set a different distance for each edge that constructs the polyline.
    </li>
    <li>
      <b>Plane:</b> Optional curve plane to use.
    </li>
    <li>
      <b>Absolute Tolerance: </b>Optional absolute tolerance to use.
    </li>
    <li>
      <b>Angle Tolerance: </b>Optional angle tolerance to use.
    </li>
    <li>
      <b>Keep Duplicates: </b>If true, the vertices of edges that get to zero length due to the offset wont be deleted but kept together in the same location. This is ideal if you use this component with our LoftMesh C# as this will make sure that all the offsetted polylines will have the same amount of vertices.
    </li>
    <li>
      <b>Avoid Self Intersection: </b>If true, the offsetted polyline will be split into pieces to avoid self intersection. In comparison to the native grasshopper <i>Offset</i> component, our component doesn't delete the self intersected sections of the polyline but keep them in case you need them for further processing.
    </li>
  </ol>
</figure>
<p>Let's say you want to create a building with different offsets in each floor to have an interesting facade. With our offset component you can input the polyline of the base floor plan shape and then a list of numbers for each edge in the polyline. If your polyline is an octagon, then you will give 8 numbers and the component will offset each side independently.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/offset-curve-component-optimization-1.gif" loading="lazy" />
</figure>
<p>In the example above, we explode the base polyline to count the amount of edges, and then randomly generate such amount of numbers for each floor. However, the numbers can be set based on a design pattern to end up with more defined shapes. Finally, we use our Loft Mesh C# script described in the previous section to join all the polylines with a single mesh.</p>
<blockquote>
  <p>
    <b>Download this Example: D</b>ownload our <i>PolylineOffset</i> component <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/CurveOffsetTools.gha" target="_blank">here</a>. After installing this component you can get the Grasshopper definition of the example above <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/CurveOffsetTools_Demo.ghx" target="_blank">here</a>.
  </p>
</blockquote>
<h3 id="case-5-mesh-edges">Case 5: Mesh Edges</h3>
<p>If you require to get the edges of a mesh, the <a href="https://rhino.github.io/components/surface/meshEdges.html" target="_blank">
    <i>Mesh Edges</i>
  </a> component is the native solution of Grasshopper. Unfortunately, this component outputs all lines independently and when <b>joining</b> them to get closed polylines, the computational time grows considerably.</p>
<p>If you just require the closed polylines generated by the naked edges of a mesh, we have created a C# script that will remove singular vertices from the mesh and get the closed polylines directly.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Naked-Edges.jpg" loading="lazy" />
</figure>
<p>In the example above we have imported an image with a signature by using our <a href="https://support.shapediver.com/hc/en-us/articles/360021834312-Component-Image-Import" target="_blank">
    <i>ShapeDiverImageImport</i>
  </a> component. Then converted it into a mesh by using our <a href="https://support.shapediver.com/hc/en-us/articles/360022046331-Component-Image-to-Mesh" target="_blank">
    <i>ShapeDiverImageToMesh</i>
  </a> component.</p>
<p>Having this mesh, we can get the naked polyline for further processing either by using the native <i>Mesh Edges</i> and <a href="https://rhino.github.io/components/curve/joinCurves.html" target="_blank">
    <i>Join Curves</i>
  </a> components, which take the 1 and 89 percent of the computational time, or with our C# script, which just needs the 2% of computational time as the <i>Bottleneck Navigator</i> shows.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Naked-Edges-2.jpg" loading="lazy" />
</figure>
<blockquote>
  <p>
    <b>Download This Example: </b>You can download the Grasshopper definition of this example <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/Mesh_Naked_Edges_Demo.ghx" target="_blank">here</a> and use our MeshNakedEdges C# script to optimize your models.
  </p>
</blockquote>
<h3 id="case-6-transformations">Case 6: Transformations</h3>
<p>If you have geometry that is identical all around the scene which changes because of its transformations (scaling, moving, rotating, etc.), sending all those identical meshes will make your definition slow.</p>
<p>The solution is to just send one base mesh and apply transformations in the ShapeDiver viewer itself. To do so we have created a C# script that you can use in Grasshopper which will attach transformations to your geometry and send it as metadata to the ShapeDiver viewer.</p>
<p>How do you know how the final result will look like?</p>
<p>Our <a href="https://support.shapediver.com/hc/en-us/articles/360022020852-Component-Display-Geometry" target="_blank">
    <i>ShapeDiverDisplayGeometry</i>
  </a>  component is able to read this metadata and show in the Rhinoceros viewport the final result.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/transformations-boxes-shapediver.gif" loading="lazy" />
</figure>
<p>In the example above, we have a set of 3 boxes which were created with two different methods. The first method uses our script and sends to the viewer a single box with attached transformations.</p>
<p>On the other hand, the second method applies the transformations directly in Grasshopper by using the native <a href="https://rhino.github.io/components/transform/transform.html" target="_blank">
    <i>Transform</i>
  </a> component. This creates triple the amount of geometry that will need to be processed by the ShapeDiver viewer.</p>
<p>Boxes are a very light geometry but if you have organic shapes with thousands of faces, this script will save enormous amounts of computing time in your definition.</p>
<blockquote>
  <p>
    <b>Download This Example: </b>Download the Grasshopper definition of this example <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/AttachXForms_Demo.ghx" target="_blank">here</a> and use our Transformations C# script to optimize your models.
  </p>
</blockquote>
<h3 id="conclusions">Conclusions</h3>
<p>While there's definitely a sense of relief in knowing that there's more than one way to solve any given problem on Grasshopper, if your goal is to share this definition with someone else via ShapeDiver, it's important to understand what makes a definition efficient.</p>
<p>
  <i>Do you want us to share more blog post about this optimization topic? Let us know by leaving a message directly in </i>
  <a href="https://discourse.mcneel.com/c/grasshopper/shapediver" target="_blank">
    <i>our Forum</i>
  </a>
  <i>! Also, make sure to visit the </i>
  <a href="https://support.shapediver.com/hc/en-us" target="_blank">
    <i>Documentation section</i>
  </a>
  <i>of our website. Here we give you even more information which will hopefully allow you to enjoy ShapeDiver even more.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Solving A Common WebGL Issue: Transparency</title>
  <description><![CDATA[ Hi, my name is Michael Oppitz and I’m a 3D Render Specialist at ShapeDiver. In this blog post, I want to talk about a typical problem that most applications using WebGL face at some point: transparency issues. I’ll present a specific challenge we had and the solution we came up with that works for us in most cases. ]]></description>
  <link>https://www.shapediver.com/blog/solving-a-common-webgl-issue-transparency-fixed</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a4c23807d1/8.webp"></enclosure>
  <dc:creator><![CDATA[ Michael Oppitz ]]></dc:creator>
  <pubDate>Sun, Feb 10, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ WebGL Stories ]]></category>
  
  <content:encoded><![CDATA[ <p>Hi, my name is Michael Oppitz and I’m a 3D Render Specialist at ShapeDiver. In this blog post, I want to talk about a typical problem that most applications using WebGL face at some point: transparency issues. I’ll present a specific challenge we had and the solution we came up with that works for us in most cases.</p>
<h3 id="introduction">Introduction</h3>
<p>As you may or may not know, WebGL is the technology we use in the ShapeDiver 3D viewer, in order to display the parametric objects our users upload to the platform. WebGL is a library for rendering 3D graphics on the web. It has been a combined effort by many top players like Mozilla, Apple, Google and Opera. If you wish to learn more about it, there's <a href="https://www.khronos.org/webgl/" target="_blank">plenty of information here</a>.</p>
<h3 id="the-problem-with-webgl">The Problem With WebGL</h3>
<p>Transparency in WebGL is not trivial, as the structure of WebGL was not designed to handle these types of objects. We will explain WebGL's structural design that causes these transparency issues and show examples of what happens in different scenarios. Furthermore, we will present a solution to our specific problem and will show in which situations this solution works and in which ones it doesn’t.</p>
<h3 id="how-webgl-renders-objects">How WebGL Renders Objects</h3>
<p>Let’s start with some explanations of how WebGL approaches the rendering of different objects to get a basic understanding of the issues at hand.</p>
<p></p>
<p>In general, WebGL always renders one object at a time. Then, it combines everything in a final rendered image. Just like in real life, the objects closer to the camera occlude the ones that are further away. WebGL simulates this behaviour using a depth buffer.</p>
<p>An object is only rendered if its depth at a position is closer to the camera than the depth that was written to the depth buffer before. After an object is rendered, it writes its current depth to the depth buffer. This ensures that the objects that we see on screen are visible according to their depth. As you can see in the image below, on the left side, depth testing is disabled. This means that now all objects are rendered in the order they were initialized.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Transparency-WebGL-Issues-ShapeDiver.jpg" loading="lazy" />
</figure>
<h3 id="how-webgl-renders-transparent-objects">How WebGL Renders Transparent Objects</h3>
<p>While this is a very practical approach for opaque objects, it is not a good fit for transparent objects. Imagine two glass spheres behind each other. Even though the first one occludes the one behind, we also want to render the sphere that is farther away.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/two_glass_spheres_webgl.png" loading="lazy" />
</figure>
<p>Usually, a solution would be to first render all opaque objects and let them write to the depth buffer. Afterwards, all transparent objects are rendered from the back to the front without writing to the depth buffer anymore, but still testing against it. This ensures that transparent objects are occluded by opaque objects but not by each other.</p>
<p>Although this solution works in most cases, especially when intersecting transparent objects, some issues can still occur in complex situations. If you are interested, we refer you to some approaches for further reading at the end of this blog post.</p>
<p>In our case, we found this solution to be sufficient for our needs. However, the case of self-transparency remained.</p>
<h3 id="the-issue-with-self-transparency">The Issue With Self-Transparency</h3>
<p>The previous section discussed how to render multiple transparent objects. However, the most challenging case remained to be solved, regarding artefacts within a single, transparent object. These issues occurred when we wanted to render a transparent object with both its front and back faces visible.</p>
<p></p>
<p>We mentioned earlier how to sort transparent objects in a specific order, so that we can render them correctly. We are facing a similar problem here, at a smaller scale. Indeed, when WebGL is rendering an object, its polygons are split and rendered one after another. Their depth is again written to the depth buffer.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Sphere-Artefacts-WebGL.gif" loading="lazy" />
</figure>
<p>Blue sphere with visible artefacts.</p>
<p>For opaque objects this results in the desired effect: polygons in the front being rendered on top and polygons in the back being discarded. However, for transparent objects we face many problems that result in noticeable artefacts (see above).</p>
<p></p>
<p>We could try to treat each object as a group of small polygons and use the method we described above for rendering several transparent objects. In this case, the polygons would play the role of the multiple objects to be rendered. The problem is that sorting all polygons every time we render is such a demanding task that this would slow down the rendering process immensely.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Gemstone-Visible-Artefacts-WebGL.gif" loading="lazy" />
</figure>
<p>Gemstone with visible artefacts.</p>
<h3 id="our-simple-solution-to-self-transparency">Our Simple Solution to Self-Transparency</h3>
<p>So here comes our easy solution to this problem: we split the transparent object into its front and back side. This means that we render the object once with just its front side visible and another time with just its back side visible. Therefore, we end up with two independent objects. Once that’s done, we let the sorting take place in a different step, at the object level which we have discussed before, instead of the polygon level.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/02/Gemstone-Transparency-WebGL-Fixed-1.gif" loading="lazy" />
</figure>
<p>Gemstone without artefacts.</p>
<p>This operation takes place in the rendering loop of our application, which means that it is completely transparent for the user. Therefore, in the eyes of the user, using transparent objects does not differ in any way compared to opaque objects. As you can see below, the results are now as we expect them to be compared to our previous results.</p>
<p>Although this solution is working in most cases, there may still be some artefacts visible with more complex geometry. As soon as the transparent object is overlapping itself (concave geometry) the same problem occurs again.</p>
<iframe id="sdv-iframe" width="100%" height="480" src="//viewer.shapediver.com/v2/2.5.0/iframe/remote.html?modelViewUrl=us-east-1&amp;ticket=040438d0f8f3c3d1c8f264107d3816a121b63e282e3f2742adab8ee500c47dbebf2b88e9f5e98719db70d1975ac99040e3149d2252993a2b4f7c838ab281c89db2733fb47390c08248d86dad68f983a032a23ff0fdb3993534f14e007636176dbf98ea54c9be473248dea5708fd8ab2fa88a248e16c45925587b0dd355c6dcbde06a0a5a5e7ea235ec9a27ebff48c0c4db8ba1fc3d2f90cbdb6c993d6161c29666940f4c953263d3ec4419b92806882d-f049d142aa5fee75ac20aa31ef22e283" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<p>As we discussed earlier, there are solutions to these problems that we want to mention here although we did not implement them at this point. This is something that we might approach in the future if it becomes necessary, but we are happy with our results right now.</p>
<p>If you are interested, we recommend to check out Morgan McGuire and Louis Bavoil [1], Eric Enderton et al. [2] or Marco Salvi et al. [3] for interesting ideas on this topic, although there are many other ideas in the area of Order-Independent Transparency.</p>
<p></p>
<p>we needed these changes to our rendering system to achieve higher quality results and to explore new areas. One of them being Gemstone Rendering, which will be a topic that we will be covering (and offering through ShapeDiver) very soon!</p>
<p></p>
<p>[1] Morgan McGuire and Louis Bavoil, <a href="http://jcgt.org/published/0002/02/09/" target="_blank">Weighted Blended Order-Independent Transparency</a>, 2013</p>
<p>[2] Enderton et al., <a href="http://www.cse.chalmers.se/~d00sint/StochasticTransparency_I3D2010.pdf" target="_blank">Stochastic Transparency</a>, 2010[3] Marco Salvi et al., <a href="https://software.intel.com/en-us/articles/adaptive-transparency-hpg-2011" target="_blank">Adaptive Transparency</a>, 2011</p>
<p>[3] Marco Salvi et al., <a href="https://software.intel.com/en-us/articles/adaptive-transparency-hpg-2011" target="_blank">Adaptive Transparency</a>, 2011</p> ]]></content:encoded>
</item>
<item>
  <title>JSON Objects Explained!</title>
  <description><![CDATA[ We recently shared a JSON Objects video tutorial over at our YouTube channel! If you prefer video content to written one, make sure to check part 1 below.  ]]></description>
  <link>https://www.shapediver.com/blog/json-objects-explained</link>
  <enclosure url="https://d1pnnwteuly8z3.cloudfront.net/images/ee96fd16-f2c3-41a7-83b3-00cddf8c155c/be0950b0-4ee1-4be6-9749-d795b96d1f5f.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Sat, Feb 2, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <i>We recently shared a JSON Objects video tutorial over at our YouTube channel! If you prefer video content to written one, make sure to check part 1 below.</i>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/xUsz53y6kwc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<a href="https://youtube.com/c/shapediver" target="_blank">
  <p>
    <a href="https://youtu.be/6rwl7Zb2f9E" target="_blank">Click here to check out part 2 of this JSON video tutorial!</a>
  </p>
  <h2 id="what-is-a-json-object">What is a JSON Object?</h2>
  <p>Have you ever had problems managing <b>large amounts of data</b> in your Grasshopper definitions? Have you ever had so <b>many parameters</b> that the definitions get too complicated to understand? Do you need a clean way to <b>communicate </b>between ShapeDiver and <b>your web application</b>? All these issues and more can be solved with our <b>ShapeDiver JSON components.</b>
  </p>
  <figure>
    <img alt="json components of the shapediver plugin" src="https://assets.shapediver.com/uploads/2019/02/JSON-Components-1.jpg" loading="lazy" />
  </figure>
  <p>JSON Components of the ShapeDiver Plugin for Grasshopper</p>
  <p>If you have any knowledge regarding web development, you probably know what JSON is and can skip this section. JSON stands for <b>JavaScript Object Notation</b>.It is a standard readable file format used primarily to <b>transmit data between a server and a web application</b>. JSON Objects are surrounded by curly braces “{ }” and are <b>written in key/value pairs</b>. Keys must be strings (text) and values must be valid JSON data types: string, number, another JSON object, array, boolean or null.</p>
  <figure>
    <img alt="simple json example" src="https://assets.shapediver.com/uploads/2019/02/basic-JSON.jpg" loading="lazy" />
  </figure>
  <p>To learn more about the JSON file format visit:</p>
  <p>
    <a href="https://www.w3schools.com/js/js_json_intro.asp" target="_blank">https://www.w3schools.com/js/js_json_intro.asp</a>.
  </p>
  <p>With our JSON components in Grasshopper, you are able to access this data format and <b>use the keys as parameters</b>. Additionally, if you <b>combine</b> the power of a JSON file and the use of data trees, you can <b>build</b>
    <b>flexible</b>
    <b>Grasshopper definitions</b> and reuse them in a wide range of cases. This is a great way to become <b>more efficient</b> and optimize your workflows. Let’s go through each of the ShapeDiver JSON components and explore the concept deeper.
  </p>
  <h2 id="how-do-i-define-and-create-a-json-object">How do I define and create a JSON object?</h2>
  <p>There are infinite ways to organize JSON objects. This is something that you have to build and organize <b>depending on your needs</b>. It <b>can</b>
    <b>be</b> as <b>simple</b> as a list or attributes (keys) and values, <b>or</b> it can become very <b>complex</b> with nested JSON objects, arrays of JSON objects, arrays inside attributes, etc...
  </p>
  <figure>
    <img alt="json structure explanation" src="https://assets.shapediver.com/uploads/2019/02/JSONSample.jpg" loading="lazy" />
  </figure>
  <p>An array is a collection or list of data. It is surrounded by square braces "[]"</p>
  <p>Typically, the JSON object will be <b>created</b> in a web application <b>using</b>
    <b>Javascript. </b>From there, the application can send the object to Grasshopper as a string (see next section). As a consequence, defining how the JSON objects will be organized is often a <b>collaboration</b> process. The <b>web developer</b> sending the data and the <b>Grasshopper designer</b> need to work together. The goal is to define the most convenient way to communicate.
  </p>
  <p>Once the structure of the JSON objects is clearly defined, you can build some examples in order to use them as test inputs in Grasshopper. You could either write your own JSON string from scratch in a single text panel or use Grasshopper tools like the <i>Concatenate</i> component to organize the data.</p>
  <figure>
    <img alt="json concatenation with grasshopper" src="https://assets.shapediver.com/uploads/2019/02/Concatenate-Component-1024x251.png" loading="lazy" />
  </figure>
  <p>Another option is to use our <i>ShapeDiverJSONConstruct </i>component which we will explain later in this blog post.</p>
  <h2 id="how-can-you-receive-and-and-process-a-json-object-in-grasshopper">How can you receive and and process a JSON object in Grasshopper?</h2>
  <p>The simplest way is to use the <b>
      <i>ShapeDiverTextInput</i>
    </b>
    <i></i>component. This component generates a string input on ShapeDiver. Once online, it will be possible to set the string using the ShapeDiver control widget or the API. In order to set a default text in the component in Grasshopper, double click on it and a dialogue will open where you can define the text and a limit for the amount of characters.
  </p>
  <figure>
    <img alt="shapediver text input" src="https://assets.shapediver.com/uploads/2019/02/SDTextInput.jpg" loading="lazy" />
  </figure>
  <p>
    <b>You must always provide a single line of text</b>. If you have your JSON organised in different lines, you need to use a JSON <i>minifier</i> (<a href="https://www.cleancss.com/json-minify/" target="_blank">https://www.cleancss.com/json-minify/</a>).
    <br />
  </p>
  <p>
    <i>ShapeDiverTextInput</i> imports a string into the definition, and now this string needs to be parsed.
  </p>
  <h2 id="ishapediverjsonparse-i">
    <i>ShapeDiverJSONParse</i>
  </h2>
  <p>When receiving data from a web server, the data is always a string (text). This is why JSON is such a useful format because it converts easily to a string without any loss of information. However, in order to easily access the information inside this string, it must be “parsed”. In other words, we need to<b> convert it into a computer readable native JavaScript Object. </b>This way, the data will be organized and easily accessible. ShapeDiverJSONParse is the equivalent to the JSON.parse() javascript function and does exactly what you need:</p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/SDJSONParse-1.jpg" target="_blank">
      <figure>
        <img alt="parse a json object with shapediver" src="https://assets.shapediver.com/uploads/2019/02/SDJSONParse-1-1024x280.jpg" loading="lazy" />
      </figure>
    </a>
  </p>
  <p>Now that we have our JSON string converted into a Javascript Object. How can you access the data? Simple: use the component…</p>
  <h2 id="ishapediverjsonaccess-i">
    <i>ShapeDiverJSONAccess</i>
  </h2>
  <p>With this component you can <b>look for any value by using the given attribute name</b>. Additionally, you can provide an index number if the attribute you want to access contains an array/list.</p>
  <figure>
    <img alt="access json attributes with shapediver" src="https://assets.shapediver.com/uploads/2019/02/SDJSONAccess-1024x209.jpg" loading="lazy" />
  </figure>
  <p>
    <i>ShapeDiverJSONAccess </i>pretty much reproduces the dot notation used in Javascript to access JSON objects.
  </p>
  <p>If you have an <b>array of JSON objects</b> with the same attribute name you are looking for, you will get back <b>a tree in which each branch references an object of the array.</b>
  </p>
  <figure>
    <img alt="" src="https://assets.shapediver.com/uploads/2019/02/JSONandTrees-1024x719.jpg" loading="lazy" />
  </figure>
  <p>By getting this data organized in a tree, it becomes easy and flexible to reuse all or part of your definition endlessly. To be more specific, let's look at the example of a box. If I want my definition to be able to create as many boxes as I need with different sizes and positions, I can simply create a JSON object that contains an array of objects with an attribute defining the size of the box, and another one defining the position.</p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/BoxExample.jpg" target="_blank">
      <figure>
        <img alt="create cubes from a json object in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/BoxExample-1024x461.jpg" loading="lazy" />
      </figure>
    </a>
  </p>
  <p>In this example below, the JSON object called “boxes” is an array of 5 objects, each defining a box. The more objects are added to this JSON, the more boxes are created.</p>
  <p>Additionally, in this simple definition I used another useful ShapeDiver component. It helped me make a direct conversion of the array of three numbers that is given in the “position” attribute into a point. This component is called…</p>
  <h2 id="ishapediverjsonconvert-i">
    <i>ShapeDiverJSONConvert</i>
  </h2>
  <p>This is a very convenient component if you want to <b>convert your parsed JSON objects into common Grasshopper data types.</b> The most basic conversion is the one we just did by giving an array of 3 numbers that are then turned into points.</p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/image.png" target="_blank">
      <figure>
        <img alt="json representation of a point in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/image-1024x293.png" loading="lazy" />
      </figure>
    </a>
  </p>
  <p>However, you can send more complex JSON structures for several Grasshopper data types. The plugin supports colors, boxes, nurbs surfaces, nurbs curves, transformations and more... <b>JSON representations of the more complex data types contain a “type” and a “data” attributes</b>. For example, a color has “type”:“color” attribute and a “data” attribute which contains an array of 3 numbers (R,G,B values).</p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/image-1.png" target="_blank">
      <figure>
        <img alt="json representation of a color in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/image-1-1024x339.png" loading="lazy" />
      </figure>
    </a>
  </p>
  <p>The “data” attribute is the one that can get very complex as you will need to provide more and more data as your geometry grows in complexity. See for example the box example below:</p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/image-2.png" target="_blank">
      <figure>
        <img alt="json representation of a box in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/image-2-1024x394.png" loading="lazy" />
      </figure>
    </a>
  </p>
  <p>It contains a plane with its origin, X axis and Y axis and an array with three domains defining the size for each axis.</p>
  <p>In the sample definition linked at the end of this article, you will find examples of JSON representations for several Grasshopper data types. You can also try sending data to the <i>ShapeDiverJSONConstruct </i>component (see next section) and look at the JSON objects they generate.
    <br />
  </p>
  <p>Personally, I like creating simple data structures in my JSON objects and make the complex geometries natively in Grasshopper. Using a JSON to create these complex geometries can get a bit messy and confusing but if you think this is your solution, go for it!</p>
  <p>There is just one last component that we need to review...</p>
  <h2 id="ishapediverjsonconstruct-i">
    <i>ShapeDiverJSONConstruct</i>
  </h2>
  <p>So far we have been trying to parse, access and convert our JSON object into Grasshopper readable formats. However, what if we want to do the opposite and <b>convert Grasshopper data types into a JSON format?</b> Why would this be useful anyways?</p>
  <p>If you didn’t know, ShapeDiver can also <b>output data from the model by using the</b>
    <b>
      <i>ShapeDiverDataOutput</i>
    </b>component. One can access this data from any web application with our API and use it in many ways such as pricing calculations, materials lists, counting elements, etc. If the data structure is too complex, the best solution is to create your own JSON Object to use as your data output by using our <i>ShapeDiverJSONConstruct.</i>
    <br />
  </p>
  <p>This component has 3 inputs, an optional input for a <b>previous JSON object</b> that you have already built and you want to add data to, an input with the <b>data you want to put inside the JSON</b>, and the “<b>AddressString” that is the name you will give to that piece of data</b> so that you can easily find it later in your web app.</p>
  <p>The data input allows almost any kind of Grasshopper data Type and will automatically organize the JSON by giving it a “type” attribute and a “data” attribute with the necessary information that builds such element. For example, if you input a line, the JSON convert will give as “type”:“line” and the “data” is an array of two arrays which contains the X, Y and Z values of the start and end points.</p>
  <p>
    <br />
  </p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/SDJSONConstruct.jpg" target="_blank">
      <figure>
        <img alt="json representation of a line in grasshopper" src="https://assets.shapediver.com/uploads/2019/02/SDJSONConstruct-1024x621.jpg" loading="lazy" />
      </figure>
    </a>
  </p>
  <p>But of course you can also input as data simple numbers or strings.</p>
  <p>
    <a href="https://assets.shapediver.com/uploads/2019/02/SDJSONConstruct-Sample.jpg" target="_blank">
      <figure>
        <img alt="construct a json with shapediver" src="https://assets.shapediver.com/uploads/2019/02/SDJSONConstruct-Sample-1024x380.jpg" loading="lazy" />
      </figure>
    </a>
  </p>
  <h2 id="conclusion">Conclusion</h2>
  <p>If you are dealing with very complex data structures in Grasshopper, my advice is to <b>start learning more about how JSON objects work</b> and explore the possibilities by using our plugin. This data format and the use of data trees will create a very clean and understandable definition which will be more flexible and optimized than by using the regular Grasshopper Inputs. If you have any further questions, please go to our forum and stay tuned for future blog posts. Finally, as promised, <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/JSONConstructAndParseExample.gh" target="_blank">this is the master file</a> where you can play with all the concepts we discussed today.</p>
  <p>
    <i>&lt;&lt;Want to learn more ShapeDiver Basics? </i>
    <a href="https://www.shapediver.com/blog/category/shapediver-basics/" target="_blank">
      <i>Check out these</i>
    </a>
    <i>other great blog posts!&gt;&gt;</i>
  </p>
</a> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep. 7] – Eva Blšáková &amp; Lidia Ratoi</title>
  <description><![CDATA[ Designers Corner is the place where Parametric Designers talk about their work. There is a story behind every model, and who better to tell the story than the designers themselves? ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-7-eva-blsakova-lidia-ratoi</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/309c12e868/6.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jan 28, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>This upcoming February 2019, Vienna will receive the workshop <b>"</b>
  <a href="https://designmorphine.org/workshop/future/algorithmic-accessories-v4/" target="_blank">
    <b>Algorithmic Accessories v4.0</b>
  </a>
  <b>"</b> which is organized by <a href="https://designmorphine.org/" target="_blank">DesignMorphine</a> and taught by two of their most experienced tutors: <b>Eva Blšáková</b> and <b>Lidia Ratoi</b>.
</p>
<p>We've <a href="https://www.shapediver.com/blog/getting-to-know-designmorphine/" target="_blank">talked about DesignMorphine in the past</a>, but for those new to them, they're mainly a creative hub for design through workshops, lectures, projects and explorations in the fields of architecture, design and arts.</p>
<p>In this occasion we took this opportunity to talk directly with both of the tutors in charge of this workshop to learn more about their background, thoughts on parametric design, wearables, mass customization and product design in general.</p>
<h3 id="1-what-are-your-backgrounds">1. What are your backgrounds?</h3>
<p>
  <b>Eva:&nbsp;</b>I have been involved in the art & design industry for almost a decade. As an architectural designer I received a Master Degree in Architecture at the University of Applied Arts in Vienna, where I studied under Prof. Zaha Hadid.
</p>
<p>Because of my big passion for innovation, digital fabrication and rapid prototyping I started <b>Fab Academy in IAAC in Barcelona</b>, where I also assisted several projects in Fab Textiles Lab. My Bachelor from <b>Faculty of Multimedia Communication at UTB in Zlin</b> included also marketing and design and I got experience not just in the multimedia and arts, but also in the field of public relations and organization of exhibitions. During my studies, I worked in <b>Bollinger+Grohmann Ingenieure</b> and after receiving my degree I gained professional experience in diverse architectural offices such as Coop Himmelb(l)au, DMAA, GR Design. I also collaborated with Noumena and Reshape.</p>
<p>I am a member of DesignMorphine and last year, together with DM, we organized <b>Algorithmic Accessories V3.0 Workshop</b> in Vienna and we are so excited to continue this year too! In addition to this I am also participating in media activities on a regular basis, what includes publishing on various online and printed platforms. Recently I took over the <a href="https://www.instagram.com/synarchitecture/" target="_blank">SYNArchitecture</a> platform and together with my co-founders we are planning to enhance our activities in various fields! So stay tuned!</p>
<p>
  <b>Lidia:</b> I started (and finished) my architectural studies in Bucharest, Romania, majoring in Interior Architecture. Having discovered (luckily quite early) computational design, after my master thesis I decided to go to IAAC, Barcelona, where I followed the Open Thesis Fabrication program, focusing on large-scale robotic printing using un-fired clay as material.
</p>
<p>I then worked briefly for Noumena, Barcelona (by coincidence, Eva and I are doing the Algorithmic Accessories workshop together, and discovered we both went to the same school and worked for the same office but never met). After that I returned to Romania for a while, where I worked for i{n}stance, a bold design studio working with computational design and jewelry-making. I then moved to Copenhagen, where I first worked at SLA / SA, and then at The Royal Danish Academy of Fine arts, as a researcher and teaching assistant.</p>
<p>I’m also an active writer - right now I write for <a href="http://www.clotmag.com/" target="_blank">Clot Magazine</a>, and before that I worked for Arch2O magazine, which is how I met Pavlina Vardoulaki, one of the founders of DesignMorphine. After attending one of their workshops (Dynamic Mutations), I became part of the team and in 2017 I tutored the Arte Robotica workshop in Paris, together with my former professor from IAAC, Kunal Chadha, and Amaury Thomas.</p>
<p>
  <b>DesignMorphine</b> sparked my interest, when I first started interviewing them, due to a large number of reasons: the very ballsy designs, the incredible team of tutors of assistants (much of whom where already famous in the computational design field, 4 years ago when I first wrote about the team), the unique aesthetic approach and the openness to make workshops affordable for students and young professionals.
</p>
<h3 id="2-how-did-you-get-interested-in-parametric-product-design">2. How did you get interested in Parametric/Product Design?</h3>
<p>
  <b>Eva:&nbsp;</b>During my studies at die Angewandte under the influence of the one and only Zaha Hadid… no words needed.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/zaha-hadid-selects-21.b-e1499327701664.jpg" loading="lazy" />
  <figcaption class="text-center">Dame Zaha M. Hadid, founder of Zaha Hadid Architects.</figcaption>
</figure>
<p>
  <b>Lidia:&nbsp;</b>The first time I saw something parametric was in my first year of architecture studies - some older students in my school held a workshop and they 3D printed Christmas ornaments. Then, the same year, Matias del Campo, one of the pillars of computational design, came to Romania and gave a presentation which completely changed my view on architecture and design.
</p>
<p>Think of The Baader-Meinhof phenomenon. It is a psychological process in which, once you become aware of an element, you start seeing it more often, just because your brain associates it with something familiar. A similar thing happened with me and computational design. First, I joined the rebellious and young team of Atelierul de Proiectare magazine, and through them I went to a Grasshopper workshop focusing on digital fabrication applied to fashion, organized by Parametrica and tutored by the amazing Arian Hakimi Nejad. Arian worked for Zaha Hadid, the founder of parametricism, so my interest in this field sky-rocketed after the workshop, resulting in me and my sister making a collection of laser cut and 3d printed garments and shoes, which were exhibited at FAB10 Barcelona.</p>
<p>That offered a lot of press coverage and allowed me to get known in Bucharest for working with these tools, which at that moment weren’t as popular as now - this was very fortunate, and I got to work in various fields where people were interested in applying computational design - fashion, set design, jewelry and product, interior architecture and even graphics.</p>
<h3 id="3-what-is-the-main-idea-behind-the-algorithmic-accessories-workshop">3. What is the main idea behind the Algorithmic Accessories workshop?</h3>
<p>
  <b>Eva:&nbsp;</b>In general, events like workshops are great opportunity to get in touch with other like-minded people following similar direction and to exchange information in such a dynamic environment is very intense, especially the Algorithmic Accessories Workshops are extremely standing out. The topic of creating a jewelry piece gives freedom of playing with micro-macro scale, to develop certain design thinking and those methods can be later on applied in various situations too. Previous AA events gathered international students and professionals from a various background with different skill sets, guiding them all through the computational design and fabrication processes and having so much fun aside.
</p>
<p>During the workshop, students will create modeling and fabrication strategies for a ring. The challenge will be to design something that is printable, that takes into consideration the logic of the machine and that, of course, is aesthetically relevant in the current design paradigm. More info you can find on the <a href="https://designmorphine.org/workshop/future/algorithmic-accessories-v4/" target="_blank">DesignMorphine website</a>, so do not hesitate, apply and join us!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/1-1024x488.jpg" loading="lazy" />
  <figcaption class="text-center">Parametric Ring designed for Algorithmic Accessories v3.0</figcaption>
</figure>
<p>
  <b>Lidia:&nbsp;</b>While the workshop focuses on jewelry design, this is something that can be extremely useful for architects and designers from other fields - due to the fact that jewelry works with such a small scale, it can be the fastest applied field in which to learn about digital fabrication and computational design. I think that by understanding how to make jewelry you get all the information you need in order to follow the path of digital fabrication: material knowledge, machine knowledge and implementing ergonomic factors. You can then apply this to larger-scale designs, or start experimenting more with jewelry, once you understand the basis of additive manufacturing.
</p>
<h3 id="4-what-can-attendees-expect-from-this-course">4. What can attendees expect from this course?</h3>
<p>
  <b>Eva:</b> Participants will get an introduction to Grasshopper and algorithmic geometry, they will explore Plug-ins such as Lunchbox, MeshTools, Weaverbird, Mesh+ and Pufferfish developed by the director of DesignMorphine Michael Pryor. No need of previous experience with Grasshopper, the aim is to guide them to understand the algorithm-based methodology and the GH definition in according to get the desired design. Following by the basics of Keyshot rendering to create image material and then getting to creating a physical model by using the fabrication method of 3D printing. The participants will also explore the basics of creating wearable accessories.
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/Pufferfish-Example-1-1024x445.jpg" loading="lazy" />
  <figcaption class="text-center">Pufferfish Plugin by Michael Pryor</figcaption>
</figure>
<p>
  <b>Lidia:&nbsp;</b>They can go from having no previous knowledge of computational design software and digital fabrication tools to being able to design and 3D print their own ideas.
</p>
<p>What I also love about these workshops is that people work together in an intense-schedule, and they meet others who have the same interests but may be from different background or places. I noticed that at every workshop work-relations are formed, and you get to be in contact with people you might not normally meet.</p>
<h3 id="5-why-are-wearables-so-interesting-right-now-and-how-will-they-influence-the-future-of-how-humans-interact-with-technology">5. Why are wearables so interesting right now and how will they influence the future of how humans interact with technology?</h3>
<p>
  <b>Eva:&nbsp;</b>Nowadays, the market of wearables is experiencing tremendous increase by devices like smartwatches, activity trackers, navigation tools, smart glasses, etc. The user can easily track his activities and visualizing of those data can be a great tool for motivation to performance improvement.
</p>
<p>The medical industry is creating wearables that can be embedded underneath the skin. Have you heard about smart tattoos? Currently, they are under the development, it is kind of high-tech temporary tattoos that can transfer information to smartphones. Disney is using MagicBand wearables in its parks to provide visitors access to rides, their hotel rooms, etc.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/smart-tattoos-1-1024x515.jpg" loading="lazy" />
  <figcaption class="text-center">Smart Tattoos</figcaption>
</figure>
<p>In my opinion, smart jewelry is the answer for the activity tracking of a fitness band without the inconvenient silicon strap, or without the robust design and awkward screen when compared to a smartwatch. We often see criticisms of their unfashionable aesthetics, so following the jewelry-like wearable devices can emphasize that the consumer could freely modify its appearance and the final piece can be customized.</p>
<p>Because wearables are so new, it's difficult to tell what effects they will have. Fitness trackers create health care trackers and these could be used to monitor things like blood pressure, vital signs, or blood sugar levels for diabetics, also seem to go in the direction of authentication. The same time correct-incorrect measurements of body activities, abuse of data collected while using network or Bluetooth to transmit data means cybercriminals can get their hands on it pretty easily.</p>
<p>There's a lot of potential for wearable technology at the moment. It'll be fascinating to see where everything go from here and how they continue to impact us both individually and as a society.</p>
<p>
  <b>Lidia:&nbsp;</b>I think it is about time wearables also get included in the high-tech equation. We live in futuristic homes using futuristic machines and software but we still dress and accessorize with things that could have been built 50 years ago. This is a pity, since we have the knowledge and the apparatus to do much more. I personally consider that the more you surround yourself with something the better grasp you have on it - if technology becomes a banal part of your life, you naturally end up mastering and augmenting it.
</p>
<p>The great thing with wearables is the small scale - it is a lot more difficult to experiment with architecture or urbanism, whereas in the fashion equation there is a lot more room for trial-and-error experiments.</p>
<h3 id="6-how-has-grasshopper-changed-the-way-products-are-developed-designed">6. How has Grasshopper changed the way products are developed/designed?</h3>
<p>
  <b>Eva:&nbsp;</b>
  <i>A</i>s we currently experience the age of fast innovation and the same time the acceleration of information is shaping the way we work and interact too, tools we use become more powerful and sophisticated. Therefore we need to evolve and develop our working methods in order to stay competitive. Design process required a lot of tweaking and customization of our tools too according to work the way we need.
</p>
<p>The reality is that not everyone has the time to learn how to code, fortunately, there are new tools that deliver the power of programming without the traditional text-based programming, hence visual programming and most computational design environments rely on it. Visual programming allows you to assemble programs graphically rather than writing code. And Grasshopper (an algorithmic modeling tool for 3D software Rhino) gives you the power of visual programming. You are basically encoding the design, so the result is a graphic representation of the steps required to achieve the end design.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/Grasshopper-Rhino6.jpg" loading="lazy" />
  <figcaption class="text-center">Grasshopper 1.0 on Rhino 6</figcaption>
</figure>
<p>Each step in the design becomes a series of instructions that can be evaluated and improved, each step requires specific parameters. Incorporating visual programming tool as Grasshopper gives us the ability and freedom to explore more design options, think algorithmically and develop your design concept in a more strategic way, at the same time you can access your data faster, it gives you the power to automate repetitive tasks and to test the performance of your design.</p>
<p>
  <b>Lidia:&nbsp;</b>First of all, it aided the idea of mass customization. With the same script, you can create countless version of the same idea, without having to re-model every time.
</p>
<p>What I also like about Grasshopper is that it is very logic based - it doesn’t really have anything to do with how good of a modeller you are, but how well you understand what you want to do. If the process is clear in your mind and you know what to ask for, the process is also clear in Grasshopper. This took out the gap between having ideas and learning a software - Grasshopper is NOT something you learn by heart, just by remembering commands. It is something that you have to understand, you have to create a process, so once you re-compute your brain to think in an algorithm-based manner, the possibilities are endless.</p>
<h3 id="7-what-are-common-misconceptions-behind-3d-printing-cnc-machining-and-laser-cutting">7. What are common misconceptions behind 3D printing, CNC machining and laser cutting?</h3>
<p>
  <b>Eva:&nbsp;</b>Digital fabrication is becoming a part of all branches of design, from architecture to furniture or fashion. Some require large machines, and some can be done with small-scale machines. It always starts with the scale consideration of output object and different objects require different fabrication strategies. I think the main confusion is related to the scale.
</p>
<p>I would say 3D printing is an over-hyped technology. It has been around since the 80s, now smaller desktop machines became available and affordable, which will allow all of us to manufacture our own objects. The truth is that the desktop 3D printers are not like industrial ones! People think that they can print everything and that they do not need any other manufacturing techniques. It is not true. In the context of manufacturing, only parts of a suitable level of complexity are economically viable for 3D printing.</p>
<p>Just because you can 3D print, doesn't mean that you should! Always consider the complexity of the printed object and decide if using different manufacturing method e.g. laser cutting or CNC machining would be more efficient and provide a better quality of final output.</p>
<p>Probably the biggest of all 3D printing myth is that every 3D printer will manufacture the same 3D model the same way. Not true at all. The most important factors affecting the quality of 3D prints are extruders, the diameter of their nozzles, printing temperature and speed, build platforms and if they are heated and casing of the machine. Sure, everybody can buy a 3D printer nowadays but not everyone should. Mostly because not everyone would make use of it. Manipulating a 3D printer requires a certain professional knowledge and objects manufactured this way most aren't recognized as end products.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/maxresdefault-1024x576.jpg" loading="lazy" />
  <figcaption class="text-center">Adidas 3D Printing Futurecraft 4D</figcaption>
</figure>
<p>Talking about laser cutting as one of the most efficient methods to cut through a wide variety of materials for manufacturing, lasers can be used on metals, plastics, composites, wood, and more.</p>
<p>People think lasers are hard to operate, but the opposite is the reality. The laser is programmable, with very easy to understand programming capabilities. It can cut patterns through CAD files or vector drawings. You can even change the depth of the cut by adjusting the power and speed parameters of the laser. Modern laser cutters can even self-adjust parameters to different materials and thicknesses.</p>
<p>
  <b>Lidia:&nbsp;</b>First of all, they are way beyond the experimental phase on which they are perceived commonly. These are established processes which are already perfected, and the only thing we need is to accept them.
</p>
<p>Also, I think designers should embrace the aesthetic which these fabrication methods birthed, and use it to their advantage - in the same way concrete shaped the simplicity of modernism, we now have the liberty to create an entirely new alphabet of design parameters, based on our machines.</p>
<p>From a more philosophical stand, I think also the dystopian view of machines stealing our work is a great error. Whoever worked with machines knows that there is a loooooot of human inputting into the process, and that machines work for humans and not against them.</p>
<h3 id="8-when-will-mass-customization-reach-a-truly-global-scale-what-is-missing-to-reach-that-point">8. When will Mass Customization reach a truly global scale? What is missing to reach that point?</h3>
<p>
  <b>Eva:&nbsp;</b>In my opinion, it is already happening, slowly… of course, it is connected with the level of the knowledge of the tools and the infrastructure providers. Sooner or later mass customization will be a part of our everyday life. 3D printing and other digital fabrication machining are enabling fast mass customization and increased variety of final products.
</p>
<p>This will be more effective when those methods will be combined with traditional manufacturing. Of course, the architecture of products won't be as simple, but reduced cost of 3D printing and demand for variety and customization will drive architectural innovation to support more and more use of 3D printing. It may evolve that the parts which give products diversity could be printed at home what will be supported by online communities of designers who will share and sell the digital designs online.</p>
<p>
  <b>Lidia:&nbsp;</b>I think we need to teach designers, architects, engineers and other creatives or makers to embrace a parametric workflow. Starting from an early age. With a few exceptions, education is still traditional and the ones shaping the future have to go through a long process of “breaking” the system which they were brought up in, instead of starting from a point where they already are familiar with a algorithmical process.
</p>
<p>
  <i>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _</i>
</p>
<p>
  <i>That’s it for this seventh episode of </i>
  <b>
    <i>Designers Corner! </i>
  </b>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver In 2019: What We’re Building For You!</title>
  <description><![CDATA[ Hi! My name is Mathias and I&#39;m CEO at ShapeDiver. Coming out of an exciting, productive and successful year of 2018, I’d like to take the opportunity and update all of you on what’s been happening behind the scenes over the last months here at ShapeDiver, and about the updates and new features you can expect in the new year. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-in-2019-what-were-building-for-you</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/3197357c71/5.webp"></enclosure>
  <dc:creator><![CDATA[ Mathias Höbinger ]]></dc:creator>
  <pubDate>Fri, Jan 11, 2019 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <p>Hi! My name is Mathias and I'm CEO at ShapeDiver. Coming out of an exciting, productive and successful year of 2018, I’d like to take the opportunity and update all of you on what’s been happening behind the scenes over the last months here at ShapeDiver, and about the updates and new features you can expect in the new year.</p>
<h3 id="a-brand-new-website-and-app">A Brand New Website And App</h3>
<p>First, and most obvious to our regular visitors, we have upgraded <a href="https://www.shapediver.com/" target="_blank">shapediver.com</a> to an all-new design. Even more importantly, the website’s content has been completely rewritten. We think it now explains <i>much</i> better how you can use ShapeDiver to build powerful 3D configurators for any platform.</p>
<p>There’s dedicated sections for business owners, product designers and web developers. Also, we have a completely new <a href="https://shapediver.zendesk.com/" target="_blank">documentation</a> about all things ShapeDiver. It covers our <a href="https://www.food4rhino.com/app/shapediver" target="_blank">Grasshopper plugin,</a> our online <a href="https://app.shapediver.com/" target="_blank">app</a> and our upgraded 3D viewer with its <a href="https://viewer.shapediver.com/v2/2.3.0/doc/index.html" target="_blank">brand new API</a>.</p>
<p>In the course of this update, we have decided to award our ShapeDiver Web App its own domain at <a href="https://app.shapediver.com/" target="_blank">app.shapediver.com</a>. It makes it easier for all of our power users to dive right into managing their models and uploading new ones.</p>
<p></p>
<p>Most of the upgrades to the app have been under the hood so far but they will make it much easier for us to roll out exciting new features such as proper model usage statistics and fine grained model settings.</p>
<h3 id="a-new-viewer-with-much-better-rendering-quality">A New Viewer (With Much Better Rendering Quality)</h3>
<p>After cutting our teeth in the configurator business in 2017, we started last year with a huge amount of valuable feedback from our clients, our own project engineers and sales team.</p>
<p>One main point of concern was our WebGL based 3D viewer. We realized it didn’t fully deliver the rendering quality that many of our clients expected. This became a priority for industries where the visual quality of the product is crucial, like jewelry and furniture. Also, the feedback we received contained a lot of new ideas on how to improve the viewer’s “remote control” via its Javascript API.</p>
<p>In the end we decided to completely rewrite the whole viewer to make it more flexible, powerful and future proof for all of our clients. After proving itself in many commercial configurator projects throughout 2018, the new viewer is making its debut on the new platform with the current update. You can check out its rendering capabilities in this material demo embedded below.</p>
<iframe id="sdv-iframe" width="100%" height="480" src="//viewer.shapediver.com/v2/2.3.0/iframe/remote.html?modelViewUrl=eu-central-1&amp;ticket=91451ac7673b3bf9a1871c8298d496387455615af6a4ba593e6197ce1174593a87e038aa6cf761a112891d239ce7683f3e79045fd29c4a591d56439c0cc68a7afb2561e8c084525630bc2adf9868b2dc1a2c3ba541cd17047e1e3d2713f0ca6684647f60429e90530f93a6062a980fad218fb981330f-b8db346743bf271006809ce357b4d8b0&amp;showControlsInitial=true" referrerpolicy="origin" allowfullscreen="" scrolling="no" style="overflow-x:hidden; overflow-y:hidden; border-width:0"></iframe>
<h3 id="planned-gemstone-rendering">Planned: Gemstone Rendering</h3>
<p>To further improve our appeal to jewelers around the world, we are currently testing new shaders for gemstone rendering. We’re pretty happy with our internal results which we will share in a blog post very soon. For anyone interested, we're planning to roll these options out to our Grasshopper plugin and our API by the end of Q1 2019.</p>
<h3 id="enterprise-accounts-with-dedicated-server-power">Enterprise Accounts With Dedicated Server Power</h3>
<p>Several of our new clients in 2018 are businesses for whom the protection of their intellectual property is of particular concern. Those clients have specific security related policies in place regarding the storage and access of sensitive data.</p>
<p>To accommodate these clients we have created a new type of ShapeDiver subscription package which includes dedicated geometry processing servers and databases. In those systems, both model management and viewing access can be individually configured. On demand, we can add OAuth authentication as well as a separate management platform to such accounts.</p>
<h3 id="planned-advanced-model-management">Planned: Advanced Model Management</h3>
<p>Many of our clients use our services to run multiple configurators, and some of our partners manage configurators for several of their clients. We want to make it easier to review information about who interacted with your models and what they did. Therefore, we are about to release an advanced new statistics module to <a href="https://app.shapediver.com/" target="_blank">app.shapediver.com</a> in the first quarter of 2019.</p>
<p>Additional new management modules are planned for later in the year. We’d be very interested in hearing from you about which new features you would like to see. Please let us know in our <a href="https://forum.shapediver.com/" target="_blank">forum</a>!</p>
<h3 id="planned-augmented-reality">Planned: Augmented Reality</h3>
<p>The most important new feature we are working on in 2019 is to bring our unique approach to 3D visualization to product configurators using AR on mobile devices. We are currently evaluating several different approaches, which is a challenging topic given the extremely short development cycles of this technology. But we’re confident that we can show you a first glimpse of what we’re cooking before the summer break.</p>
<h3 id="were-growing-and-hiring">We’re Growing (And Hiring!)</h3>
<p>We have been extremely lucky to find some great new members for our ShapeDiver team here in Vienna in 2018. Welcome again, Luka and Edwin!</p>
<p></p>
<p>We hope to continue adding talent to our ranks in the new year. If you like what we do and are interested in working in a friendly and focused team in one of the most livable cities on the planet, please check our <a href="https://www.shapediver.com/jobs" target="_blank">job</a>
  <a href="https://www.shapediver.com/careers" target="_blank">postings</a>!
</p>
<h3 id="meet-us-in-helsinki">Meet Us In Helsinki</h3>
<p>Are you visiting the <a href="https://events.mcneel.eu/" target="_blank">Rhino User Meeting in Helsinki?</a>I encourage you to find us at our booth during one of the coffee breaks.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2019/01/Rhino-User-Meeting-Helsinki-2019-1024x464.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>And to everyone else, on behalf of the entire ShapeDiver team I wish all of you a great start into 2019!</p>
<h5>
  <b>
    <i>Mathias is a co-founder and the CEO of ShapeDiver.</i>
  </b>
</h5> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep. 6] – Marie Boltenstern</title>
  <description><![CDATA[ Marie is Managing Director and Head of Design at Boltenstern. Holding a Masters in Emergent Technologies from the Architectural Association in London, as well as a Diploma in Architecture from Berlin University of Technology. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-6-marie-boltenstern</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/d43927d095/4.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Tue, Dec 18, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <h2 id="who-is-marie-boltenstern">Who is Marie Boltenstern?</h2>
<p>Marie is Managing Director and Head of Design at <a href="https://boltenstern.com/" target="_blank">Boltenstern</a>. Holding a Masters in Emergent Technologies from the Architectural Association in London, as well as a Diploma in Architecture from Berlin University of Technology.</p>
<p>Marie has been working at the convergence of various scales ranging from precious metal products including Luxury Jewelry, to medium-scaled architectural installations, up to complex building structures.</p>
<p>Boltenstern is pioneer in designing and selling directly 3D-printed precious metal jewelry collections. As a traditional Austrian fine jewelry brand, Boltenstern combines cutting-edge computational knowledge with the in-house experience of the skilled and traditional craftsmen.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/Boltenstern-ShapeDiver-Jewelry-1024x538.jpg" loading="lazy" />
  <figcaption class="text-center">Boltenstern's computational knowledge enables new types of collections.</figcaption>
</figure>
<h3 id="when-did-realize-you-wanted-to-continue-with-the-legacy-that-your-father-started-back-in-1964">- When did realize you wanted to continue with the legacy that your father started back in 1964?</h3>
<p>Shortly before finishing my Diploma in Architecture I heard of a 3D printer that could print pieces directly into precious metals. This motivated me to take over our family business – with the goal to be the first brand bringing directly 3D printed fine jewelry collections to market at a scalable level.</p>
<blockquote>
  <p>Building upon rich history whilst simultaneously creating a new direction and business model for fine jewelry seemed to be a unique opportunity.</p>
</blockquote>
<h3 id="whats-the-difference-between-the-normal-3d-printing-machines-and-direct-3d-printing">- What’s the difference between the normal 3D printing machines and direct 3D printing?</h3>
<p>Usually jewelers would 3D print in wax and cast the pieces, otherwise known as "<i>lost wax casting</i>. These new printers work with silver or gold powder which is melted together layer by layer. Although it’s definitely more expensive than the “lost wax” method, it saves steps in the production process.
  <br />
</p>
<p>Whereas 3D printing in wax and casting the wax model has been a common technique in the jewelry industry since many years, the direct printing of precious metal powder is a widely unexplored field.</p>
<blockquote>
  <p>It is not a technique to make production faster or cheaper, but allows for creating designs that would not be possible to be produced in any other way.</p>
</blockquote>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/jewelry-casting-ring.jpg" loading="lazy" />
  <figcaption class="text-center">Traditional Lost Wax Casting Process</figcaption>
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/M_080_Cooksongold.jpg" loading="lazy" />
  <figcaption class="text-center">
    <a href="https://www.cooksongold-emanufacturing.com/products-precious-m080.php" target="_blank">
      <i>Cooksongold Direct 3D Printer</i>
    </a>
  </figcaption>
</figure>
<h3 id="how-did-parametric-design-and-3d-printing-influence-the-actual-strategy-followed-by-boltenstern">- How did parametric design and 3D printing influence the actual strategy followed by Boltenstern?</h3>
<p>Computational Design and 3D Printing is the main strategic focus since I took over the company 4 years ago. With this clear goal from the beginning, it took a few years to transform the company’s image and transmit the message to the clients.</p>
<p>
  <br />
</p>
<h3 id="with-all-these-new-technologies-around-how-do-you-manage-to-keep-the-essence-of-a-handcrafted-piece-of-jewelry">- With all these new technologies around how do you manage to keep the essence of a handcrafted piece of jewelry?</h3>
<p>Simply by educating people that there’s still a human behind each piece. These new technologies have given me the freedom to create unique collections. I’m able to follow or mimic some nature patterns.</p>
<blockquote>
  <p>Just like the way flowers follow mathematical concepts, each of my designs needs to be unique and described in a mathematical way.</p>
</blockquote>
<h3 id="who-has-been-your-greatest-inspiration-and-why">- Who has been your greatest inspiration and why?</h3>
<p>Ernst Haeckl is my greatest inspiration. His drawings of natural artifacts are simply amazing, mathematical and intricate at the same time. The structures inspire the shapes that we develop at Boltenstern.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/Ernst-Haeckl-2-ShapeDiver.jpg" loading="lazy" />
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/Ernst-Haeckl-ShapeDiver.jpg" loading="lazy" />
</figure>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/Ernst-Haeckel-Illustration-ShapeDiver-1024x694.jpg" loading="lazy" />
  <figcaption class="text-center">Some of Ernst Haeckl drawings.</figcaption>
</figure>
<h3 id="why-is-individuality-important">- Why is individuality important?</h3>
<p>Nowadays it’s hard to find something unique.</p>
<blockquote>
  <p>Most presents are not unique enough, one can order from anywhere in the world and yet, most likely, it still won’t be unique.</p>
</blockquote>
<p>For example, with our Signature Collection, it’s very hard to get one design that looks similar to another design from someone else because of the uniqueness of one’s handwriting.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/1810_Slider_0033_copy-1024x386.jpg" loading="lazy" />
  <figcaption class="text-center">The Signature Collection by Boltenstern Design</figcaption>
</figure>
<h3 id="tell-us-a-bit-about-your-signature-collection-how-did-you-come-up-with-the-idea">- Tell us a bit about your Signature Collection, how did you come up with the idea?</h3>
<p>We wanted to push the influence of our clients. How could we offer more uniqueness whilst keeping a very personal level?</p>
<blockquote>
  <p>To me it was clear that it needed to be super easy to understand even for someone that is not familiar with 3D printing or computational design.</p>
</blockquote>
<p>Also it shouldn't matter if one had nice handwriting or not, as the algorithm would help them create something unique and beautiful.
  <br />
</p>
<h3 id="whats-your-favorite-boltenstern-collection-design-and-why">- What's your favorite Boltenstern collection/design and why?</h3>
<p>My favourite design collection is the ‘Embrace’ Collection in which we developed a new way of setting stones. All the pieces are smooth and adaptive to the wearer. A large variation of metals and stone colours are available.</p>
<h3 id="is-the-jewelry-industry-taking-long-to-adapt-new-manufacturing-techniques-why">- Is the Jewelry Industry taking long to adapt new manufacturing techniques? Why?</h3>
<p>Like every other industry, Jewelry is facing new challenges and opportunities through technology.</p>
<blockquote>
  <p>However, to make the most out of these a very specialized education and skill set is required.</p>
</blockquote>
<p>Computational Design knowledge, 3D and geometrical understanding is essential, and at same time you need a deep understanding of Gold and Silver. The application of new techniques requires huge effort, time and patience; without forgetting that the raw materials are very costly!</p>
<h3 id="whats-the-future-of-ecommerce-for-the-jewelry-industry-where-do-you-see-boltenstern-in-5-to-10-years">- What's the future of eCommerce for the Jewelry Industry? Where do you see Boltenstern in 5 to 10 years?</h3>
<p>E-commerce has one main advantage: production on demand. There is no need for a big physical stock any more. One can test and explore markets all over the world, like China, United States, Europe.</p>
<p>
  <br />
</p>
<blockquote>
  <p>In a few years I hope to have established a completely new business model for fine jewelry that we are currently working on.I would like to expand our wholesale partnerships and be present with several strong sales partners around the world.</p>
</blockquote>
<p>We are also working on an in-house research and production HUB for 3D printing of fine jewelry.</p>
<p>
  <br />
</p>
<h3 id="well-that-sounds-very-exciting-we-wish-you-all-the-best-thank-you-very-much-for-this-interview">- Well, that sounds very exciting! We wish you all the best! Thank you very much for this interview.</h3>
<p>You are more than welcome! We'd also like to invite everyone to check out our latest <a href="https://boltenstern.com/pages/personalize" target="_blank">Signature Collection</a> configurator directly on our website and to visit our <a href="https://www.instagram.com/boltensterndesign/" target="_blank">Instagram page</a>, where we feature all our new collections.</p>
<p>
  <br />
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/1810_Slider_001-1024x386.jpg" loading="lazy" />
  <figcaption class="text-center">The Embrace Collection by Boltenstern Design</figcaption>
</figure> ]]></content:encoded>
</item>
<item>
  <title>Meshes vs B-Reps Explained!</title>
  <description><![CDATA[ Hi, my name is Edwin. I&#39;m a Grasshopper expert at ShapeDiver and in this blog post I will show the difference between standard meshes and b-reps and how this can impact the performance and rendering of your Grasshopper definitions on ShapeDiver. Let&#39;s get going! ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-basics-meshes-vs-b-reps-explained</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/57509317a7/3.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Wed, Nov 28, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ ShapeDiver Basics ]]></category>
  
  <content:encoded><![CDATA[ <blockquote></blockquote>
<p>Hi, my name is Edwin. I'm a Grasshopper expert at ShapeDiver and in this blog post I will show the difference between standard meshes and b-reps and how this can impact the performance and rendering of your Grasshopper definitions on ShapeDiver. Let's get going!</p>
<h3 id="its-all-about-performance">It's All About Performance</h3>
<p>
  <b>Grasshopper</b> represents <b>geometry</b> in two ways: using <b>b-reps</b> or using <b>meshes</b>. This is something the majority of Grasshopper developers already know, but a deeper understanding of these concepts can help clarify how <b>they</b> can <b>affect</b> the <b>performance</b> of Grasshopper definitions when they <b>run</b> on <b>ShapeDiver</b>.
</p>
<p>This performance is especially <b>crucial</b> for any ShapeDiver <b>model</b> that will be <b>accessed</b> or interacted with via a <b>web browser</b>, where the available internet connection or even the device's own hardware can play a significant role on the UX. At ShapeDiver we <b>recommend</b>our users to create definitions that typically <b>load</b> in <b>under</b> <b>5 seconds</b> as it's proven that the average B2C end user won't wait for longer than this time before heading elsewhere.</p>
<p>In this post I will discuss the <b>difference</b> between <b>b-reps</b> and <b>meshes</b> and I will give you some <b>tips</b> and tricks that will make your definitions <b>load</b> in the <b>least</b> <b>possible</b> <b>time</b>.</p>
<h3 id="what-is-a-mesh">What Is A Mesh?</h3>
<p>A <b>mesh</b> is the native geometry <b>representation</b> your <b>graphics card</b> (GPU) needs in order to <b>display</b> <b>objects</b> and it consists of a <b>collection of vertices</b> (points) and <b>faces</b> (typically triangles and rectangles).</p>
<p>The <b>more</b> <b>vertices</b> and <b>faces</b> a mesh has, the <b>more</b> <b>time</b> will be required to <b>transfer</b> the mesh to the end <b>device</b> and the <b>more GPU</b> resources will be used. This amount of vertices and faces is what we need to keep the lowest possible in order to have a definition with a great performance.</p>
<h3 id="what-is-a-b-rep">What Is A B-Rep?</h3>
<p>On the other hand, a <b>b-rep</b> (or brep) is the short name given to <b>"Boundary Representation"</b>. It consists of representing <b>surfaces</b> through <b>mathematical equations</b> and a set of limits in the 3D space. B-Reps are both <b>more compact</b> in their definition while retaining <b>more structural </b>information about the shape. Therefore, one can define <b>complex operations</b> on them <b>easily</b> (such as boolean differences or piping) which is challenging to do with meshes.</p>
<p>However, <b>b-reps need to be converted to meshes </b>in order to be rendered by a GPU. During this operation, any performance benefit from using b-rep can be cancelled by the meshing algorithm, if it isn't done right. To get precise information on any given b-rep, type "what" in the Rhino command line. This will open a window describing the object you have selected. At the bottom of this window you'll be able to see the size of the mesh that is being rendered to display this object.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/91865AA5-ADBC-65C6-061F-B5453FC81A91.JPG" loading="lazy" />
</figure>
<h3 id="what-happens-when-displaying-b-reps-in-shapedivers-viewer">What Happens When Displaying B-Reps In ShapeDiver's Viewer?</h3>
<p>All <b>b-reps</b> output to <b>ShapeDiver's</b> viewer are eventually <b>converted</b> to <b>meshes</b>. We try to make this conversion as efficient as possible. However, the <b>automatic conversion</b> potentially comes with <b>two issues</b>: it will <b>increase</b> the online <b>loading times</b> of the models in a non predictable way, and it can produce <b>visual artefacts</b> since the amount of vertices and faces of the meshes can't be controlled. For example, whenever a b-rep contains several faces grouped with hard edges, those faces might be meshed independently and might not appear watertight in the online viewer.</p>
<h3 id="how-can-i-handle-b-reps-then">How Can I Handle B-Reps Then?</h3>
<p>
  <b>Optimal performance</b> on ShapeDiver can be achieved by <b>balancing</b> b-rep and mesh operations, <b>keeping</b> the b-rep representation <b>as long as necessary</b> to perform complex operations in the most efficient way but <b>switching</b> to meshes <b>whenever it makes sense</b>, and definitely <b>before</b> outputting <b>geometry</b> to the viewer using one of the ShapeDiver display components.
</p>
<p>Keep in mind that the <b>meshing</b> steps of your definition <b>increase</b> the <b>computation</b> <b>time</b>, but at least it is a time that <b>you</b> <b>can</b> predictably <b>control</b>, as opposed to letting our servers do the meshing themselves and possibly output heavy meshes to the viewer. <b>One</b> <b>should</b> always <b>think</b> of how relevant and how big each piece of geometry is in the definition, and <b>optimize</b>their mesh size as much as possible according to it.</p>
<p>For example, let's say we are creating a <b>house</b> and we need to have the <b>3D</b> model of the <b>door knobs</b>. The most probably situation is that these door knobs will be <b>barely seen</b> in the entire definition as they are a very <b>small detail</b>. In this case, using a <b>perfect sphere</b> to represent the knobs is <b>not worth it</b>. Instead, improve your definitions by using a sphere with very few polygons. But...</p>
<h3 id="how-does-one-convert-b-reps-into-meshes">How Does One Convert B-Reps Into Meshes?</h3>
<p>The most efficient way is to <b>use primitive shapes</b> since Grasshopper already offers direct solutions to create meshes in which you can clearly and exactly define the amount of polygons that you wish to use.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/7AA7E70A-4A5C-AA1F-888A-8AF386228A2C.gif" loading="lazy" />
</figure>
<p>However, in most cases, your geometry will be more complex than a primitive shape, which means you will need to use the <b>component "</b>
  <b>
    <i>MeshBrep</i>
  </b>
  <b>"</b> that offers different settings solutions to play with the amount of faces and vertices your mesh has.
</p>
<p>The simplest setting component is called "<i>Settings(Speed)</i>" and will try to make your <b>mesh as efficient</b> as possible. However, sometimes it is better to use the "<i>Settings(Custom)</i>" as this one has a variety of options to <b>optimize</b> your mesh even more.</p>
<p>Other <b>components</b> which need meshes as inputs will also <b>convert</b> your b-reps <b>directly</b> into meshes, such as the <b>Texture Mapping</b> components in the <b>Human</b> plugin or our <b>owncomponent</b> <i>"ShapeDiverTextureTransform"</i> (I talked about this tool in my previous blog post), but it is <b>not recommended</b> to convert your b-reps in this way as you <b>won't have </b>any <b>control</b>over this conversion.</p>
<p>
  <i>TIP: If you want to visually check how the wireframe (faces and vertices) of your mesh is, type ctrl+m in Grasshopper, as usually Grasshopper hides the wireframe by default.</i>
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/72A311F4-CE17-1BF5-6346-1C51960E08A0.JPG" loading="lazy" />
</figure>
<p>
  <i>* Vertices and faces count difference when converting to mesh directly vs using mesh settings with the "MeshBrep" component.</i>
</p>
<h3 id="how-can-you-test-the-performance-difference-between-b-reps-and-meshes">How Can You Test The Performance Difference Between B-Reps and Meshes?</h3>
<p>I have created<b> two performance test </b>models on ShapeDiver. <a href="https://www.shapediver.com/blog/shapediver-case-studies-ep-1-modifile-s-cnc-strategy" target="_blank">The first one</a> was created using <b>meshes</b> while <a href="https://shapediver.com/m/performance-test-using-breps-tools-3" target="_blank">the second one</a> was created using <b>b-reps</b>. If you push the definitions by drastically changing the settings from the minimum values to the maximum ones, you can <b>notice</b> how the <b>b-rep</b> definition (the second one) <b>takes</b> almost <b>double the time</b> to load in comparison to the mesh definition. Sometimes, depending on your device, the b-rep definition <b>might even crash the browser</b>.</p>
<h3 id="how-can-one-be-even-more-efficient">How Can One Be Even More Efficient?</h3>
<p>If you have any knowledge using <b>C# Scripting</b> or other programming languages available in Grasshopper, you can <b>create</b> very <b>efficient</b> definitions by <b>coding</b> exactly the way a mesh will be constructed from scratch. You can also use different components inside the mesh tab in Grasshopper.</p>
<p>As a demonstration of using the components just mentioned, I would like to share a <a href="https://s3.amazonaws.com/shapediverdownloads/DemoModels/extrude_with_mesh_components.gh" target="_blank">
    <b>cluster</b>
  </a>that <b>we</b> have <b>created</b> which allows you to do something as simple as <b>extruding</b>, but it outputs a <b>mesh</b> that can be easily <b>optimized</b> using the tolerance parameter.</p>
<p>
  <br />
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/E7158102-EA53-411A-6248-4C0F7BAD9A80.JPG" loading="lazy" />
</figure>
<p>This example outputs the <b>same geometry</b> than the one in the <i>"MeshBrep" </i>component example, but as you can see, we could bring the <b>face count</b> to <b>half</b> of what was obtained in the <b>best case</b> with <i>"MeshBrep"</i>.</p>
<h3 id="conclusions">Conclusions</h3>
<p>The <b>performance/loading times</b> of Grasshopper definitions are <b>not always</b> the main <b>preoccupation</b> of a Grasshopper <b>designer</b>, but since <b>ShapeDiver.com</b> brings the possibility to <b>share</b> those definitions <b>online</b>, we as Grasshopper developers have to <b>make sure</b> that <b>everyone</b> can have a pleasant <b>experience</b> by making the loading <b>times</b> as <b>fast</b> as possible in the majority of <b>devices</b>.</p>
<p>I hope that knowing the difference between b-reps and meshes will let you <b>improve</b> the <b>performance</b> of your present and future projects, but this is <b>just the beginning</b>. If you want to <b>learn</b> other ways of making your definitions as smooth as possible, <b>visit</b> our <a href="https://forum.shapediver.com/" target="_blank">Forum</a> and stay tuned for future blog posts.</p>
<p>--</p>
<blockquote>
  <p>Was this tutorial helpful? Do you have any comments or feedback? Make sure to visit our <a href="https://www.shapediver.com/blog/forum.shapediver.com" target="_blank">Forum</a> and start a thread with your doubts! We're always checking for new topics from our users so we'll make sure to give you useful answers.</p>
</blockquote> ]]></content:encoded>
</item>
<item>
  <title>Grasshopper Plugin [v1.5]: Introducing Image Tools!</title>
  <description><![CDATA[ Hi, I&#39;m Mathieu, co-founder and Head of Product at ShapeDiver. In this blog post, I&#39;ll present the latest update to our Grasshopper plugin, focused on tools for the creation, import, export and manipulation of images inside Grasshopper. ]]></description>
  <link>https://www.shapediver.com/blog/feature-announcement-image-processing-tools-2</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/5f5740c7f9/1.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Wed, Nov 14, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <blockquote>
  <p>Hi, I'm Mathieu, co-founder and Head of Product at <a href="https://www.shapediver.com/" target="_blank">ShapeDiver</a>. In this blog post, I'll present the latest update to our Grasshopper plugin, focused on tools for the creation, import, export and manipulation of images inside Grasshopper.</p>
</blockquote>
<p>I marvel everyday at the versatility of Grasshopper. Being a developer by training, it's always striking to see how the Grasshopper canvas lowers the bar for designers to develop complex algorithms, even beyond the CAD kernel of Rhinoceros. Today I'm happy to present a set of tools we have developed for working with images in Grasshopper, and to give a hint at the possible applications in ShapeDiver and <b>product configurators</b>.</p>
<h4 id="introduction">Introduction</h4>
<p>There are many tools, libraries and widely used design software for processing images, with more or less flexibility, but doing it in Grasshopper opens the doors to brand new workflows. One can think of <b>processing images using geometric algorithms</b>, a set of tools that is not easily accessible in most image processing environments. See for example the model below, where a voronoi grid is generated and used to create a stylized drawing. Combined with the new <b>Make2D </b>component from Rhino 6, the possibilities are limitless. Another simple but powerful application is the creation and application of <b>parametric textures</b> over 3d models. This is particularly interesting for <b>designing products with personalized prints</b> (for instance custom t-shirts or mugs).</p>
<h4 id="first-example">First Example</h4>
<p>This model shows a simple workflow using Grasshopper, Squid and ShapeDiver's new tools.</p>
<iframe width="100%" height="480" src="https://appbuilder.shapediver.com/v1/main/latest/?slug=shapediver-squid-demo-16" referrerpolicy="origin" allowfullscreen="" style="overflow:hidden; border-width:0"></iframe>
<p>
  <i>*Download the </i>
  <a href="https://www.food4rhino.com/app/shapediver" target="_blank">
    <i>latest ShapeDiver plugin </i>
  </a>
  <i>from our food4Rhino page.</i>
</p>
<p>With our "<i>ImageInput</i>" component one can import an image into Grasshopper from a remote URL. The image then becomes a native Grasshopper primitive, which goes through a ShapeDiver-modified version of the <i>"ImageSampler"</i> to extract colors and cluster them. A Voronoi grid is then applied to the image space and each cell is assigned a cluster color. Finally, a new image is generated by drawing the Voronoi cell curves and filling them with the clustered colors using the Squid plugin (read more about Squid below).</p>
<p>It is displayed in the viewer as a texture on a mesh, but can also be exported using a simple button, in a variety of image file formats. Of course, clustering and voronoi partitioning are parametric, which makes the resulting image fully customizable. Try it with any image accessible with a public URL!
  <br />
</p>
<p>Now let's take a closer look at those exciting new possibilities.</p>
<h3 id="breakdown-of-the-new-features">Breakdown Of The New Features</h3>
<p>On the native Grasshopper side, there are two main components for image processing:</p>
<p>1. "<i>ImportImage</i>" turns local images into heavy colored meshes which are not suitable for reprocessing.</p>
<p>2. "<i>ImageSampler</i>" is a very useful component for parsing images and using them as inputs for various algorithms, but there is no way to do the inverse operation of re-building and outputting an image, or even use it as a mesh texture.</p>
<p>As for ShapeDiver, it is already possible to use images stored in remote URLs for texturing models in our ShapeDiver viewer, but before today it wasn't possible to import and process those images directly in Grasshopper. Here are the new features that get rid of these limitations:</p>
<h4 id="1-grasshopper-bitmap">1. Grasshopper Bitmap</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/1F14574E-B3AF-0F95-1E4A-D2138414ED53.png" loading="lazy" />
</figure>
<p>The latest version of the plugin comes with a new Bitmap component, which you can find in the <i>Primitives</i> panel of the <i>Parameters </i>tab. This Bitmap object is the one that will be used in all image-related components for inputting or outputting images. Conveniently, you can internalize this format in Grasshopper, which means that your definitions can embed all the images you import or produce using the image tools, without linking to external image files.</p>
<h4 id="2-import-a-bitmap-from-a-url">2. Import a Bitmap from a URL</h4>
<p>The new "<i>ImageInput</i>" component lets you use a URL as input and converts it to a Grasshopper Bitmap object. This is the starting points of many applications...</p>
<p>
  <b>
    <br />
  </b>
</p>
<figure>
  <img alt="Image Tools provided by ShapeDiver." src="https://sduse1-assets.shapediver.com/images/blog/5A7BCF12-20E5-30D4-85EF-3E9103DBF903.png" loading="lazy" />
</figure>
<p>
  <i>This example uses the Squid Preview component to check the contents of a Grasshopper Bitmap. Read more about Squid in the next section.</i>
</p>
<h4 id="3-shapediver-image-sampler">3. ShapeDiver Image Sampler</h4>
<p>The brand new <i>Images </i>panel of our ShapeDiver plugin contains an alternative version of the <i>"ImageSampler"</i>, ready for online applications. It works similarly to the standard "<i>ImageSampler</i>", except the local input file is replaced by a Grasshopper Bitmap.</p>
<figure>
  <img alt="Image Tools provided by ShapeDiver." src="https://sduse1-assets.shapediver.com/images/blog/16A8CF53-0FD5-789B-F3D2-5743FCA1FF3D.png" loading="lazy" />
</figure>
<p>
  <b>
    <i>Tip:  </i>
  </b>
  <i>Make use of the "Split Colour" utilities from the </i>Display <i>tab to extract specific channels of the output colour. You might want to sample the image's brightness level for example (output channel V of the "Split AHSV" component).</i>
</p>
<h4 id="4-shapediver-image-to-mesh">4. ShapeDiver Image to Mesh</h4>
<p>This other new component provides a way to convert a Grasshopper Bitmap object into a Mesh with colored vertices corresponding to the pixels of the input image. Along with the input bitmap, the component includes various filters for the different channels of the bitmap (R,G,B,H,S,V) allowing fine control over the resulting mesh.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/737D6ACB-6A63-CB8C-A2D7-B5BA27183160.gif" loading="lazy" />
</figure>
<blockquote>
  <p>
    <b>
      <i>Tip:</i>
    </b>
    <i> Colored meshes are now compatible with ShapeDiver! If the mesh vertices contain colors, they are used instead of the main material color. All the other material properties and texture maps work seamlessly alongside mesh colors. Read more about </i>
    <a href="https://shapediver.com/blog/shapediver-basics-texture-mapping-explained-1" target="_blank">
      <i>materials and textures</i>
    </a>
    <i>.</i>
  </p>
</blockquote>
<h4 id="5-grasshopper-bitmap-as-texture-inputs">5. Grasshopper Bitmap As Texture Inputs</h4>
<figure>
  <img alt="Image Tools provided by ShapeDiver." src="https://sduse1-assets.shapediver.com/images/blog/FCAB8F51-53E2-CD03-7CD6-79367B742705.png" loading="lazy" />
</figure>
<p>Perhaps the key feature of this update is the possibility to use Grasshopper Bitmap objects as inputs for the texture parameters of the <i>"ShapeDiverMaterial"</i> component. Color texture, metalness, roughness, normal and opacity maps can all be defined parametrically inside Grasshopper and used to display in the online viewer.</p>
<p>
  <a href="https://www.food4rhino.com/app/shapediver" target="_blank">Download the latest ShapeDiver plugin here</a>. But wait, we're not done yet!
</p>
<h3 id="squid-for-shapediver-drawing-bitmaps-inside-grasshopper">Squid For ShapeDiver: Drawing Bitmaps Inside Grasshopper</h3>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/4F9905BC-85E3-1DBD-84D6-93FD577B6C8C.png" loading="lazy" />
</figure>
<p>
  <b>Squid</b> is a plugin for drawing bitmap images which many Grasshopper users are familiar with. Developed by the prolific <b>Mateusz Zierzycki </b>(founder of <a href="http://theobject.co/" target="_blank">Object</a>), Squid provides tools for the parametric creation and processing of images. 
</p>
<p>
  <br />
</p>
<p>With Mateusz's blessing, we have <b>reworked</b> <b>Squid</b> in a version that is compatible with ShapeDiver's image components. The ShapeDiver edition of Squid processes and outputs Grasshopper Bitmap objects as defined in our plugin. You can combine Squid with the sampler and the meshing component, as well as directly use Squid outputs as mesh textures for display in ShapeDiver.</p>
<blockquote>
  <p>
    <b>
      <i>Tip:</i>
    </b>
    <i> When you work locally with Grasshopper Bitmaps, use the "Read" and "Save" components to load your local image files and check the results. Before you upload to ShapeDiver, you should replace them with the proper Image Import and Export components which allow to do the same inside the online viewer.</i>
  </p>
</blockquote>
<p>
  <a href="https://www.food4rhino.com/app/shapediver" target="_blank">Download the ShapeDiver edition of Squid</a> on our Food4Rhino page. If you like it, don't forget to give Mateusz feedback on <a href="https://www.food4rhino.com/app/squid" target="_blank">his plugin page</a> as well.
</p>
<h3 id="whats-next">What's Next?</h3>
<p>This release is <b>only</b> our <b>first</b> <b>step</b> towards image processing, there is much more to come. We have several components in mind already, as well as a few <a href="https://www.food4rhino.com/app/rooster" target="_blank">plugins</a> that we would like to support. Don't hesitate to <b>give</b> <b>us</b> <b>your</b> <b>thoughts</b> on the <a href="https://forum.shapediver.com/" target="_blank">forum</a> if this is of interest to you!</p>
<p>In the near future, we will release a new version of our viewer with lots of new features. In particular, it will be possible for users to <b>directly upload images online</b> in the ShapeDiver viewer, instead of having to store them in a remote location. We believe this will become a standard feature for eCommerce applications. As usual, stay tuned!</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Case Studies [Ep.1] – Modifile’s CNC Strategy</title>
  <description><![CDATA[ What happens when the right technology meets the right entrepreneurs? In this series we&#39;ll showcase the very best of ShapeDiver user cases. From Furniture and Jewelry, to Fashion and Architecture, learn how these visionaries are using our online parametric technology to offer something out of the ordinary. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-case-studies-ep-1-modifile-s-cnc-strategy</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/5f5740c7f9/1.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Nov 14, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <blockquote></blockquote>
<p>What happens when the right technology meets the right entrepreneurs? In this series we'll showcase the very best of ShapeDiver user cases. From Furniture and Jewelry, to Fashion and Architecture, learn how these visionaries are using our online parametric technology to offer something out of the ordinary.</p>
<p>We've talked about <a href="https://www.modifile.com/en/" target="_blank">Modifile.com</a> in two other occasions:</p>
<figure>
  <ul>
    <li>
      <a href="https://www.shapediver.com/blog/cnc-furniture-from-sketch-to-prototype-using-rhino-amp-grasshopper" target="_blank">From Sketch To Prototype Using Rhino &amp; Grasshopper!</a>
    </li>
    <li>
      <a href="https://www.shapediver.com/blog/parametric-dreams-ep-3-modifile-an-italian-cnc-startup-1" target="_blank">Parametric Dreams - Modifile: An Italian CNC Startup</a>
    </li>
  </ul>
</figure>
<p>For this one we want to focus on <b>their story</b>: how this team of designers met each other, how they got started with their business and how <b>ShapeDiver</b> provides the right <b>technology</b> for their <b>vision</b> of CNC Furniture sold worldwide to be possible at all.</p>
<p>
  <br />
</p>
<figure>
  <ul>
    <li>
      <b>Name: </b>Modifile (<a href="https://www.modifile.com/en/" target="_blank">www.modifile.com</a>)
    </li>
    <li>
      <b>Co-founders:</b> Alessia Rosada (Italy) &amp; Carlos Travaini (Argentina)
    </li>
    <li>
      <b>Industry:</b> CNC Furniture / eCommerce
    </li>
    <li>
      <b>Country: </b>Italy (Venice)
    </li>
  </ul>
</figure>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/3j9jC16Zfj4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>
  <b>
    <i>NOTE: This video includes English subtitles that can be activated directly in the YouTube viewer.</i>
  </b>
</p>
<p>While <b>CNC Manufacturing</b> is nothing new or groundbreaking, the possibility of <b>reducing the steps</b> needed to take an idea from a sketch -&gt; to Grasshopper -&gt; to ShapeDiver -&gt; to eCommerce -&gt; to CNC production is key in order for Modifile to <b>keep costs down.</b>
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/3068B0D9-E0D7-4467-FD85-AB8CE089A101.png" loading="lazy" />
</figure>
<p>Not only <b>ShapeDiver</b> allows Modifile to quickly <b>share</b> their <b>CNC Furniture </b>designs with anyone in the world via a <b>web</b> <b>browser</b>, but <b>Grasshopper's</b> key strengths provide robust tools for configuring and <b>outputting</b> <b>files</b> that can be fed directly to a CNC machine.</p>
<blockquote>
  <p>Are you interested in knowing how ShapeDiver could help your business? Leave us a question in our <a href="https://forum.shapediver.com/" target="_blank">Forum</a> or send us an email to info@shapediver.com</p>
</blockquote> ]]></content:encoded>
</item>
<item>
  <title>Texture Mapping Explained!</title>
  <description><![CDATA[ Learn how to enhance the online rendering of your 3D models in Grasshopper by properly applying texture mapping. ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-basics-texture-mapping-explained-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/94ab0614d9/1.webp"></enclosure>
  <dc:creator><![CDATA[ Edwin Hernandez ]]></dc:creator>
  <pubDate>Mon, Nov 5, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ How To ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="introduction">Introduction</h3>
<p>In this ShapeDiver blog post, Grasshopper expert <a href="https://www.linkedin.com/in/edwinhernandezgomez/" target="_self">Edwin Hernández</a> explains how to enhance the rendering of 3D models in Grasshopper by properly applying texture mapping. He discusses common rendering issues, the importance of converting geometry to meshes for better performance, and techniques for applying textures using the ShapeDiverTextureTransform component or the Human plugin.</p>
<p>Edwin also covers different texture mapping patterns (planar, cubic, cylindrical, spherical) and transformations (move, rotate, scale) to achieve realistic material effects, such as color, metalness, roughness, and bump maps, ultimately improving the visual quality of models on the ShapeDiver platform.</p>
<p>Hi, my name is Edwin. I'm a Grasshopper expert at <a href="https://www.shapediver.com/" target="_blank">ShapeDiver,</a> and in this blog post, I will show you how to enhance the rendering of your Grasshopper definitions by properly mapping textures onto your geometry and applying some attractive materials. Let's dive in!</p>
<p>One of the most common issues I've seen Grasshopper users encounter when uploading their definitions to <a href="https://www.shapediver.com/" target="_blank">ShapeDiver.com</a> is "poor" rendering of their models. Great online rendering depends on several factors and two of the main ones are:</p>
<p>1. The online viewer used to display the 3D files (we've made some great improvements on ours since we first launched our website back in 2016, and we'll discuss this in a future post).</p>
<p>2. A proper setup of the 3D file itself. The main problem is that, on average, Grasshopper users excel at solving geometry problems, investing significant time into making definitions run as efficiently as possible. However, when it comes to how the models actually look... well, let's say that this part also deserves some attention. This is understandable, given that Grasshopper itself hasn't been widely used as a presentation tool, but with <a href="https://www.shapediver.com/" target="_blank">ShapeDiver.com,</a> we're trying to change this.</p>
<h3 id="first-impressions-last">First Impressions Last</h3>
<p>Let's start with the way we present our models online. Compare these two sofa setups:</p>
<figure>
  <img alt="Gray sofa on a wooden floor; left image shows sofa alone, right image shows a person sitting on it with a side table and lamp." src="https://assets.shapediver.com/img_sb_mig/f/92524/944x313/0662842db3/sofa.png" loading="lazy" />
</figure>
<p>
  <i>*Sources: </i>
  <a href="https://shapediver.com/m/sofa-configurator-v2" target="_blank">
    <i>sofa left</i>
  </a>
  <i>, </i>
  <a href="https://shapediver.com/m/create-your-sofa" target="_blank">
    <i>sofa right</i>
  </a>
  <i>.</i>
</p>
<p>Technically, both <i>are</i> the same sofa. You can change exactly the same parameters on both, but... which one was more pleasant to look at and interact with? And most importantly: which one <i>felt</i> better? </p>
<p> </p>
<p>In this case, it depends not <i>only</i> on having great textures but also on putting some extra thought and adding interesting scenery to transform something as "regular" as a sofa into something a bit more visually appealing.</p>
<h3 id="why-is-it-important-to-make-your-models-look-good">Why Is It Important To Make Your Models Look Good?</h3>
<p>Let's jump now to our main topic. When uploading your Grasshopper definitions to ShapeDiver.com, potentially anyone around the world will be able to check them out (if you set the model to public, that is), and to catch your users’ attention, first impressions should last. After all, there's only <i>so much</i> you can do through a device's screen, so you should use all the tools at your disposal.</p>
<p> </p>
<p>Additionally, if you're planning to use your ShapeDiver model commercially, a good setup will make the experience more pleasant for your end users.</p>
<h3 id="what-is-texture-mapping">What is Texture Mapping?</h3>
<p>Let's start by defining what <i>"Texture Mapping"</i> is. If you've previously worked with 3D modeling (or modelling, depending on where you're reading us from) and animation software such as Blender, Maya, 3Ds Max, or others, these concepts may already be clear to you, but let's assume they're not.</p>
<p> </p>
<p>Texture Mapping is the application of coordinates to your 3D geometry using different patterns to enhance the realism of the object. These patterns can be planar, cubic, cylindrical, spherical, or completely random; you're even <i>free</i> to create your own custom patterns.</p>
<h3 id="how-can-texture-mapping-be-achieved-in-grasshopper">How Can Texture Mapping Be Achieved in Grasshopper?</h3>
<p>There are two main ways we recommend to achieve this:</p>
<p>1. By using the ShapeDiver component "<i>ShapeDiverTextureTransform</i>" found in our plugin (if you haven't downloaded it from <a href="https://www.food4rhino.com/app/shapediver" target="_blank">our Food4Rhino page</a>, we recommend you to do so!).</p>
<p>2. By using the popular Grasshopper <a href="https://www.food4rhino.com/app/human" target="_blank">plugin Human</a> for which on ShapeDiver we currently only support the texture mapping components marked in the image below:</p>
<figure>
  <img alt="Toolbar with various icons for creation, display, and texture mapping, including a highlighted section with checkerboard and duck icons." src="https://assets.shapediver.com/img_sb_mig/f/92524/1106x162/4693b12884/human-plugin.jpg" loading="lazy" />
</figure>
<p>
  <i>*Texture Mapping with the Human plugin.</i>
</p>
<p>Let's start with our "<i>ShapeDiverTextureTransform</i>" component. As its name suggests, it was created to transform the texture mapping of a geometry. It will work wonderfully if the geometry has a pattern applied to it. This will be the case if you have used certain Grasshopper components to create them, which contain the native texture mapping effect<i> </i>that you want to achieve.</p>
<p>However, if you've altered your definition excessively, you may have unintentionally destroyed the native texture mapping, in which case you'll need to reconstruct your pattern using the mentioned Human plugin.</p>
<h3 id="how-can-you-know-if-your-geometry-has-a-correct-texture-pattern">How Can You Know If Your Geometry Has A Correct Texture Pattern?</h3>
<p>The easiest way to figure this out is to connect the element you need to render into the "<i>ShapeDiverDisplayGeometry</i>" component and give it a texture using the "<i>ShapeDiverMaterial</i>" component. 
  <br />
</p>
<p>If you don't know how to add a texture image yet (something that we will show you further down in this post), simply copy and paste this link: <a href="https://i.imgur.com/V0uyKnM.png" target="_blank">https://i.imgur.com/V0uyKnM.png,</a> which contains a texture checker, and connect it to the "<i>Texture</i>" input. By the end, you should be getting something like this:</p>
<figure>
  <img alt="A 3D modeling interface showing a curved red and white shape on the left and a node-based texture setup on the right." src="https://assets.shapediver.com/img_sb_mig/f/92524/1642x824/5a9dbedb25/grasshopper-screenshot-1.jpeg" loading="lazy" />
</figure>
<p>
  <i>*Texture applied to a surface created with the "BoundarySurface" component.</i>
</p>
<figure>
  <img alt="A digital 3D modeling interface showing a curved surface with color mapping and a node-based material editor on the right." src="https://assets.shapediver.com/img_sb_mig/f/92524/1655x843/25b51aa763/grasshopper-screenshot-2.jpeg" loading="lazy" />
</figure>
<p>
  <i>*Texture applied to a surface created with the "Loft" component.</i>
</p>
<p>As you can see, the first surface created with the "<i>BoundarySurface</i>" component has texture coordinates based on a plane that covers the boundary box of the geometry, whereas the second surface created with the "<i>Loft</i>" component has texture coordinates that follow the shape of the given element. Other components that create texture coordinates similar to those achieved with "<i>Loft</i>" are the "<i>Sweep</i>" and "<i>RuledSurface</i>" components.</p>
<p>
  <br />
</p>
<blockquote>
  <p>
    <b>Tip:&nbsp;</b>Primitive objects also have their own texture coordinates.
  </p>
</blockquote>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/850x400/bfc5922d67/grasshopper-gif-1.gif" loading="lazy" />
</figure>
<p>Interestingly, the only primitive object that doesn't have a well-set texture map is the box. However, this can be solved by converting it into a mesh using the "<i>MeshBox</i>" component. In any case, it is recommended to always convert the final geometry into meshes to improve the performance of your definition (but we'll talk about this specific topic in another blog post). Converting to a mesh will preserve the texture coordinates of the primitive.</p>
<p> </p>
<p>Finally, after you have ensured that your geometry has a good pattern, you can start playing with it by using transformations. The majority of these transformations can be found in the outputs of components, which are located in the "<i>Transform</i>" tab inside "<i>Affine</i>", "<i>Array</i>", and "<i>Euclidean</i>."</p>
<figure>
  <img alt="Toolbar interface with icons for different mathematical and transformation operations, including affine, array, and Euclidean options." src="https://assets.shapediver.com/img_sb_mig/f/92524/921x202/c1b417fb3a/human-plugin-2.jpeg" loading="lazy" />
</figure>
<p>The simplest and most used transformations for Texture Mapping are "<i>Move</i>", "<i>Rotate</i>", and "<i>Scale</i>", and they can be combined by using the "<i>Compound</i>" component. Just create a list with those transformations in the order you'd like them to be executed and connect the "<i>Compound</i>" component into the "<i>Transform</i>" input located in "<i>ShapeDiverTextureTransform</i>" as shown in the following image:</p>
<figure>
  <img alt="A complex flowchart with interconnected nodes and wires, showing geometry transformations, scaling, and texture mapping processes." src="https://assets.shapediver.com/img_sb_mig/f/92524/939x387/35998e42d9/grasshopper-screenshot-3.jpeg" loading="lazy" />
</figure>
<p>If done correctly, you'll be able to achieve something like this:</p>
<figure>
  <img alt="-" src="https://assets.shapediver.com/img_sb_mig/f/92524/850x400/697e094b75/grasshopper-gif-2.gif" loading="lazy" />
</figure>
<p>Additionally, "<i>ShapeDiverTextureTransform</i>" allows you to randomize the texture in the X and Y axes if you don't want a symmetrical result.</p>
<h3 id="what-if-the-geometry-doesnt-already-have-the-texture-pattern-i-want">What If The Geometry Doesn't Already Have The Texture Pattern I Want? </h3>
<h3 id="">
  <br />
</h3>
<p>Don't worry! It's time to explore the second option: let's check how to create one from scratch using the Human plugin.</p>
<p> </p>
<p>Let's say we have an asymmetrical shape created with the "<i>Loft</i>" component, which means it has a texture map that follows the shape of the geometry as we explained before, but we want the pattern to be symmetrical and aligned with the XY plane.</p>
<p> </p>
<p>To achieve this, we need to use the "<i>PlanarMapping</i>" component available in Human. This component will reconstruct the texture coordinates of our geometry based on a plane and given domains in the X and Y axes.</p>
<figure>
  <img alt="Two curved design patterns: left with a smooth red outline, right with a red and blue grid overlay, both on a gray background." src="https://assets.shapediver.com/img_sb_mig/f/92524/952x509/b5450cd5b8/grasshopper-screenshot-4.png" loading="lazy" />
</figure>
<p>
  <i>*Before and After Planar Mapping</i>
</p>
<p>As in the previous example, you can use other primitive shapes to project textures on your geometry and achieve different effects.</p>
<figure>
  <img alt="A grid of 16 shapes with red and green checkered and geometric patterns, including cubes, spheres, and cylinders, on a dark background." src="https://assets.shapediver.com/img_sb_mig/f/92524/948x511/098529e009/render-types.png" loading="lazy" />
</figure>
<p>
  <i>*Source: </i>
  <a href="http://www.rafaelservantez.com/writing/tutorials/3d/projection_types.jpg" target="_blank">
    <i>http://www.rafaelservantez.com/writing/tutorials/3d/projection_types.jpg</i>
  </a>
</p>
<p>Now that we have our geometry with the desired texture coordinates, what is the next step? Well, the next step is to find (or create) suitable materials for your model!</p>
<h3 id="creating-materials">Creating Materials</h3>
<p>ShapeDiver has two components used to apply materials:</p>
<p>"<i>ShapeDiverSimpleMaterial</i>" and "<i>ShapeDiverMaterial</i>". Let's start with the former.</p>
<h4 id="1ishapediversimplematerial-i">1. "<i>ShapeDiverSimpleMaterial</i>" </h4>
<p>This is ideal when you want to add a color or use one of our preset texture codes. These codes already include all the necessary settings to display great materials via our viewer:</p>
<h4 id="live-material-demo">Live Material Demo</h4>
<p>The following material codes can be input in the text fields above:</p>
<figure>
  <ul>
    <li>Plastic: type code 0200</li>
    <li>Metal: type any of the following codes 0300, 0301 or 0303</li>
    <li>Gold: type any of the following codes 0310 or 0311</li>
    <li>Glass: type code 0400</li>
    <li>Wood: type any of the following codes 0500, 0501, 0510 or 0511</li>
    <li>Leather: type any of the following codes 0600, 0601, 0602 or 0603</li>
    <li>Fabric: type any of the following codes 0700 or 0701</li>
  </ul>
</figure>
<p>You'll need to take into account that you won't be able to visualize these textures in the Rhino viewer. They'll only be visible via our viewer once you upload your definition to <a href="https://www.shapediver.com/" target="_blank">ShapeDiver.com</a>.</p>
<p>Additionally, if you want to play with the preset textures, the color that you set in the "<i>SimpleMaterial</i>" component will multiply the texture. What this means is that the color will blend with the given material letting you obtain different effects like in <a href="https://www.shapediver.com/m/simple-material-sample" target="_blank">this configurator.</a>
</p>
<h4 id="2ishapedivermaterial-i">2. "<i>ShapeDiverMaterial</i>"</h4>
<p>You'll need this component if you want to create materials from scratch. This component has different input parameters:</p>
<p>a. Color: It also multiplies the texture image as "<i>ShapeDiverSimpleMaterial</i>" does.</p>
<p>b. Texture Map: It contains a URL image with the base colors of the material.</p>
<p>c. Metalness Map: It defines how much the material appears like metal. It accepts values from 0 (no metal) to 1 (very metal \m/). It also accepts a URL grayscale image where the lighter the grey is, the more metallic the material looks like.</p>
<p>d. Roughness Map:</p>
<p>It defines how rough the material appears. It accepts values from 0 (smooth) to 1 (rough). It also accepts a URL grayscale image where the lighter the grey, the rougher the material looks like.</p>
<p>e. Bump Map: It defines the depth that is perceived in relation to the light. It accepts a URL grayscale where the darker the grey is, the deeper the material looks like.</p>
<p>f. Normal Map: It is similar to the bump map but creates a better effect as it affects the surface normals of pixel fragments by using the values of an RGB image stored in a URL.</p>
<p>g. Opacity: It indicates how transparent a material is. It accepts values from 0 (fully transparent) to 1 (fully opaque). It also accepts a URL grayscale image, called Alpha Map, where the lighter the grey is, the more opaque the material looks.</p>
<p>The majority of these parameters accept URL links that contain the image map with the desired effect. However...</p>
<h3 id="where-can-i-find-good-images-for-my-materials">Where Can I Find Good Images For My Materials?</h3>
<p>The best websites I can recommend are <a href="http://www.textures.com/" target="_blank">textures.com</a>, <a href="http://www.poliigon.com/" target="_blank">poliigon.com</a> and <a href="https://texturehaven.com/textures/" target="_blank">texturehaven.com</a>. Additionally, if you already have a texture image ready to use, you can create its normal map at: <a href="http://cpetry.github.io/NormalMap-Online/" target="_blank">http://cpetry.github.io/NormalMap-Online/</a>.</p>
<p>However, you can just do a simple Google search with the name of the material you're looking for, the kind of image map/effect you need, and finally, you need to make sure your image is seamless.</p>
<h3 id="why-do-i-need-a-seamless-material">Why Do I Need A Seamless Material?</h3>
<p>When a texture is applied to a 3D model, it needs to repeat itself throughout the entire geometry so that it gets completely covered. If the images you are using are not seamless, it will be very clear where each image connects with the next one, meaning it won't look natural. This brings down the realism of your model. Just compare these two examples below:</p>
<figure>
  <img alt="Two square tiles with a gray, speckled stone texture. The left tile has a slightly darker shade and visible seams." src="https://assets.shapediver.com/img_sb_mig/f/92524/907x328/4967caf181/rendering-rocks.png" loading="lazy" />
</figure>
<p>
  <i>*Source: </i>
  <a href="http://www.davidhier.co.uk/Tutorials/concrete2.html" target="_blank">
    <i>http://www.davidhier.co.uk/Tutorials/concrete2.html</i>
  </a>
</p>
<p>If you find the image you need but it is not seamless, you can make it seamless by using various tools, such as Photoshop. Simply search on YouTube, and you'll discover numerous tutorials on this topic.</p>
<p>In addition to achieving a seamless texture, your image must adhere to the "Power Of Two" rule. This means that the width and height should be able to be doubled or halved by 2. In other words, any image that is 8, 16, 32, 64, 128, 256, 512, 1024, 2048 (or higher, but not recommended) pixels in one or both dimensions is considered valid and properly optimized for quick loading.</p>
<p>If the image you use is not "Power Of Two," it will be resized, which will extend loading time. To learn more about this rule, visit <a href="https://www.katsbits.com/tutorials/textures/make-better-textures-correct-size-and-power-of-two.php" target="_blank">this link</a>.</p>
<p>Finally, it is essential to optimize your images. The easiest and fastest way to optimize textures is to visit <a href="https://imagecompressor.com/" target="_blank">www.imagecompressor.com</a> or <a href="http://www.guetzli.it/" target="_blank">www.guetzli.it</a>. Here you can upload any image and play with the quality. Remember, if your material is applied to a piece of your definition which is too small or barely seen, the quality of the image doesn’t need to be the best. We’re almost done here…</p>
<h3 id="where-can-i-get-the-url-link-that-contains-the-image-map-effect">Where Can I Get The URL Link That Contains The Image Map/Effect?</h3>
<p>All the URLs you use in ShapeDiver components have to be publicly accessible, otherwise our viewer won't be able to read the files.</p>
<p>If you don't have your own servers where you can store your data and then grant public access, my best recommendation is to upload your images to <a href="https://imgur.com/upload" target="_blank">https://imgur.com/upload</a> and then get the link by right-clicking the uploaded image and copying the image address.</p>
<p>Now that we have the links, we can add them to "<i>ShapeDiverMaterial</i>" and get cool effects like this one:</p>
<h3 id="live-final-texture-mapping-demo">Live Final Texture Mapping Demo</h3>
<p>
  <i>*This material was achieved with the image maps/effects </i>
  <a href="https://www.textures.com/download/pbr0264/133766" target="_blank">
    <i>here</i>
  </a>
  <i>.</i>
</p>
<h3 id="conclusions">Conclusions</h3>
<p>Going the extra mile while setting up your models is a great way to ensure long-lasting first impressions. Internet users want to be charmed, "<i>convinced through their eyes</i>" if you will. With so much online competition nowadays and the fact that we live in the age of immediate gratification, it takes a bit more dedication to wow your audience. Great Texture Mapping is just one of the many ways in which you can separate your products from the bunch.</p>
<blockquote>
  <p>Was this tutorial helpful? Do you have any comments or feedback? Make sure to <a href="https://discourse.mcneel.com/c/grasshopper/shapediver" target="_blank">visit our Forum</a> and start a thread with your doubts! We're always checking for new topics from our users so we'll make sure to give you useful answers.</p>
</blockquote>
<p>
  <br />
</p> ]]></content:encoded>
</item>
<item>
  <title>From Sketch To Prototype Using Rhino &amp; Grasshopper!</title>
  <description><![CDATA[ All artists have a unique creative process that they follow every time they design something new. Wanting to know more about this, last month we met with our good friends from Modifile.com and asked them if they could share their creative process with us. Here is how they do it. ]]></description>
  <link>https://www.shapediver.com/blog/cnc-furniture-from-sketch-to-prototype-using-rhino-amp-grasshopper</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/996df96b51/12.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Oct 15, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <i>NOTE: We've covered </i>
  <a href="https://www.shapediver.com/blog/parametric-dreams-ep-3-modifile-an-italian-cnc-startup-1" target="_blank">
    <i>Modifile.com in the past, </i>
  </a>
  <i>so if you haven't checked our previous post we recommend for you to do so.</i>
</p>
<h4 id="about-carlos-and-modifile">About Carlos and Modifile</h4>
<p>
  <b>Carlos Travaini </b>is the lead designer at <a href="https://www.modifile.com/en/" target="_blank">Modifile.com</a>. He's an Argentinian that moved to <b>Venice, Italy</b> many years ago and is constantly busy alternating between private projects he gets hired for and his new website.
</p>
<p>Intrigued by how he's able to mix all the <b>elements</b> that enable him to create all his fun and <b>very original furniture</b> pieces, I asked him for a favor: I wanted to get to know his <b>creative process</b>. Note that most of the times this is a very private process and <b>many</b> artists simply <b>won't let you into that space</b>, but Carlos was gracious enough to let our cameras in not only during the sketching portion but the entire process, from sketch to prototype production.</p>
<h4 id="what-youll-learn-here">What You'll Learn Here</h4>
<p>You'll learn how he uses <b>Rhinoceros</b> and <b>Grasshopper</b> to parameterize his sketches, and then cut everything using a CNC Cutting Machine. Without further ado, please enjoy this ShapeDiver exclusive video production:</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/9OhloNLQDwg?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>That's it for today's blog post! What do you think? Does <b>Parametric Design</b> make the whole creative process simpler or more complicated? </p>
<p>Let us know in the comment section below or reach to us via our main social media channels: <a href="https://twitter.com/shapediver" target="_blank">Twitter</a>, <a href="https://instagram.com/shapediver" target="_blank">Instagram</a>, <a href="https://facebook.com/shapediver" target="_blank">Facebook</a> or <a href="https://www.linkedin.com/company/shapediver/" target="_blank">LinkedIn</a>.</p>
<p>
  <br />﻿</p>
<p>Also, to learn more from <b>Modifile</b> and Carlos Travaini's original work, please visit <a href="https://www.modifile.com/en/" target="_blank">www.modifile.com</a> or visit their <a href="https://www.instagram.com/modfil/" target="_blank">Instagram page here</a>.</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Rhino 6 &amp; Rhino For Mac!</title>
  <description><![CDATA[ We&#39;re happy to announce that starting TODAY you can finally upload definitions created with Rhino 6! This is easily the most requested feature we&#39;ve received in the past months, so we&#39;re more than happy to finally deliver on this. Read below to find out a bit more about our system&#39;s new capabilities! ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-rhino-6-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/f37c0a630f/11.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Sep 4, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <b>We're happy to announce that starting TODAY you can finally upload definitions created with Rhino 6! This is easily the most requested feature we've received in the past months, so we're more than happy to finally deliver on this. Read below to find out a bit more about our system's new capabilities!</b>
<h4 id="iwhats-new-in-rhino-6-i">
  <i>What's new in Rhino 6?</i>
</h4>
<p>
  <a href="https://www.rhino3d.com/6/new" target="_blank">Lots</a>! And it comes with a <b>new version of Grasshopper</b> which itself has<a href="https://www.rhino3d.com/6/new/grasshopper" target="_blank"> many new features</a>. It has <b>python scripting</b>, new <b>components</b> (including the popular <a href="https://www.rhino3d.com/6/new/make2d" target="_blank">Make2D</a>) and some <b>multi-threaded components</b> for increased performance. We will follow up with a post about the features that are especially interesting for ShapeDiver users, and how to best use them.
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/279A8CC4-FDB4-5D68-597D-6DDC25A9E415.png" loading="lazy" />
</figure>
<h4 id="iso-how-does-it-work-with-shapediver-i">
  <i>So how does it work with ShapeDiver?</i>
</h4>
<p>In the simplest way: just keep <a href="https://www.shapediver.com/upload" target="_blank">uploading your models</a> exactly like before! Only now your <b>models can be created in Rhino 6. </b>If you're new to ShapeDiver, <a href="https://www.shapediver.com/get-started" target="_blank">check this page</a> so you can get informed of everything we offer.</p>
<h4 id="iwhat-about-rhino-for-mac-i">
  <i>What about Rhino for Mac?</i>
</h4>
<p>ShapeDiver now also <b>supports Rhino 5 for Mac!</b> You can even download the ShapeDiver plugin for Mac and start uploading models right now. Rhino 6 for Mac is currently a WIP, once it graduates to the full version we will support it as well.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/99E498E1-1643-4856-D96C-D7357F31D28B.png" loading="lazy" />
</figure>
<h4 id="ican-i-still-use-grasshopper-in-rhino-5-for-my-shapediver-definitions-i">
  <i>Can I still use Grasshopper in Rhino 5 for my ShapeDiver definitions?</i>
</h4>
<p>Yes! For the most part, <b>Grasshopper definitions created in Rhino 5 will be fully functional in Rhino 6</b> and on ShapeDiver. However, we did detect some <i>minor</i> breaking changes, so if you have trouble uploading Rhino 5 definitions <a href="https://discourse.mcneel.com/c/grasshopper/shapediver" target="_blank">
    <b>please contact us via our new Forum</b>
  </a> and we will do our best to help you. But in general, it will work just fine.</p>
<h4 id="iwhat-happens-to-the-existing-models-i">
  <i>What happens to the existing models?</i>
</h4>
<p>As mentioned above, we detected some small incompatibilities between Rhino 5 and Rhino 6, which is why <b>all existing online models will keep running on the legacy platform</b>, for the time being. As a result, no existing model will be affected by the update.</p>
<p>In the next few weeks, we encourage all designers to re-upload their old models on ShapeDiver and check if they are fully functional. <b>We will shut down the legacy platform next year</b>, and transfer all existing models to the new one, but at the moment we can't 100% guarantee that they will all behave as expected (though most of them will). Don't worry, we will give proper notice before that happens.</p>
<h4 id="ican-i-still-use-the-same-external-plugins-i">
  <i>Can I still use the same external plugins?</i>
</h4>
<p>Yes, <b>the list of plugins that ShapeDiver supports is not affected by the update</b>. It keeps growing all the time, but as a reminder, these plugins below are the ones we currently support (along with <b>Python and C# Scripting</b>).</p>
<p>- <b>
    <i>Peacock</i>
  </b> (any version, each model gets approved case by case, so once you upload we manually review it and either approve it or not)</p>
<p>- <b>
    <i>PhylloMachine</i>
  </b> (same as above)</p>
<p>- <b>
    <i>FabTools</i>
  </b> (same as above)</p>
<p>- <b>
    <i>Weaverbird</i>
  </b> - 0.9.0.1</p>
<p>- <b>
    <i>MeshEdit</i>
  </b> - 1.9.0.0</p>
<p>- <b>
    <i>Exoskeleton2</i>
  </b> - 1.0.0.0</p>
<p>- <b>
    <i>LunchBox</i>
  </b> - 2016.3.21.0</p>
<p>- <b>
    <i>4D Noise</i>
  </b> - 1.0.0.0</p>
<p>- <b>
    <i>Plankton</i>
  </b> - 0.4.2</p>
<p>- <b>
    <i>Human</i>
  </b> - 1.1.0</p>
<p>- <b>
    <i>Jackalope</i>
  </b> - 1.0.0.3</p>
<p>- <b>
    <i>Clipper</i>
  </b> - 0.0.2.1</p>
<p>- <b>
    <i>Pufferfish</i>
  </b> - 2.1.0.0</p>
<p>- <b>
    <i>CurveOffsetTools</i>
  </b> - 1.0.0.0</p>
<p>- <b>
    <i>Engrave</i>
  </b> - 1.2.0.0</p> ]]></content:encoded>
</item>
<item>
  <title>Grasshopper &amp; ShapeDiver Help Create 3D Printed Prosthetics For Kids!</title>
  <description><![CDATA[ Some weeks ago we traveled to Madrid, Spain to meet the team behind Autofabricantes and MediaLab Prado. These guys are working on some exciting projects involving all types of 3D printing and parametric design, but the one that really caught our attention was SuperGiz. ]]></description>
  <link>https://www.shapediver.com/blog/grasshopper-amp-shapediver-help-create-3d-printed-prosthetics-for-kids-2</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/abb4c233bb/10.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Aug 27, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Case Studies ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <b>
    <i>&lt;&lt; Some weeks ago we traveled to Madrid, Spain to meet the team behind Autofabricantes and MediaLab Prado. These guys are working on some exciting projects involving all types of 3D printing and parametric design, but the one that really caught our attention was SuperGiz.&gt;&gt;</i>
  </b>
</p>
<h4 id="the-project">THE PROJECT</h4>
<p>As you'll learn in the video below, <b>SuperGiz</b> is a different type of <b>prosthetic device</b>. It wasn't meant to mimic an exact human hand but rather to be extremely useful at very specific situations, like playing <b>basketball</b> or while <b>eating</b>. You'll also learn about <b>one of the first kids</b>already using a SuperGiz prosthetic, named Hector.</p>
<h4 id="hector-amp-israel">HECTOR & ISRAEL</h4>
<p>
  <b>For years</b> his father Israel tried searching for viable <b>alternatives</b> that could help his son overcome a genetic challenge until he met the team of <b>Autofabricantes</b> and <b>MediaLab Prado</b>. After several iterations they came up with the SuperGiz concept which they hope can help <b>revolutionize</b> the affordable prosthetic world for many families out there.
</p>
<h4 id="the-video">THE VIDEO</h4>
<p>Without further ado, we hope you enjoy this ShapeDiver video production:</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/dSWIlRunYys?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<h4 id="the-model">THE MODEL</h4>
<p>For those curious, you can check an <b>early version</b> of this SuperGiz configurator down below. The final version is about the be added to <b>Autofabricante's website</b> and <b>we'll update</b> this blog post once it happens.</p>
<p>If you'd like to know more about Autofabricantes, <a href="http://autofabricantes.org/" target="_blank">please head to their website here</a>. Or send them an email to <b>info@autofabricantes.org</b>. They'll be more than happy to hear from anyone with ideas and feedback.</p>
<p>If you'd like to be featured in a blog post similar to this, please send us an email to <b>info@shapediver.com</b> and tell us everything about your ideas and/or projects.</p> ]]></content:encoded>
</item>
<item>
  <title>Getting To Know… MediaLab Prado’s FabLab In Madrid!</title>
  <description><![CDATA[ &gt;&gt;Getting to know...&lt;&lt; is the place where ShapeDiver introduces game changers in the field of Parametric Design. During our blog series we&#39;ll let great brands and projects do the talking and present their work, so sit back and enjoy! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-medialab-prado-s-fablab-in-madrid-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/1c192fb190/9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Aug 3, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&gt;&gt;Getting to know...&lt;&lt;</i>
</b>
<i> is the place where ShapeDiver introduces </i>
<b>
  <i>game changers</i>
</b>
<i> in the field of </i>
<b>
  <i>Parametric Design.</i>
</b>
<i> During our blog series we'll let great brands and projects do the talking and present their work, so sit back and enjoy!</i>
<p>
  <b>
    <i>In this edition we'll get to know part of the team of Autofabricantes who develop several projects inside Medialab Prado's FabLab in Madrid! This is the first of a three-part series involving everything related to the great projects they've been developing for children with motion disabilities.</i>
  </b>
</p>
<h4 id="what-is-medialab-prado">- What is Medialab-Prado?</h4>
<p>
  <b>Medialab-Prado's FabLab</b> is a space to experiment with different digital fabrication tools and techniques.
</p>
<p>In its current location, a former sawmill, <a href="https://www.medialab-prado.es/en" target="_blank">
    <b>Medialab-Prado</b>
  </a> has a dedicated space designed and equipped specifically for this, with <b>laser cutters</b>, <b>CNC routers</b> and <b>3D printers</b>.</p>
<p>The <b>FabLab</b> assists different projects, activities and lines of work that need to use its facilities and machinery to build <b>prototypes</b>.</p>
<p>Groups like Interactivos, Mobiliario OpenSource, <b>Autofabricantes</b> and Grigri Pixel are among those that have benefited from the Fablab's support to <b>materialize their ideas</b>.</p>
<h4 id="who-are-autofabricantes">- Who are Autofabricantes?</h4>
<p>
  <a href="http://autofabricantes.org/" target="_blank">
    <b>Autofabricantes</b>
  </a> was born as a research project within <b>Medialab-Prado</b> in 2015. They specialize in development and research projects related to <b>prosthetic</b> myoelectric and mechanical <b>hands</b> for children. The beginning of the investigation was born in Seville, with the project "<i>Exando Una Mano</i>", which literally means, extending a hand.
</p>
<p>The project then moved to <b>Madrid</b> inside the <b>Prototype Laboratory of Medialab-Prado</b> and with the collaboration and support of several foundations it has been able to develop many projects like the ones shown in this 4-minute video below. We hope you enjoy it!</p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/0XXj8JX4nFI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>We'll be sharing the next part of this series very soon!</p>
<p>-----------------------------------</p>
<p>
  <i>That's it for our fourth edition of &gt;&gt;Getting to know..&lt;&lt; Don't forget to follow our friends from Autofabricantes on their </i>
  <a href="https://www.instagram.com/autofabricantes/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i>!</i>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.comand tell us about your project or brand! We'd love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [ Ep. 4] – Jacob Blitzer: A 6-Week Parametric Jewelry Experiment!</title>
  <description><![CDATA[  Jacob Blitzer is an American computational designer that, as many reading this blog, fell in love with Parametric Design years ago. He decided to do something about it so he started his Coronate Project, an experiment involving a parametric rings and his will to sell them whatever it took! ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-4-jacob-blitzer-a-6-week-parametric-jewelry-experiment</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a5c95fbddc/7.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jul 10, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <a href="https://www.instagram.com/jacobblitzer/" target="_blank">Jacob Blitzer</a> is an <b>American</b> computational designer that, as many reading this blog, fell in love with  <b>Parametric Design</b> years ago. He decided to do something about it so he started his <a href="https://www.jacobblitzer.com/parametrics" target="_blank">Coronate Project</a>, an experiment involving a parametric <b>rings</b> and his will to sell them whatever it took!
</p>
<h4 id="1-how-did-you-discover-grasshopper-and-parametric-design">1. How did you discover Grasshopper and Parametric Design?</h4>
<p>I was introduced to <b>Rhino 4</b> in late 2010, in my first year at <b>Architecture School</b>. I stuck with Rhino alone for four years, and only ever opened up Grasshopper once or twice. It was well known that <b>Grasshopper</b> was how students created the "<i>crazy</i>" designs, but I had little interest in it at the time.</p>
<p>It wasn't until the summer of 2016, when I was working to create <b>customized 3D printed eyewear</b> for children, when I realized that the only way I could bring this to life was through <b>Grasshopper</b>. So, I shut myself in my apartment for a few months and <b>binged on YouTube tutorials</b> until I had a working definition.</p>
<h4 id="2-wow-now-thats-dedication-when-did-you-realize-you-could-potentially-create-a-business-out-of-this-skill">2. Wow! Now that's dedication! When did you realize you could potentially create a business out of this skill?</h4>
<p>Turning Parametric Design into a <b>viable business</b> is something that I have been working on in some form or another since 2014. I've looked into doing it online, or as part of an ophthalmologists office, but <b>Coronate was the first time it actually worked</b>. It is more difficult that people would imagine to correctly <b>present a parametric design as something to buy</b>, rather than some sort of technical marvel.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/0A76B46A-2ECF-D10D-BBBE-011CC0F9F346.jpg" loading="lazy" />
</figure>
<h4 id="3-what-were-or-are-the-main-entry-barriers-to-make-this-behavior-change-in-people">3. What were (or are) the main entry barriers to make this behavior change in people?</h4>
<p>If a system like Coronate can be broken down into smaller component bits, there is really nothing special. There is <b>UI/UX Design</b>, <b>Branding</b>, <b>Computational Design</b>, <b>Fashion Design</b>, <b>Supply Chain Management</b>, and <b>3D Printing</b>... all disciplines where professional expertise already exists. The challenge is being able to <b>seamlessly connect all these parts</b> into a cohesive and appealing product. ShapeDiver and its integration with <a href="https://www.shapeways.com/" target="_blank">Shapeways</a> will enable a much wider range of designers to experiment with selling parametrically configured products.</p>
<h4 id="4-who-inspired-you-the-most-when-you-first-started-designing-your-rings">4. Who inspired you the most when you first started designing your rings?</h4>
<p>The Coronate designs were finished by <a href="https://www.instagram.com/the14thfactory/" target="_blank">The 14th Factory</a>'s exhibit. Initially I set out to create rings that really took advantage of the <b>geometric freedom</b> afforded by 3D printing, and these designs would emulate some of <a href="https://altermodernists.com/2014/04/29/studio-simonbirch/" target="_blank">Simon Birch</a>'s more complex designs from the show (which were also 3D printed). But I eventually ended up taking <b>inspiration</b> from the traditional <b>crowns</b>, which were <b>carved by hand</b> from wood and marble, and looked almost like what a child's drawing of a crown would look like.</p>
<h4 id="5-which-changes-improvements-would-you-make-if-you-were-to-do-this-again">5. Which changes/improvements would you make if you were to do this again?</h4>
<p>There are a few things I would definitely change. First of all, I wouldn't do rings again! Rings are difficult to size properly, and dealing with returns and complaints wasn't something I enjoyed. I would spend a lot more time on the physical display and promotional materials, and would have more sample products on hand. But I would leave the core of Coronate's operation unchanged, though I would consider having a version of the platform available via <b>ShapeDiver</b>.</p>
<h4 id="6-where-do-you-see-the-industry-as-a-whole-when-it-comes-to-additive-manufacturing-and-faster-paced-production-methods-like-cnc-machining-and-laser-cutting">6. Where do you see the industry as a whole when it comes to Additive Manufacturing and faster-paced production methods like CNC Machining and Laser Cutting?</h4>
<p>
  <b>3D Printing</b> is beginning to <b>evolve</b> from a prototyping technology <b>to</b> something that belongs on the <b>factory floor</b>. <a href="https://formlabs.com/" target="_blank">Formlabs</a>, <a href="https://ultimaker.com/" target="_blank">Ultimaker</a>, and <a href="https://www.desktopmetal.com/" target="_blank">Desktop Metal</a> have all released <b>case studies</b>outlining the use of the technology at least for jigs or fixtures, and even in production runs. Use of <b>CAM technologies</b> will really explode once the software/hardware can deliver on the promise of "free complexity", and reduce the effort required to <b>design</b>, <b>test</b>, and <b>fabricate</b>parts made with said technologies. <a href="https://www.ntopology.com/" target="_blank">nTopology</a>, for example, is offering <b>optimization</b> <b>software</b>that makes use of 3D printers' ability to make lattice structures.
</p>
<h4 id="7-whats-missing-or-what-could-improve-in-order-to-bring-these-technologies-to-new-industries">7. What's missing or what could improve in order to bring these technologies to new industries?</h4>
<p>Honestly, I think the <b>hardware</b> used at the moment <b>is fine</b>. You get a lot of bang for your buck in 2018 if you're looking to buy a 3D printer. <b>Smarter machines</b> and software that reduce failure will foster a willingness for consumers and businesses to rely on <b>CAM</b>. But that's not as much fun as <b>tinkering</b>!</p>
<h4 id="8-whats-next-for-you-which-projects-involving-parametric-design-do-you-have-in-mind-for-the-near-future">8. What's next for you? Which projects involving Parametric Design do you have in mind for the near future?</h4>
<p>I'm not sure! I've created two potential <b>Coronate</b> successors in the past year which are much more polished, and tried to set up a supplier for the output; someone to print, cast and ship the items that would be ordered. I've also spent an enormous amount of time on the lengthy write-up that I <b>posted</b> on my <b>website</b>, which is actually an abridged version of the document I created to analyze the successes and failures of my time running Coronate. So I definitely want to do this again.</p>
<p>But I keep my ear very close to the ground for new from the 3D Printing community, and 2018 hasn't disappointed. Between announcements from <a href="https://www.diabasemachines.com/home" target="_blank">Diabase Engineering</a>, <a href="https://www.prusaprinters.org/" target="_blank">Prusa Printer</a>, and <a href="https://e3d-online.com/" target="_blank">E3D</a>, multi-material FDM printing seems destined for big things, and there is a lot that I'd like to do to exploit these capabilities!</p>
<h4 id="it-sounds-you-are-really-motivated-thank-you-jacob-for-giving-us-a-bit-of-your-time-and-sharing-your-thoughts-and-ideas-with-us">- It sounds you are really motivated! Thank you Jacob, for giving us a bit of your time and sharing your thoughts and ideas with us!</h4>
<p>You're more than welcome! And please, don't forget to <a href="https://www.jacobblitzer.com/parametrics" target="_blank">check my write-up of this six-week experiment I conducted for Coronate</a>!  I learnt a lot along the way, and <b>would like to share my experiences</b> with anyone else looking to sell Parametric Designs in person.</p>
<p>Cheers!</p>
<p>-------------------</p>
<p>
  <i>That's it for our fourth episode of </i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i>  Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 5] – Gabriel Ganzarolli: Parametric Prosthesis Made In Brazil!</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-5-gabriel-ganzarolli-parametric-prosthesis-made-in-brazil-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/de79de2e9c/8.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Jul 10, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <h4 id="1-hi-gabriel-thank-you-for-joining-us-could-you-tell-us-your-background-and-a-bit-about-yourself">1. Hi Gabriel! Thank you for joining us. Could you tell us your background and a bit about yourself?</h4>
<p>Sure, thank you for having me here! My name is Gabriel Costa Ganzarolli and I'm 22 years old. I graduated from <b>Industrial Design</b> at the <b>São Paulo State University</b> (UNESP) and just created this P<a href="https://gabrielgan.wixsite.com/bbody" target="_blank">arametric Prosthesis project</a> for my Master's Dissertation.</p>
<h4 id="2-what-fascinates-you-the-most-about-parametric-design">2. What fascinates you the most about Parametric Design?</h4>
<p>What fascinates me the most is the sheer amount of <b>possibilities</b> that Parametric Design provides. I'm always <b>discovering</b> new things that can be done with it. It's almost unlimited! I truly believe that Parametric Design is the future of the <b>creative world</b>.</p>
<h4 id="3-how-and-when-did-you-come-up-with-this-parametric-prosthesis">3. How and when did you come up with this Parametric Prosthesis?</h4>
<p>The idea came to me while I was doing some <b>research</b> for the <b>Ergonomics</b> <b>and Interface Laboratory </b>at my University. I was studying the <b>self-esteem levels</b> and <b>stigma</b> associated to the use of orthopedic prostheses.</p>
<p>I noticed that many <b>patients</b> had great <b>discomfort</b> with the appearance and especially the symbology (lack of identity cause by the <b>replacement</b> of a body member with a mass-produced industrial part) of the artifact.</p>
<p>I realized that with <b>Parametric Design</b> I could potentially <b>create</b> an interface that would allow patients to easily create <b>unique</b> "covers" for their prosthesis.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/48CEF725-23A0-7615-A0C7-6E849FFB19CF.jpg" loading="lazy" />
</figure>
<h4 id=""></h4>
<h4 id="4-who-is-it-aimed-for-and-how-does-it-work">4. Who is it aimed for and how does it work?</h4>
<p>The public is <b>patients</b> of the <b>public healthcare system in Brazil</b> that receive a simple prosthesis and many times can't afford any type of <b>customization</b> for them.</p>
<p>The main concept of my project is this <b>editable</b> outer shell, or the "cover". Any user can <b>create</b> this on his/her own and then <b>3D print</b> it at their local <b>FabLab</b>. They only need to know the measurements of the prosthesis and the <b>dimensions</b> of their leg so they can insert the proper heigh and width of the cover into the <b>interface</b>.</p>
<p>They can also <b>choose</b> if the prosthesis corresponds to the right or the left side. The other <b>parameters</b> are focused on the appearance of the cover, but since it's merely a decorative item, a doctor is not really needed.</p>
<h4 id="5-do-you-think-this-wouldve-been-possible-without-grasshopper-or-parametric-design-in-general">5. Do you think this would've been possible without Grasshopper or Parametric Design in general?</h4>
<p>Not at all! The whole project is based on the possibilities allowed by <b>Grasshopper</b> and Parametric Design. With these tools I was able to create an <b>interface</b> that allow any type of user to change the characteristics of the product by simply modifying a parameter in their <b>computer</b>.</p>
<h4 id="6-whats-the-future-of-this-project-where-would-you-like-to-see-it-go">6. What's the future of this project? Where would you like to see it go?</h4>
<p>The idea is to keep feeding the website with new models. <b>I don't plan on ever monetizing it</b>. It was born as an <b>open-source project</b> and it will stay like this. I just really hope to see <b>more people</b> using these prostheses more often!</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/E9F25DC1-B0C8-22F2-7067-37E18690495E.jpg" loading="lazy" />
</figure>
<h4 id="7-thats-fantastic-how-can-people-reach-you">7. That's fantastic! How can people reach you?</h4>
<p>If anyone wants to <b>collaborate</b> or has any <b>idea</b> or <b>suggestion</b>, please feel free to reach me either via <b>Instagram</b> (<a href="https://www.instagram.com/gabrielganzarolli/" target="_blank">@gabrielganzarolli</a>) or via <b>email</b> to gabrielganza@gmail.com. I'll sure be glad to get in touch with anyone who has <b>interest</b> in this project.</p>
<h4 id="thank-you-very-much-for-your-time-gabriel-this-is-an-amazing-project-and-we-wish-to-see-it-grow-and-evolve-even-further">- Thank you very much for your time Gabriel! This is an amazing project and we wish to see it grow and evolve even further.</h4>
<p>-----</p>
<p>
  <i>That's it for our fifth episode of </i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i>  Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 3] – Modifile: An Italian CNC Startup!</title>
  <description><![CDATA[ Parametric Dreams is a new space we&#39;ve opened specifically for early entrepreneurs and students to share their stories and projects involving Parametric Design.  Every world-renowned designer was once a student and we believe every student dream deserves to be heard! ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-3-modifile-an-italian-cnc-startup-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a532b603f9/6.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Jun 18, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <a href="https://www.modifile.com/en/" target="_blank">
    <b>Modifile</b>
  </a> is a Digital Files provider for <b>CNC machines</b>. They are an <b>Italian startup</b>, based in Venice and founded by <b>Alessia Rosada</b> and <b>Carlos Travaini</b>.
</p>
<h4 id="whats-your-background-and-where-did-you-learn-about-design-in-general">- What's your background and where did you learn about design in general?</h4>
<p>
  <b>
    <i>Alessia: </i>
  </b>We both started learning about design by just observing. That being said, our past studies and experiences allowed us to mix in this project our academic education, focused on the visual arts and design, with a technical background applied on digital graphic design.
</p>
<p>This combination gave us the possibility to work in many different areas of design, always searching for an original point of view about the future of industrial products and goods, with a strong attention on making them useful, democratic and desirable.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/8453C9D9-F20C-82D2-BDF5-89FAE92338F8.jpg" loading="lazy" />
</figure>
<p>- How did you end up doing this project?</p>
<p>
  <br />
</p>
<p>
  <b>
    <i>Carlos: </i>
  </b>The <b>Modifile</b> project was born as a second phase of a previous project: <b>CNC Factory</b>, an online shop where we sell more digital products.
</p>
<p>We realized that the <b>most frequent request</b> from our customers was the possibility to <b>adapt</b>the plans to their needs or to the material features.</p>
<p>For example, the plywood's thicknesses available in Europe are not the same as those in the USA. This was a very big problem since our products work with joints! </p>
<p>
  <b>Parametric Design</b> was ideal to solve this problem. It allowed us not only to change the thickness of the material, but also to modify the measurements, change the diameter, activate dog-bone options, show assembly instructions, you name it.
</p>
<p>
  <br />
</p>
<p>You could say that <b>Rhino + Grasshopper + ShapeDiver</b> became the <b>perfect trinomial</b> for us.</p>
<h4 id="thats-great-to-hear-whos-part-of-your-team">- That's great to hear! Who's part of your team?</h4>
<p>
  <b>
    <i>A/C:</i>
  </b>
  <b> </b>The team is made up of <b>two</b> of us, but we count with <b>many</b> other external <b>collaborators</b>. This project is strongly connected with Digital Fabrication and the FabLabs are the perfect places for this development. In our case, when we are testing something we use <a href="http://www.fablabvenezia.org/" target="_blank">
    <b>FabLab Venezia</b>
  </a> as our HQs.
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/1B3FD9C5-4B17-F085-6B06-C6B35102EC49.jpg" loading="lazy" />
</figure>
<p>- How do you manufacture your product?
  <br />
</p>
<p>
  <b>
    <i>A/C:</i>
  </b> First of all, there's a <b>planning phase</b> where we create the design object using <b>Rhino</b> and <b>Grasshopper;</b> then comes the <b>interactive phase</b> where <b>ShapeDiver</b> comes into play. The user has an online configuration tool where our designs can be modified and ordered; finally there's the <b>fabrication phase</b> where <b>produce</b> whatever the customer designed and ordered.
</p>
<p>The most interesting aspect is that <b>CNC machines</b> can be <b>programmed</b> in a reliable way, so every physical objects can start as a digital template. This means that a <b>Modifile</b> design can be downloaded, edited and resold locally, on demand, all around the world! All while being <b>sustainable</b> and <b>affordable</b>.</p>
<h4 id="what-comes-to-your-mind-when-you-think-about-parametric-design">
  <br />- What comes to your mind when you think about Parametric Design?</h4>
<p>
  <b>
    <i>Carlos:</i>
  </b>
  <b> </b>Parametric Design is a <b>big revolution for the design world</b>. It is a fundamental tool for any 3D designer. When you can control any geometry with parameters it means your projects are more flexible and coherent; moreover, Parametric Design doesn't affect the basis of design, <b>instead it enriches the technique</b>.
</p>
<p>If I had to <b>compare</b> Parametric Design with something, I'd do it with a <b>musical score</b>: nothing that is written resembles the final result.</p>
<p>
  <b>
    <i>Alessia:</i>
  </b>
  <i> </i>When I think about <b>Parametric Design</b> I link it immediately with a <b>series of huge advantages</b>: design simplification, time and cost reductions, management flexibility, use comfort, improved quality of work.
</p>
<p>Parametric Design is the <b>essential tool </b>to respond to the market's ever-changing needs. For me it's like having a wardrobe from which every day you can take our your ideal dress!</p>
<figure>
  <img alt="This image has an empty alt attribute; its file name is 4CFDE22B-8812-733B-8948-31715925B0B8.jpg" src="https://sduse1-assets.shapediver.com/images/blog/4CFDE22B-8812-733B-8948-31715925B0B8.jpg" loading="lazy" />
</figure>
<p>- Who's your greatest inspiration?</p>
<p>
  <br />﻿</p>
<p>
  <b>
    <i>Carlos:</i>
  </b>
  <i> </i>Nomadic Furniture vol. 1/2 by Victor Papanek and James Hennessey, 1973
</p>
<p>
  <b>
    <i>Alessia:</i>
  </b>
  <i> </i>I don't know if it's the greatest inspiration, but I share Jasper Morrison's creative analysis and observation method (in addition to his irony!).
</p>
<h4 id="do-you-have-future-projects-coming-up">- Do you have future projects coming up?</h4>
<p>
  <b>
    <i>A/C:</i>
  </b>
  <i> </i>As future project, we have thought to <b>enrich Modifile's website</b> by including the possibility for designers to incorporate their design, giving diversity of styles and ideas to our catalogue of furniture. Another project is to offer our customers, together with the product plans, a customizable, parametric packaging to further promote the sellers during the marketing phase.
</p>
<figure>
  <img alt="This image has an empty alt attribute; its file name is 39FD3ED7-BF02-762F-E167-5CFC50E76405.jpg" src="https://sduse1-assets.shapediver.com/images/blog/39FD3ED7-BF02-762F-E167-5CFC50E76405.jpg" loading="lazy" />
</figure>
<p>- Wow, this sounds ambitious! We wish you the best of luck and thank you for sharing your time with us!</p>
<p>
  <br />﻿</p>
<p>
  <b>
    <i>A/C: </i>
  </b>You're more than welcome! And please don't forget to visit our website: <a href="https://www.modifile.com/en/" target="_blank">www.modifile.com</a>
</p>
<p>
  <br />﻿</p>
<p>-------------------</p>
<p>
  <i>That's it for our third episode of </i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i>  Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 2] – DreamBOOST: Scholarships For Design Students</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-2-dreamboost-scholarships-for-design-students-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/1abb9507b7/5.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, May 16, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <p>There's nothing more <b>important</b> during the early stages of being a student than feeling that you have all the <b>support</b> you'll ever need. Regardless if this support is merely <b>moral</b> or <b>monetary</b>, there's no doubt that one can always do more to <b>help those in need</b>.</p>
<p>For this reason, and as part of the effort to push <b>Parametric Design</b> to new boundaries, when <a href="https://www.shapediver.com/blog/www.designmorphine.org" target="_blank">
    <b>DesignMorphine</b>
  </a> called us and pitched us the idea of <b>creating a Scholarship</b> specifically aimed at <b>Design Students</b> around the world, we immediately knew we wanted to <b>be part of this effort</b>.</p>
<p>
  <b>DesignMorphine</b> and their partners have been doing <b>workshops</b>, courses and lectures <b>since 2014</b> in the fields of <b>design,</b> <b>architecture and arts</b>. We've <a href="https://www.shapediver.com/blog/getting-to-know-designmorphine" target="_blank">talked about them</a> before in our blog and even <a href="https://www.shapediver.com/blog/designers-corner-episode-4" target="_blank">interviewed Pavlina</a>, one of its co-founders.
</p>
<p>There's no hiding the fact that at <b>ShapeDiver</b> we think <b>very highly</b> of what Parametric Design can bring to many industries. It's in its <b>infancy</b> and we feel <b>responsible</b> to help <b>spread the word</b> about this amazing branch of Design.</p>
<p>
  <b>DreamBOOST</b> consists of 2 scholarships <b>worth 1200€</b> each for the 2018 period and it's <b>open to all Design students around the world.</b>
</p>
<h4 id="schedule">SCHEDULE:</h4>
<p>
  <b>- April 29th, 2018: </b>Scholarship application starts
</p>
<p>
  <b>- July 1st, 2018: </b>Scholarship application deadline
</p>
<p>
  <b>- July 10th, 2018:</b> Scholarship winners announced
</p>
<h4 id="how-to-apply">HOW TO APPLY:</h4>
<p>Simply <b>follow the instructions</b> on <a href="http://designmorphine.org/store/dreamboost/" target="_blank">this DesignMorphine's page</a>!</p>
<p>
  <b>Special thanks</b> to <a href="http://www.decodefablab.com/" target="_blank">DeCode FabLab</a> and <a href="https://www.facebook.com/botyo.dimitrov.7" target="_blank">Botyo Dimitrov</a> for joining our effort and collaborating for this year's offer. We  sincerely <b>hope</b> this Scholarship catches the <b>attention</b> of many <b>more brands</b> in the future in order to support even <b>more students</b> during the following years!
</p>
<p>-------------------</p>
<p>
  <i>That's it for our second episode of </i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i>  Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Digital Fucina’s Corner [Ep.5] – ONEOFF… At A Time!</title>
  <description><![CDATA[ We&#39;ve opened up a space for Digital Fucina&#39;s founder, Fabrizio de Paolis, a professional 3D modeler and Grasshopper specialist. In the following months he&#39;ll be posting several ideas on what Mass Customization means to him and his project Digital Fucina. ]]></description>
  <link>https://www.shapediver.com/blog/digital-fucina-corner-ep-5-oneoff-at-a-time-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/ca7c5441bc/4.webp"></enclosure>
  <dc:creator><![CDATA[ Fabrizio de Paolis ]]></dc:creator>
  <pubDate>Tue, May 8, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="hello-everyone-and-welcome-back">Hello everyone and welcome back!</h3>
<p>For this article I decided to tackle a slightly different topic than on previous opportunities, let's say a more concrete one. I want to talk about <a href="http://www.oneoff.it/english" target="_blank">
    <b>ONEOFF</b>
  </a>, an Italian company located in Milan.</p>
<p>They are a <b>Digital Manufacturing service</b> that uses modern <b>CAD CAM</b> systems in order to build models and prototypes alongside skilled young artists who make high-quality architectural models. Let's see how <b>Parametric Design</b> can help them!</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/CB4EF982-001F-89B6-779F-63C3711F1383.jpg" loading="lazy" />
</figure>
<h4 id="one-project-one-model-one-container">One Project. One Model. One Container.</h4>
<p>Every work, construction, project, is <b>unique</b> in its appearance and size. You could say it's a "<i>one off</i>"...</p>
<p>The models made by this company are <b>shipped all over the world</b> and the transport crates must be designed and made <i>ad hoc</i> from time to time. This tasks has proven to be more <b>time consuming</b> than it needs to be so the company asked us at <b>Digital Fucina</b> to create a tool that helps them <b>automate this process</b>. Challenge accepted!</p>
<h4 id="why-waste-an-hour-if-it-can-take-a-second">Why waste an hour if it can take a second?</h4>
<p>The challenge was to ensure <b>enough elasticity</b> while <i>still</i> having <b>tight tolerances</b>. ONEOFF needed to be able to <b>freely manage the size of the box</b> according to the volume to be contained, while respecting <b>precise parameters</b> like the thickness of the wood available, the tolerances of interlocking, the type of padding, the width of the teeth and the height of the lid.</p>
<p>The configurator I've just mentioned can't be shown for privacy reasons, but I can share this <b>prototype</b> version:</p>
<p>Thanks to this new tool designed by us at <b>Digital Fucina</b> using <b>Grasshopper</b>, the average <b>design time</b> of these boxes was <b>reduced</b> from an average of one hour to a few seconds! This obviously translates to less man-hours dedicated to a process that now takes literally seconds.</p>
<p>What would your company do if you could suddenly free up your working force of mundane, <b>repetitive</b> processes? THAT'S how <b>Parametric Design</b> has helped ONEOFF.</p>
<p>We can no longer deny that we are really living the <b>4th Industrial Revolution</b>. An era that will undeniably change the world by making "work" more <b>efficient</b>. I say goodbye this time quoting one of the <i>fathers</i> of the original <b>Industrial Revolution</b>:</p>
<p>
  <b>
    <i>"If I had asked people what they wanted, they would've said faster horses."</i>
  </b>
</p>
<p>
  <b>- Henry Ford</b>
</p>
<p>-----</p>
<p>
  <i>&lt;&lt; Don't forget to follow and support </i>
  <b>
    <i>Digital Fucina</i>
  </b>
  <i> directly at their </i>
  <a href="https://www.facebook.com/digitalfucina" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i>, </i>
  <a href="https://www.instagram.com/digitalfucina/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i> and </i>
  <a href="http://www.digitalfucina.com/prodotti/" target="_blank">
    <i>website</i>
  </a>
  <i>!&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Our Tattoo Configurator (v2.0) Is Back!</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/our-tattoo-configurator-v2-0-is-back</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/f2eddc92e9/3.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Wed, Apr 25, 2018 11:00 PM +0000</pubDate>
  
  
  <content:encoded><![CDATA[ <i>By far the </i>
<b>
  <i>most popular blog post</i>
</b>
<i> in ShapeDiver's history was the one where we featured the </i>
<b>
  <i>first version</i>
</b>
<i> of our </i>
<a href="https://shapediver.com/blog/parametric-configurator-tattoo-generator" target="_blank">
  <i>tattoo configurator</i>
</a>
<i>. For our </i>
<b>
  <i>2nd attempt</i>
</b>
<i>, we learnt from the weaknesses of the first model and made it more </i>
<b>
  <i>efficient</i>
</b>
<i>, </i>
<b>
  <i>faster</i>
</b>
<i> and </i>
<b>
  <i>intuitive</i>
</b>
<i>.</i>
<p></p>
<p>ONCE UPON A TIME...</p>
<p>...we envisioned a world where simple (yet powerful) <b>online product configuration</b> was possible. We looked at the available options available on the market and thought that there should be a <b>better way of doing this</b>.</p>
<p>Fast-forward to 2018 and ShapeDiver has enabled many companies, <b>small and big alike</b>, with the power of <b>Parametric Design</b> that only <b>Grasshopper</b> and <b>Rhinoceros</b> can offer.</p>
<h4 id="creativity-is-intelligence-having-fun">CREATIVITY IS INTELLIGENCE HAVING FUN</h4>
<p>It all started with small <b>ideas</b> like the original <b>Tattoo Configurator</b> or our <b>Rim Configurator</b>(<a href="https://www.shapediver.com/blog/the-quest-for-customization-in-a-world-of-economies-of-scale" target="_blank">check it out</a> if you haven't done so yet) and <b>evolved</b> into bigger, more real-world <b>solutions </b>like the ones we've done for all of our <b>clients</b> so far.</p>
<h4 id="more-efficient-faster-better">MORE EFFICIENT, FASTER, BETTER</h4>
<p>
  <b>Paco Ortiz </b>(from <a href="https://www.facebook.com/grasshopperhinodesign/" target="_blank">Grasshopper + Rhino Generative & 3D Parametric Design</a>) was again our parametric designer of choice. We challenged him to create an even <b>better version of his first attempt</b>, this time bug-free and simpler to understand and to use. 
</p>
<p>After several weeks of trial and error, he came back with this version. We all agreed. <b>This new version was ready for prime time.</b>
</p>
<h4 id="parametric-tattoo-configurator-v20">PARAMETRIC TATTOO CONFIGURATOR v2.0:</h4>
<p>Here are the <b>instructions</b> for easier understanding:</p>
<p>
  <b>Step 1: </b>Choose on which arm you'll want your tattoo.
</p>
<p>
  <b>Step 2: </b>Measure your forearm's length (in millimeters) and input it in the configurator.
</p>
<p>
  <b>Step 3: </b>Measure your forearm's diameter (in mm) and input it in the configurator.
</p>
<p>
  <b>Step 4: </b>Measure your wrist's diameter (in mm) and input it in the configurator.
</p>
<p>
  <b>Step 5: </b>Choose the total area for the tattoo to cover.
</p>
<p>
  <b>Step 6: </b>Choose between 3 patterns.
</p>
<p>
  <b>Step 7: </b>Choose how many segments should the design have.
</p>
<p>
  <b>Step 8: </b>Choose towards which direction the tattoo should be attracted to.
</p>
<p>
  <b>Step 9: </b>Choose how many attraction (deformation) points your tattoo should have.
</p>
<p>
  <b>Step 10: </b>Choose how intense the deformation of these attractors should be.
</p>
<p>
  <b>Step 11: </b>Choose the exact position of your tattoo by rotating it around your forearm.
</p>
<p>
  <b>Step 12: </b>Download your DWG file and open it with any DWG-friendly software, then print it and bring it to your preferred tattoo shop.
</p>
<p>Actually, did you know that <b>Paco actually used his original Tattoo Configurator to create his own design?</b> "<i>Video or it didn't happen!"</i> we hear you say? Here it is:</p>
<p>What do you think of this idea? Would you try this or <b>recommend</b> it to a friend that <b>loves tattoos</b>? As usual, the <b>sky is the limit</b> when it comes to Parametric Design!</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/kblTpBFxnpM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>_ _ _ _ _ _ _ _ _ _ _ _</p>
<p>
  <i>Make sure to follow us on </i>
  <a href="https://www.facebook.com/shapediver" target="_blank">
    <i>Facebook</i>
  </a>
  <i> and </i>
  <a href="http://instagram.com/shapediver" target="_blank">
    <i>Instagram</i>
  </a>
  <i>! Do you have a model or project you'd like us to feature in our blog? Send us an email to team@shapediver.com and we'll get back to you!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>ShapeDiver Now Supports Python Scripting!</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/shapediver-now-supports-python-scripting</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/20c7c8cb09/2.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Apr 23, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Features ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <i>We're happy to announce the long-awaited support for </i>
  <b>
    <i>Python scripting</i>
  </b>
  <i> on ShapeDiver. While ShapeDiver has been </i>
  <b>
    <i>C# </i>
  </b>
  <i>and</i>
  <b>
    <i> VB.NET-friendly</i>
  </b>
  <i> for a while, Python lovers can now come out of a long period of frustration!</i>
</p>
<p>Python is a <b>flexible programming and scripting language</b> that is supported by many applications, and therefore allows <b>your work to be reused in different environments</b>.</p>
<p>Unlike other scripting components, the Grasshopper Python component allows to use the <b>
    <i>rhinoscriptsyntax</i>
  </b> to start scripting <b>without needing to be a programmer</b>. Once on-board and with some practice, you can also get the most of external Python and.Net modules and libraries.</p>
<p>Read the <a href="http://developer.rhino3d.com/guides/rhinopython/your-first-python-script-in-grasshopper/#introduction" target="_blank">simple introduction to scripting with Python in Grasshopper</a> by <b>McNeel</b>, and check <a href="https://github.com/mcneel/rhinocommon/tree/master/examples/py" target="_blank">the github repository</a> containing many example scripts to get you started.</p>
<p>
  <br />The Grasshopper Python can be downloaded for Rhino 5 <a href="http://www.food4rhino.com/app/ghpython" target="_blank">here</a>, and it is natively included with Rhino 6 and Rhino Mac (which we will soon have some news about...).</p>
<p>
  <i>Have fun using all the </i>
  <b>
    <i>power of Python with ShapeDiver</i>
  </b>
  <i>, and send us your creations if you'd like to be featured on the website!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Digital Fucina’s Corner [Ep. 4] – It Takes The Right Dress…</title>
  <description><![CDATA[ We’ve opened up a space for Digital Fucina‘s founder, Fabrizio de Paolis, a professional 3D modeler and Grasshopper specialist. In the following months he’ll be posting several ideas on what Mass Customization means to him and his project Digital Fucina. ]]></description>
  <link>https://www.shapediver.com/blog/digital-fucina-corner-ep-4-it-takes-the-right-dress</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/bd4f6ef921/12.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Fri, Apr 20, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>&gt;&gt; We’ve opened up a space for  Digital Fucina‘s founder,Fabrizio de Paolis, a professional 3D modeler and Grasshopper specialist. In the following months he’ll be posting several ideas on what Mass Customization means to him and his project  <a href="http://www.digitalfucina.com/" target="_blank">
    <i>Digital Fucina</i>
  </a>
  <i>.&lt;&lt;</i>
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/3E8586CF-F9DD-82DF-0FED-FA9C795560E2.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Exactly <b>20 years ago</b>, when we were still far from imagining the smartphone, the Finnish company <b>Nokia</b> launched a product characterized by a particular feature that from then on would become a cultural phenomenon worldwide.</p>
<p>The product in question was the <b>Nokia 5110</b> phone and the feature in question was the inter-changeable cover baptized with the name of <b>Xpress-on Cover</b>.</p>
<h4 id="for-freedom-of-expression">For Freedom of Expression</h4>
<p>“<i>For Freedom of Expression</i>” was the advertising slogan chosen for the occasion and the <b>success</b> (39 million units sold) was evident. Subsequently, the <b>Nokia 3210</b> model would continue the success with over 160 million units sold. The point was clear: <i>make the phone as unique as you are</i>.</p>
<p>The phenomenon was global. Companies started producing cover of all kinds: colors, patterns, drawings, you name it. There really was something for everyone. What is normal nowadays, started there: March 1998.</p>
<h4 id="domino-effect">Domino Effect</h4>
<p>We can say that the world of <b>mass customization</b> started like this. Nokia started the domino effect that from then on would lead to the market of <b>personalization</b>. Intuition led to certainty: people <i>want</i> to feel unique, but it is <i>not enough</i> to know. It must be shouted loudly in every area of one’s life: the car, the shoes, the laptop.</p>
<h4 id="ive-got-you-under-my-skin">I’ve Got You Under My Skin</h4>
<p>In 20 years we have seen technology <b>evolve</b> at an impressive level and speed, and as we all know, old cell phones have been supplanted by <b>smartphones</b>. The most famous one, the iPhone, was born with the intention of overturning the issue of <b>personalization</b> by moving it from the outside to the inside.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/55EBF776-7F51-B4C5-8E66-BBE24C4644D0.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>This also brought with it a <b>refinement in the design</b> of the phone that makes the classic cover almost superfluous. However, there are quite refined solutions that allow you to give a <b>touch of class</b> to your smartphones without overly exaggerating.</p>
<h4 id="skin">Skin</h4>
<p>Skin by <b>Industreal</b>, as the name suggests, is a <i>second skin</i> for your smartphone.</p>
<p>This time, unlike last events, we have a double product made by <b>laser cutting</b>. Skin can be <b>customized</b> in the design and in the material, choosing between <b>Wood</b> and <b>Leather</b> and once cut, simply glue it to the back of the smartphone (in this “case” the iPhone X).</p>
<p>There are <b>two models</b> available in this configurator:</p>
<p>1. <b>H2O</b> – a pattern formed by circles of two different sizes.</p>
<p>2. <b>Shanghai</b> – a network of lines that forms a plot similar to the famous board game.</p>
<p>As usual, I bid you farewell with the quote of the month, which today comes courtesy of the French poet: <b>Paul Valéry</b>:</p>
<p>What is deeper in a man, is the <i>skin</i>.</p>
<p>-----</p>
<p>
  <i>&lt;&lt; Don't forget to follow and support </i>
  <b>
    <i>Digital Fucina</i>
  </b>
  <i> directly at their </i>
  <a href="https://www.facebook.com/digitalfucina" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i>, </i>
  <a href="https://www.instagram.com/digitalfucina/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i> and </i>
  <a href="http://www.digitalfucina.com/prodotti/" target="_blank">
    <i>website</i>
  </a>
  <i>!&gt;&gt;</i>
</p>
<p></p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep. 5] – Arthur Mamou-Mani</title>
  <description><![CDATA[ Designers Corner is the place where Parametric Designers talk about their work. There is a story behind every model, and who better to tell the story than the designer himself? ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-5-arthur-mamou-mani-2</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/238c87ba37/11.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Mon, Apr 16, 2018 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/488459A8-C7C4-7DC6-65F9-B23F726CFA6B.jpg" loading="lazy" />
</figure>
<h4 id="imeet-arthur-mamou-mani-founder-amp-director-at-mamou-mani-architects-i">
  <i>Meet Arthur Mamou-Mani (Founder & Director at Mamou-Mani Architects)</i>
</h4>
<p>
  <i>For this episode we went to London  and sat down with </i>
  <b>
    <i>Arthur Mamou-Mani,</i>
  </b>
  <i> french architect in charge of this year’s </i>
  <a href="https://templegalaxia.org/" target="_blank">
    <i>Main Temple</i>
  </a>
  <i> (Galaxia) at the </i>
  <b>
    <i>Burning Man Festival </i>
  </b>
  <i>in Black Rock Desert, Nevada, USA.</i>
</p>
<p>
  <i>Arthur is director of the </i>
  <b>
    <i>award-winning</i>
  </b>
  <i> practice </i>
  <a href="https://mamou-mani.com/" target="_blank">
    <i>Mamou-Mani Architects</i>
  </a>
  <i>, specialized in a new kind of digitally design and fabricated architecture.</i>
</p>
<p>
  <i>He is a lecturer at the </i>
  <b>
    <i>University of Westminster</i>
  </b>
  <i> in London and owns a digital fabrication laboratory called </i>
  <a href="https://fab.pub/" target="_blank">
    <i>FabPub</i>
  </a>
  <i>, which allows people to experiment with large </i>
  <b>
    <i>3D printers and laser cutters</i>
  </b>
  <i>. Since 2016 he is a fellow of </i>
  <b>
    <i>The Royal Society for the Encouragement of Arts, Manufacturers and Commerce</i>
  </b>
  <i>.</i>
</p>
<p>
  <i>Arthur gave numerous talks including the </i>
  <a href="https://www.youtube.com/watch?v=to2vvX_nivw" target="_blank">
    <i>TedX Conference</i>
  </a>
  <i> in the USA and has been featured in </i>
  <b>
    <i>The New York Times</i>
  </b>
  <i> and </i>
  <b>
    <i>Forbes</i>
  </b>
  <i>. His clients include </i>
  <b>
    <i>ARUP,</i>
  </b>
  <i> </i>
  <b>
    <i>Buro Happold Engineering</i>
  </b>
  <i>, </i>
  <b>
    <i>The Burning Man Festival</i>
  </b>
  <i>, and </i>
  <b>
    <i>Food Ink,</i>
  </b>
  <i> among others.</i>
</p>
<p>
  <i>In our first ever video interview we touched different topics ranging from his </i>
  <b>
    <i>early beginnings</i>
  </b>
  <i> as a designer, </i>
  <b>
    <i>how we got into The Burning Man Festival</i>
  </b>
  <i>, the </i>
  <b>
    <i>future of design </i>
  </b>
  <i>and much more. Hope you enjoy it!</i>
</p>
<h4 id="interview-with-arthur-mamou-mani">Interview with Arthur Mamou-Mani</h4>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/HUdcC5MGMsU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p>
  <br />Short on time? No worries! Here's the list of questions we asked and at what point of the interview you can find them:</p>
<p>1. <b>(00:20)</b> What's your background?</p>
<p>2. <b>(01:21) </b>What's your first memory regarding Parametric Design?</p>
<p>3. <b>(02:20)</b> What type of work do you create at your studio?</p>
<p>4. <b>(03:03)</b> What does The Burning Man Festival represent to you?</p>
<p>5. <b>(04:15)</b> What does this year's selection as lead designer mean to you?</p>
<p>6. <b>(05:30)</b> Why should people contribute and <a href="https://connect.clickandpledge.com/Organization/burningmanproject/campaign/temple2018" target="_blank">donate</a> this year?</p>
<p>7. <b>(06:53)</b> How big is the temple?</p>
<p>8. <b>(07:14)</b> Is Burning Man a place for architectural experiments?</p>
<p>9. <b>(08:03)</b> Was there a spiritual influence when you designed the temple?</p>
<p>10. <b>(09:06)</b> What does your design workflow look like?</p>
<p>11. <b>(10:09)</b> Which software do you use the most?</p>
<p>12. <b>(11:13) </b>Where do you see Parametric Design in the future?</p>
<p>13. <b>(13:27)</b> Final thoughts, important links.</p>
<p>
  <b>IMPORTANT: Don't forget to </b>
  <a href="http://bit.ly/2tZdHaL" target="_blank">
    <b>donate in order to make this amazing Galaxia</b>
  </a>
  <b> project happen!</b>
</p>
<p>
  <i>_________________________________</i>
</p>
<p>
  <i>That's it for this fifth episode of </i>
  <b>
    <i>Designers Corner! </i>
  </b>
  <i>You can contact or check out Arthur's work directly at his </i>
  <a href="https://www.instagram.com/mamoumani/" target="_blank">
    <i>Instagram</i>
  </a>
  <i> account and </i>
  <a href="https://mamou-mani.com/" target="_blank">
    <i>website</i>
  </a>
  <i>. </i>
</p>
<p>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Parametric Dreams [Ep. 1] – Democratizing Eyewear Design!</title>
  <description><![CDATA[ Parametric Dreams is a new space we&#39;ve opened specifically for early entrepreneurs and students to share their stories and projects involving Parametric Design.  Every world-renowned designer was once a student and we believe every student dream deserves to be heard!  For our first episode we interviewed Annapaola Vacanti. She&#39;s a student from Italy who needed a platform to present her latest idea: Parametric Eyewear. ]]></description>
  <link>https://www.shapediver.com/blog/parametric-dreams-ep-1-democratizing-eyewear-design-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/516ad9ddb6/10.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Mon, Mar 12, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ Parametric Dreams ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>Parametric Dreams </i>
</b>
<i>is a new space we've opened specifically for </i>
<b>
  <i>early entrepreneurs and students</i>
</b>
<i> to share their stories and projects involving Parametric Design.  Every world-renowned designer was once a student and we believe every student dream deserves to be heard!</i>
<p>For our first episode we interviewed <b>Annapaola Vacanti</b>. She's a student from <b>Italy</b> who needed a platform to present her latest idea: <b>Parametric Eyewear</b>.</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/img_sb_mig/f/92524/1730x871/766ed715df/e1.jpg" loading="lazy" />
</figure>
<h3 id="hi-annapaola-thank-you-for-agreeing-to-this-interview-how-old-are-you-and-whats-your-background">- Hi Annapaola! Thank you for agreeing to this interview. How old are you and what's your background?</h3>
<p>Hello! Thank you for having me here! I'm 25 years old and I have a <b>Bachelor's Degree in Design</b> at the <b>University of Genoa</b>, Italy. I'm currently concluding my <b>Master in Product and Event Design</b> and this configurator (embedded down below) is actually part of my final Thesis.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/D904FC9F-6474-41AC-9B89-705DB4874E77.jpg" loading="lazy" />
</figure>
<h3 id="who-inspired-you-to-study-design">- Who inspired you to study Design?</h3>
<h4 id="">
  <br />
</h4>
<p>In my family tree no one was really working in the field of design or architecture, but I remember that <b>my mom had a really creative personality</b>, which probably influenced me in wanting to express my own creativity through my work.</p>
<p>When I had to choose a course of studies though, I was very confused and even started Law School for a year! But I soon realized it wasn't the career I wanted for me and <b>decided to follow my instincts</b> and go for <b>Design</b>. I haven't regretted a moment ever since.</p>
<h3 id="tell-us-about-these-frames-what-need-or-problem-do-you-try-to-address-with-them">- Tell us about these frames. What need or problem do you try to address with them?</h3>
<p>I used to need eyeglasses while I was growing up and I always felt ugly and uncomfortable while wearing them. My idea here is to <b>give users a tool to create their own eyewear and feel good about it</b>!</p>
<p>Mass customization is the future of design, there's no doubt about it, but the <b>Eyewear Industry is mostly still based in old paradigms</b> and ways of thinking. Frames are objects that are tightly connected to a person's identity and I think that choosing and <b>wearing them should be more fun</b>!</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/B2DC04EA-6048-2AFA-EAD9-614568B430F5.jpg" loading="lazy" />
</figure>
<h3 id="when-did-you-come-up-with-this-idea-how-long-have-you-been-working-on-it">- When did you come up with this idea? How long have you been working on it?</h3>
<p>Last year I spent a <b>semester in Finland</b> with the Erasmus+ Program and by chance I took a class where we had to design and manufacture a pair of acetate frames. When I went back home I was really <b>fascinated by eyewear design</b> and decided that it would be the topic of my Master Thesis. After that I developed the idea of a modular frame and <b>was introduced to Grasshopper by one of my University mentors</b>.</p>
<h3 id="could-you-briefly-explain-how-you-created-this-grasshopper-model">- Could you briefly explain how you created this Grasshopper model?</h3>
<p>Sure! Creating a fully working model that could be shared with every type of user was quite challenging and I really have to thank my mentor <b>Andrea Quartara</b> for helping me through this whole process.</p>
<p>We worked on just half of the frame, and then we went and mirrored the other side. The model is built around the center of one lens, using three arches of 120 degrees. On one of these we built the bridge, the two others are the custom components.</p>
<p>The custom curves are imported and internalized into curve components and then we created a definition to be able to scale them with the object. The frame is basically made of simple extrusions to which details are added later, such as the nose pads, the lens bevel and the joints.</p>
<p>Your browser does not support iframes.</p>
<h3 id="how-has-3d-printing-influenced-this-design-why-is-it-divided-into-5-pieces">- How has 3D printing influenced this design? Why is it divided into 5 pieces?</h3>
<p>The main idea of this project was to <b>have a balanced base for the model</b>, which could be edited all the time by <b>switching components</b>. The final model is divided into <b>5 pieces</b> to make it stable but mainly to enable a wide range of <b>aesthetic</b> variations.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/37696583-1385-CD6F-FF50-EBB6FF2D99AB.jpg" loading="lazy" />
</figure>
<p>The central piece is very important because <b>the size of the nose is what makes a frame comfortable or not</b>. The other are the parts where the personal taste of the user is more involved. With this design, it is possible to have <b>countless combinations</b> of pieces, both symmetrical and asymmetrical.</p>
<p>3D Printing puts a lot of boundaries in the design process, especially for the joints, which couldn't be too small, and for the detailing of the model. The result is relatively easy to print using <b>FDM technology</b> because it has a plane base and few small details.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/B0261882-9682-9F5D-B1AF-2C9A2BA36FD7.jpg" loading="lazy" />
</figure>
<h3 id="when-you-think-of-parametric-design-what-comes-to-your-mind">- When you think of Parametric Design, what comes to your mind?</h3>
<p>The first designer I think about is <b>Zaha Hadid</b>. Her amazing work has been very inspirational to me. I love both her architectural work and her products.</p>
<p>Every time I'm in Rome I like to visit the <b>MAXXI Museum</b> and I think I am more fascinated by the building structure rather than the showcased exhibitions!</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/images/blog/parametric-dreams-ep-1-democratizing-eyewear-design-1/e3.avif" loading="lazy" />
</figure>
<h3 id="whats-your-next-step-do-you-have-other-ideas-involving-parametric-design-and-or-3d-printing">- What's your next step? Do you have other ideas involving Parametric Design and/or 3D Printing?</h3>
<p>The online platform of the project is <b>now live</b> at <a href="https://www.frameopensource.org/" target="_blank">frameopensource.org</a> so everyone reading this blog can definitely go and check it out!</p>
<p>If people show enough interest in it I would definitely be willing to <b>develop it further</b>, maybe with a deeper study on <b>materials</b> and <b>printing</b> processes.</p>
<p>In general, I want to keep working in the field of additive technologies and <b>parametric wearables</b>, because I think it has a great potential to shape our future.</p>
<h3 id="this-all-sounds-amazing-annapaola-thank-you-very-much-for-giving-us-some-of-your-time">- This all sounds amazing Annapaola, thank you very much for giving us some of your time!</h3>
<p>Thank you as well for giving me this opportunity to show my project and vision to the world!</p>
<p>-------------------</p>
<p>
  <i>That's it for our first episode of </i>
  <b>
    <i>Parametric Dreams!</i>
  </b>
  <i> You can know more about Annapaola's work directly at her </i>
  <a href="http://www.frameopensource.org/" target="_blank">
    <i>website</i>
  </a>
  <i> or </i>
  <a href="https://www.instagram.com/frameopensource/" target="_blank">
    <i>Instagram account</i>
  </a>
  <i>!</i>
</p>
<p>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… +LAB and +ABILITY</title>
  <description><![CDATA[  In this edition we&#39;ll get to know a 3D printing lab inside the Politecnico di Milano that is working hand in hand with patients suffering from different rheumatic diseases and how Parametric Design has helped them create tools that allow these patients to have a better quality of life. ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-lab-and-ability</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/0869f81b3b/9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Feb 13, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>In this edition we'll get to know a 3D printing lab inside the Politecnico di Milano that is working hand in hand with patients suffering from different rheumatic diseases and how Parametric Design has helped them create tools that allow these patients to have a better quality of life.</i>
</b>
<h6>
  <b>- Tell us a bit about yourself, your background and how you ended up with this project:</b>
</h6>
<p>Sure, my name is <a href="http://piuability.it/persone/micheletonizzo/" target="_blank">
    <b>Michele Tonizzo</b>
  </a>. I've been forged in the Architecture Faculty of the <b>Politecnico di Milano University</b>, where design is intended as a process, independent of scale or function, and where truly the building part of a design is as important as the design itself.</p>
<p>I've experienced the <b>potential of computational design</b> and 3D printing as I was working for <a href="http://rex-ny.com/" target="_blank">REX in New York</a>, helping with the design of the <a href="https://www.archdaily.com/444914/necklace-residence-rex" target="_blank">Necklace Residence</a> and the <a href="https://ny.curbed.com/2016/9/8/12849518/world-trade-center-performing-arts-center-design" target="_blank">World Trade Center PAC</a>.</p>
<p>But it’s from a fortuitous encounter that I’ve met <b>Marinella Levi</b> and the <b>+LAB team</b>, while setting up an exhibition about the structural analysis of Uncle Scrooge’s Money Bin.</p>
<h6>
  <b>– What is +LAB? Who is it for?</b>
</h6>
<p>+LAB is the <b>3D printing laboratory</b> of the Politecnico di Milano University and it’s located in the <b>“Giulio Natta”</b> building.</p>
<p>The lab has been active since November ’13 when <b>Marinella</b> and he collaborators started to employ engineers, designers, researchers and makers, to obtain a multidisciplinary approach to 3D printing.</p>
<p>Since the beginning, +LAB has always been involved in projects involved with helping people suffering from different illnesses such as the <b>Rheumatic Disease</b>, and found in 3D printing a huge potential.</p>
<p>It was around March ’16 when what were just draft projects <b>evolved</b> into <b>+ABILITY</b>, where we wanted to tell stories of projects made <i>with</i>, and not <i>for</i>, patients.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/32E6FC43-7468-061C-2F85-73FAFE51FC17.jpg" loading="lazy" />
</figure>
<h6>
  <b>– What type of work inspires you the most?</b>
</h6>
<p>We are housed inside the very building in which Giulio Natta won the <b>Novel Price in 1963</b> so there are very diverse group of engineers working here such as <b>material, biomedical and mechatronic engineers</b>, but we are very proud of the fact that you can also find a lot of <b>design engineers</b>, some <b>architects</b>, and a lot of <b>
    <i>makers</i>
  </b>.</p>
<p>Since +LAB is the <b>most multidisciplinary laboratory of the Politecnico di Milano</b>, inspiration comes from a wide range of sectors that are moved from the same principle: <b>innovation</b>.
  <br />
</p>
<p>
  <b>– Tell us about your current project NNCF, how do you think your work will impact the world?</b>
</p>
<p>NNCF stands for <a href="http://piuability.it/" target="_blank">
    <b>Noi Non Ci Fermiamo</b>
  </a>
  <a href="http://piuability.it/" target="_blank"> </a>(“We do not stop” in English). It started over one year ago in collaboration with <b>Roche Pharmaceuticals</b> and several Italian Rheumatic Diseases Associations.
</p>
<p>As part of <b>+ABILITY</b>, the whole project follows one purpose: searching and finding useful applications of <b>digital manufacturing</b>, especially low-cost printing, and trying to <b>solve</b>everyday <b>problems</b> for <b>people</b> with <b>different abilities</b>.</p>
<p>The focus is mainly on <b>Rheumatoid Arthritis</b>, which is a disease that causes a lot of pain while doing even the simplest of everyday movements.</p>
<p>In order to better fulfill our users’ needs, <b>nine people afflicted from this pathology were involved through the design process as co-designers.</b> This allowed us to understand <b>far better </b>the obstacles they have to deal with instead of <i>just</i> reading about them.</p>
<p>Nine different needs were defined and, finally, <b>nine different products</b>. We haven’t just worked for the patients, but <b>with their help we were the only ones that knew exactly what they needed</b> and consequently, that made them the best team leaders.</p>
<h6>
  <b>– What was this design process like?</b>
</h6>
<p>Throughout the whole design process, a lot of <b>3D models</b> and mock-ups <b>were developed</b>thanks to <b>Parametric Design</b> and <b>FDM technology</b>, allowing different shapes and dimension trials until we obtained the perfect object for each co-designer.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/320841AF-9B95-7490-A94F-DFE787BFA1ED.jpg" loading="lazy" />
</figure>
<p>
  <b>Working</b> with a <b>specific user</b> was the first step for <b>better understanding</b> how to reach other people with the same needs through an intuitive, accessible and fast customization.
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/57751AE0-491A-92A8-0823-E31E101CEF1D.jpg" loading="lazy" />
</figure>
<h6>
  <b>– How does +ABILITY benefit from Parametric Design?</b>
</h6>
<p>
  <b>Parametric Design</b> allows patients to <b>customize</b> these items in an easier way than before. By <b>focusing</b> on human body variables, for example hand dimensions, we have created some parametric 3D models that can easily be <b>self-adjusted</b> and 3D printed, with no mediators and available wherever you want. This way people can just customize their object, and either order it or download the file and <b>print it at home</b>.
</p>
<p>
  <b>Changes</b> in a parameterized 3D model are <b>easier</b> and <b>quicker</b> than ones in a traditional modeling procedure. It simplifies prototyping and shape modifications during the product development phase.
</p>
<h4 id="3d-configurator-powered-by-shapedivera-hrefhttp-piuabilityit-blog-2017-10-11-daisy-more-798daisy-project-a">3D Configurator powered by ShapeDiver: <a href="http://piuability.it/blog/2017/10/11/daisy/#more-798" target="_blank">Daisy Project </a>
</h4>
<h6>
  <b>- What limitations that +ABILITY currently faces do you hope will disappear in the following years?</b>
</h6>
<p>One of the most <b>limiting</b> things in sharing an online customizable 3D model is the difficulty in spreading it to the <b>right target market</b>. Primarily, <b>NNCF users</b> are people afflicted by <b>rheumatic diseases</b> and, in most cases, they are women and/or <b>senior people</b>.</p>
<p>In some areas, <b>Internet</b> is only widespread across the youngest generations and <b>not</b> the <b>senior</b> population. Hopefully <b>this will change </b>once the new senior generations, who are more used to web media than the actual one, arrive.</p>
<h6>
  <b>- Which new technologies or tendencies excite you the most?</b>
</h6>
<p>While we've embraced the <b>3D printing revolution</b>, we are also very excited about the <b>new manufacturing processes</b> and new <b>materials</b> with amazing new properties that are coming out.</p>
<p>We believe that with the <b>power of Parametric Design</b> and the potential of 3D printing the manufacturing world can be opened and reach a new level where, for real, for the first time ever: <i>if you can dream it you can do it.</i>
</p>
<p>-----------------------------------</p>
<p>
  <i>That's it for our third edition of &gt;&gt;Getting to know..&lt;&lt; Don't forget to follow our friends from +LAB directly on their </i>
  <a href="https://www.facebook.com/piulab/" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i>!</i>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We'd love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Digital Fucina’s Corner [Ep. 3] – One Ring To Rule Them All</title>
  <description><![CDATA[ We&#39;ve opened up a space for Digital Fucina&#39;s founder, Fabrizio de Paolis, a professional 3D modeler and Grasshopper specialist. In the following months he&#39;ll be posting several ideas on what Mass Customization means to him and his project Digital Fucina. ]]></description>
  <link>https://www.shapediver.com/blog/digital-fucina-corner-episode-3-one-ring-to-rule-them-all-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/e66155804d/8.webp"></enclosure>
  <dc:creator><![CDATA[ Fabrizio de Paolis ]]></dc:creator>
  <pubDate>Mon, Jan 29, 2018 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>What do some  American sport champions , DC's superhero The Green Lantern and Tolkien's Lord Sauron have all in common? I am not referring to great athletic prowess, ability to save the world or dreaming about dominating Middle Earth. They all wear an object that can often give us a lot of information about the wearer. I'm referring of course to a ring.</p>
<p>The <b>origin</b> of rings dates back to the <b>Bronze Age</b>. Already during the Cretan-Mycenaean civilization they became a precious objects and were crafted with accuracy.</p>
<p>The era of the <b>Renaissance</b> was characterized by <b>strong demand</b> for jewelry between the upper middle class and at the courts. With the introduction of the plating, which took place around 1800, jewels began to be used also by the middle bourgeoisie.</p>
<p>From that moment on, the <b>goldsmith's art was enriched</b> with techniques and materials able to satisfy the need of every social class proposing not only luxury items but also <b>jewels suitable for a wider</b> and less elitist <b>public</b>.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/1F6086BA-4337-ACB4-633E-2A24CAE7069D.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h4 id="mass-customization-changed-everything">Mass Customization Changed Everything</h4>
<p>The art of jewelry has undergone a <b>wide evolution</b>, passing from the glitz to minimalism, from the preciousness of the materials to the design research and <b>from exclusivity to large-scale customization</b>.</p>
<p>
  <b>How can mass customization therefore meet us in this sense?</b>
</p>
<p>
  <b>Imagine</b> commissioning a <b>customized jewel</b> to a goldsmith <b>craftsman</b>. A unique object designed solely for the person who will wear it.
</p>
<p>Obviously <b>we </b>
  <b>
    <i>can</i>
  </b>
  <b> do it</b>, but at what <b>price</b>? Maybe the cheapest solutions would be to fall back to unimaginative materials or on custom jewelry. <b>Maybe</b>...
</p>
<p>Wanting to find a valid compromise, wouldn't it be nice to have a <b>unique</b> and <b>refined</b> <b>object</b>, perhaps signed by a prestigious Designer at a <b>reasonable price</b>? <b>I say yes.</b>
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/E8656157-3BE5-9FFA-9179-7FA12DCF6D76.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<p>Contrary to what many of us probably thought of at school, <b>mathematics</b> is our friend and is very useful in aspects where we could have never imagined. Thus, as in previous columns, a <b>Product Configurator</b> provides us with a solution. How? By integrating <b>Parametric 3D Modeling</b> and <b>Digital Manufacturing</b>.</p>
<h4 id="twist">Twist</h4>
<p>
  <b>Twist</b> is a collection of jewelry. A family of objects characterized by <b>curved surfaces</b> and <b>parametric</b> <b>patterns</b> that <b>hardly</b> (perhaps impossibly) could be made in a <b>traditional</b> <b>way</b>. Fortunately for us, we are <i>not</i> traditionalists.
</p>
<p>Each of the models can be:</p>
<p>- <b>Personalized</b> in total autonomy according to one's taste.</p>
<p>- <b>Dimensioned</b> according to one's measurements.</p>
<p>- <b>Made</b> with affordable materials, or moulded in "castable" materials and then proceed to do replicas in precious metals, thus eliminating the need of a wax craftsman.</p>
<p>In this post we analyse the ring piece of this collection:</p>
<p>- The triangular pattern generates pyramids facing the inside of the surface that is automatically re-shapes with each modification.</p>
<p>- The shape can be customized as desired, obtaining its uniqueness but remaining faithful to the line.</p>
<p>- The diameter can be calibrated according to the user's finger.</p>
<h4 id="viewing-on-mobile-please-tilt-your-phone">Viewing on Mobile? Please tilt your phone.</h4>
<p>Making jewelry in this way can allow anyone to <b>express themselves </b>and create a truly unique product at a very <b>affordable price</b>.</p>
<p>I'll end this month's post with a quote from <b>
    <i>Argentinian psychologist and writer Jorge Bucay</i>
  </b>:</p>
<p>
  <b>"You are just like this ring: a unique and valuable jewel. The only person who can understand your true value is an expert. Why do you go around expecting that anyone you meet on the street knows your true value?"</b>
</p>
<p>-----</p>
<p>
  <i>&lt;&lt; Don't forget to follow and support Digital Fucina directly at their </i>
  <a href="https://www.facebook.com/digitalfucina" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i>, </i>
  <a href="https://www.instagram.com/digitalfucina/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i> and </i>
  <a href="http://www.digitalfucina.com/" target="_blank">
    <i>website</i>
  </a>
  <i>!&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Digital Fucina’s Corner [Ep. 2] – Turn On The Light</title>
  <description><![CDATA[ We&#39;ve opened up a space for Digital Fucina&#39;s founder, Fabrizio de Paolis, a professional 3D modeler and Grasshopper specialist. In the following months he&#39;ll be posting several ideas on what Mass Customization means to him and his project Digital Fucina. ]]></description>
  <link>https://www.shapediver.com/blog/digital-fucina-corner-episode-2-turn-on-the-light-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/ed1f2b09a3/7.webp"></enclosure>
  <dc:creator><![CDATA[ Fabrizio de Paolis ]]></dc:creator>
  <pubDate>Mon, Dec 18, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>According to the ancient <b>Greek mythology</b>, the Titan <b>Prometheus</b> in a moment of generosity (and not caring about the consequences) decided to <b>steal fire from Zeus</b> himself in order to give it to humanity. This selfless act thus enabled <b>progress and civilization</b>.</p>
<p>Since this moment, humanity has exploited these resources in every possible and imaginable way: heating, cooking, manufacturing and, of course, <b>lighting</b>.</p>
<p>The latter, especially in the indoor area, saw the most <b>transformations</b> over the <b>last centuries</b>.</p>
<p>
  <b>Torches, oil lamps, candles and gas lamps</b> are objects that have the power to illuminate domestic environments thanks in part to fire... although everything changed in the year of 1879 with the invention of "his majesty" the <b>Light Bulb</b>.
</p>
<h3 id="light-and-emotion">Light and Emotion</h3>
<p>In the last two centuries the discipline known as <b>Lighting Design</b> was born and eventually evolved to become an official branch in the <b>Design scene</b>.</p>
<p>
  <b>Light Architects</b> and <b>Industrial Designers</b> developed new solutions every day to illuminate certain environments, always taking into account two fundamental factors: <b>Light and Emotion</b>.
</p>
<p>If on one hand <b>artificial light</b> allows us to see even in the <b>darkest</b> of the environments, on the other hand it can be used as <b>emotional</b> support in the shape of art.</p>
<p>A <b>soft light</b> helps us be less shy, while a light with <b>different colors</b> can allow us to bring out one side of our character that we tend to repress when we are illuminated by the <b>sun</b>.</p>
<h3 id="it-takes-the-right-dress">It Takes the Right Dress</h3>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/86916AF7-2169-62F5-2353-6CFB2D370FA1.png" loading="lazy" />
</figure>
<p>When we speak of <b>indoor lighting</b> we can distinguish mainly two categories of luminous bodies: <b>Technicians and Furniture</b>.</p>
<p>In the <b>first category</b> are all those luminous bodies that are designed with the <b>purpose of not being observed</b> as much, such as led strips, spotlights and all the various <i>hidden</i> solutions.</p>
<p>The <b>second category</b> includes all different types <b>designed to be a visual part</b> of a specific environment: desk lamps, bed lamps, chandeliers and floor lamps.</p>
<p>Almost always these elements are formed by a fundamental element that is its most <b>characteristic</b> part.</p>
<h3 id="the-lampshade-in-the-time-of-mass-customization">The Lampshade in the Time of Mass Customization</h3>
<p>Whether it is <b>conical, cylindrical or any other shape</b>, this element is the <b>
    <i>hat</i>
  </b> that almost entirely characterizes and <b>interior lamp</b>.</p>
<p>
  <b>Form, material, transparency, color</b> and size on one hand, the <b>production process</b> on the other. Putting these factors together defines the lampshade and consequently the lighting and the characterization of an environment.
</p>
<p>As stated in the <a href="https://www.shapediver.com/blog/digital-fucina-s-corner-episode-1" target="_blank">first article</a>, the purpose of this section will be to guide you through the world of <b>Parametric 3D Modeling</b> applied to product configurators and digital manufacturing.</p>
<p>For this reason, in this second appointment with Parametricisim we will examine the collection <b>"Trame Nascoste" by Digital Fucina</b>.</p>
<h3 id="hidden-textures">Hidden Textures</h3>
<p>
  <b>Hidden Textures </b>is a collection of lamps that could have existed a few years ago, mainly for the following three reasons:
</p>
<p>1. All models where created entirely with <b>Parametric 3D Modeling</b>.</p>
<p>2. These lamps were designed with the purposed of being completely editable via a <b>Product Configurator</b>.</p>
<p>3. Each product was designed with <b>3D printing processes</b> in mind, highlighting the benefits versus traditional manufacture processes.</p>
<p>Let's take as an example the lamp <b>Clam by Laura Tardella</b>, a lampshade whose simple lines hide an unexpected soul. <b>Clam</b> exploits and highlights the characteristics of 3D Printing using studied cavities within its thickness to create a totally invisible weave. The result is a magical and unexpected effect, in which the apparent linearity and softness of the surfaces <b>reveals its true identity only through light</b>.</p>
<h5>
  <i>Viewing on a Mobile? Please tilt your phone!</i>
</h5>
<p>For this product (as well as for the others in the collection) it is possible to <b>choose</b> the <b>shade</b>and <b>color</b> of the lampshade in <b>total autonomy</b>, starting from a standard shape and texture. This reinforces what we have already said in our first article about the <b>benefits of having a Product Configurator</b>:</p>
<p>- Helps you <b>own a truly unique piece</b>.</p>
<p>- <b>Shortens the distance between supply and demand</b>, customer and producer.</p>
<p>- <b>Minimizes waste</b> and avoids wasted spaces in warehouse or storage places.</p>
<p>This is it for my second entry on ShapeDiver's Blog and this time I salute you with the words of the wise <b>Albus Dumbledore</b>:</p>
<p>
  <b>"Happiness can be found, even in the darkest of times, if one only remembers to turn on the light."</b>
</p>
<p>------------------------------</p>
<p>
  <i>&lt;&lt; Don't forget to follow and support Digital Fucina directly at their </i>
  <a href="https://www.facebook.com/digitalfucina" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i>, </i>
  <a href="https://www.instagram.com/digitalfucina/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i> and </i>
  <a href="http://www.digitalfucina.com/" target="_blank">
    <i>website</i>
  </a>
  <i>!&gt;&gt;</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep. 4] – Pavlina Vardoulaki</title>
  <description><![CDATA[  For this fourth episode, we interviewed Pavlina Vardoulaki. She&#39;s Co-Founder and Creative Director at DesignMorphine (we did an introduction of them a few weeks back, so if you haven&#39;t checked that out we suggest you do that as well to complement this read). ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-episode-4</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/ebea0bd2e8/6.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Dec 6, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>
  <i>
    <b>Designers Corner </b>
  </i>is the place where ShapeDiver designers talk about their work. There is a story behind every model, and who better to tell the story than the designer himself
</p>
<h4 id="meet-pavlina-vardoulaki-co-founder-creative-director-designmorphine">Meet Pavlina Vardoulaki (Co-Founder/Creative Director: DesignMorphine)</h4>
<p>For this fourth episode, we interviewed Pavlina Vardoulaki. She's Co-Founder and Creative Director at DesignMorphine (we did an introduction of them a few weeks back, so if you haven't checked that out we suggest you do that as well to complement this read).</p>
<p>She's currently employed at Laguarda.Low Architects in New York working on large scale developments ranging from master plans to mixed use and public projects. She's also worked at renowned Foster + Partners in a number of residential and mixed use high rise buildings in Abu Dhabi.</p>
<p>---------------------------------------------------</p>
<p>
  <b>- Hello Pavlina! Thank you for agreeing on doing this interview. What's your role inside DesignMorphine?</b>
</p>
<p>Hi, of course! My role is to establish new connections, create ideas for new topics, organize and teach workshops such as the collaborations of DesignMorphine with MIT and Harvard Graduate School of Design.</p>
<p>
  <b>- What does Mass Customization represent to you?</b>
</p>
<p>Mass customization seems like a very typical and welcome aspect of design in many fields at this point in time. I believe it was a popular idea even before advanced parametric tool were available. However, new parametric design tools have made mass customization more easily obtainable. The major reason the production paradigm shifted towards mass production was to create things much cheaper and in quicker time frame.</p>
<p>Mass customization takes this idea and adds what we know as parameters, or rules within the mass-produced design that the consumer can alter to their liking. This paired with additive manufacturing really changed how products can be conceived.</p>
<p>For instance, a piece of jewelry can have a general design with parameters that allow one to change certain aspects for necessity such as a ring size, but changes can also be made for purely aesthetic factors as well, such as thickness.Enabling design parameter controls over the general design grants the consumer a feeling that they took part in the conceiving of the design without having to actually design it.</p>
<p>Designs can then be manufactured via 3D printing, so no new molds need to be made for each ring typology. So, in summary, to me mass customization is still mass production but enables the consumer to tweak specified aspects to their liking, to design without being a designer.
  <br />
</p>
<p>
  <b>- Tell us about DesignMorphine, why did it start? How did it start? How many people are involved?</b>
</p>
<p>DesignMorphine is a creative hub for design through workshops, lectures, projects and explorations in the field of architecture, design and the arts. Our goal is to provide the essential elements of trending design practices in a condensed way.</p>
<p>The team is comprised of around 30 talented designers along with many assistants and collaborating organizations. The organization started as an initiative of Tsvetelina Georgieva and myself when I was studying at the AA Design Research Lab and we decided that it would be great to share the knowledge with the younger generation of architects in Sofia, Bulgaria, where both of us studied architecture and felt that there was a lack of innovation in architectural academia there.</p>
<p>A year later, Michael Pryor joined us and we invited all our creative colleagues and previous outstanding students to join us on the adventure. So far, we have conducted over 30 workshops and courses in Europe, the Middle East and the USA.</p>
<p>DesignMorphine has also been involved in many other projects with different companies, competitions and charity activities, such as successful collaborations with Harvard and MIT.</p>
<p>
  <b>- What or who inspired you to learn Parametric Design?</b>
</p>
<p>I was so fascinated by the rich forms and new possibilities in the field of architecture and design after seeing a Zaha Hadid Exhibition in the National Gallery in Sofia that I immediately decided to study architecture. I started learning about parametric design through a variety of workshops which I was attending by travelling to different cities in Europe while I was studying at the UACEG, Sofia.</p>
<p>I started implementing the new design techniques using Autodesk Maya and Grasshopper for my design studios and although the majority of my professors were skeptical at first, they all appreciated the new process and outcome at the end.</p>
<p>My thirst for knowledge led me to my second Master's Degree at the AA Design Research Lab, where I was immersed into the world of Parametric Design thinking and robotics.</p>
<p>The program was so exciting and challenging. It taught me so much, not only new software skills, but how to work in a team environment, how to overcome complex design issues and give the best as a designer. Above all, Parametric Design software gave the greatest gift of all... less time spent modeling!</p>
<p>
  <b>- How is your work at DesignMorphine benefited by Parametric Design? Could it be possible any other way?</b>
</p>
<p>DesignMorphine is a platform which aims to encase the creativity and capabilities in design with the most applicable workflows being used today. Parametric Design is our strongest tool because through it we can create such diversity and complexity in a short amount of time in every design field.</p>
<p>We are teaching computational design applied to architecture, jewelry, fashion and furniture as well as coding, 3D modeling, fabrication, visualization, animation, virtual reality and robotics. We believe that the multidisciplinary approach and parametric design are the future.</p>
<p>It is the first time in history when one type of tool can be applied to so many design fields. Parametric Design is the tool that can give us such freedom and power to explore and exchange ideas in every possible design field, opening a window to explore unique methods and create a dialogue between a variety of disciplines interchangeably.</p>
<p>
  <b>- What's the vision of DesignMorphine? Where do you want it to be in 5 or 10 years?</b>
</p>
<p>I personally see a great potential in the organization. My vision for DesignMorphine is to see it grow in all design fields, educate more people and bring more designs to life. I am so proud to be a part of this amazing team and I hope we will have more opportunities to work together and learn from each other.</p>
<p>At the moment we are most focused on workshops and education. We have done some design projects on occasions but I believe DesignMorphine would like to focus more evenly on design projects as it does education. As we progress we have this goal in mind to provide design and education to all through the support of creativity.</p>
<p>We are consistently lowering our prices, giving away discounted and free workshop entries and even doing workshops for charity. I would say the vision of DesignMorphine is in a flux, from one workshop a year in Bulgaria to 20 a year all around the world with a fantastic team all in a matter of 3-4 years without any school or university attached to us.</p>
<p>To me this is an achievement I am proud of. I would like to see us in 5 to 10 years as an organization which inspires and helps people, both students and team memebers, to improve and explore their creative interests through collaborative efforts and design.</p>
<p>We are establishing a kind of "exists nowhere but everywhere" nomadic school of design and I think this mentality will more and more become the education system of the future, just take a look at what Airbnb Trips is doing, that's where we are headed.</p>
<p>
  <b>- Do you have any other projects in mind involving Parametric Design?</b>
</p>
<p>One of my favorite projects that I've been part of is "<a href="http://drl.aaschool.ac.uk/portfolio/hypercell/" target="_blank">HyperCell</a>", a team-based project of the Theodore Spyropoulos Studio at the AA DRL. Urban intervention in old cities, takes time to implement, so we proposed a new architecture typology that can address this issue.</p>
<p>The system analyses and takes action according to data stored by the city, live data collected from different vibrant sources and local data harvested by the system. Based on this data, the system takes decision on where to go and what spaces it needs to generate.</p>
<p>HyperCell is a self-assembly system that can create spaces by the local interaction of its robotic cells that are able to create spaces harvesting information by the environment. It is dynamic and responsive to change through self-awareness, mobility, softness and re-configurability. It is a time-based system which has no final form, but rather is in continuous formation, a constant reconfiguring ecology.</p>
<p>The ideology behind HyperCell is something that I am still very much interested in and am looking forward to getting back into, not specifically self-assembly cells, but design which responds to its surroundings and environment in any design medium. Currently the design medium of my interest is responsive fashion type, which I will begin to explore in the coming years.</p>
<p>
  <b>- Wow, this all sounds amazing! We wish you success in all of your upcoming projects and we thank you for such a great insight in what you and your team contribute to the world of Parametric Design! Have a great day Pavlina.</b>
</p>
<p>You are more than welcome, and thanks for this opportunity!</p>
<p>-------------------</p>
<p>
  <i>That's it for this fourth episode of </i>
  <b>
    <i>Designers Corner</i>
  </b>
  <i>. You can now more about Pavlina's work directly at </i>
  <a href="http://designmorphine.org/" target="_blank">
    <i>DesignMorphine's website</i>
  </a>
  <i>, </i>
  <a href="https://www.facebook.com/designmorphine/" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i> and </i>
  <a href="https://www.instagram.com/designmorphine/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i>.</i>
</p>
<p>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>MCPC 2017: Key Insights From The Mass Customization Summit</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/mcpc-2017-key-insights-from-the-mass-customization-summit</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/4a730f873e/5.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Mon, Dec 4, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>"There are no markets. Only customers. Stop marketing. Start customering."</i>
</b>
<p>
  <b>Joseph Pine</b> is no stranger to coining new terms. While he shies away from the <b>ownership of "mass customization"</b>, it is through his seminal book that the term initially gained popularity. In the past twenty years, mass customization brought tremendous changes to the industry, but Joseph Pine is already looking further. The future will tell us if "customering" will make as big of a wave as its predecessor. But all in all, Pine is essentially describing the natural evolution of mass customization.
</p>
<p>
  <b>
    <i>"Markets are a fiction created by big companies to mask the fact that they can't serve individual customers' needs"</i>
  </b>
  <b>,</b> he continues.
</p>
<p>
  <b>Mass customization is the way to achieve a market-less approach,</b> a world where products are effectively born out of customers' needs instead of being pushed through standardization. However, as <b>Frank Piller</b> remarks, commercial configurators are still way behind state-of-the-art research. They don't help customers formulate needs they can't alway express, and they don't realize that, more often than not, customers don't care about customization. One customer, one need, and the configuration process is but one more step between them and fulfillment.
</p>
<p>
  <b>Jan Hill</b>, Senior Director of Technology Innovation at <b>Adidas</b>, describes a way to reduce this friction. During the Adidas "Knit for You" experiment in Berlin, custom pieces of clothes could be configured directly in the store by customers. They were able to personalize many aspects of the products, but at each step of the way, the customization process could be broken by choosing a standard option for all or some parameters of the pieces. That way, configuration retains its complexity while not becoming a threshold for customers to overcome. In general, Jan Hill believes that <b>offering a personalized product is not a sufficient value proposition</b>. One needs to <b>sell the process as an experience</b>.
</p>
<h4 id="two-approaches-for-ux-optimization">Two Approaches for UX Optimization</h4>
<p>Intuitively, most companies realize the importance  of a <b>polished experience </b>and give lots of attention to details. In the latest Product Configurator report by <b>cyLEDGE</b>, an extensive and precious overview of the market, <b>Paul Blazek</b> (Combeenation and cyLEDGE) describes an interesting finding: a significant portion of product configurators change from one year to the next, even if the product offering is identical. How much of those changes are owed to rigorous user studies is difficult to assess, but one thing is clear: those studies need to be built in product configurators and systematically done during the life cycle of the product.</p>
<p>Research has uncovered several approaches for conducting UX studies. <b>Design space exploration can be performed at the time of designing and implementing the configurator, while big data analysis and machine learning are tools typically used during the configurator's usage. </b>Unfortunately, to this day, few configurators in activity seem to make use of those powerful tools. It can feel overwhelming and costly to build in such features, but depending on the product and the market, sometimes a CRM integration is everything needed to learn precious insights.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/56D9E589-24C5-8576-AD80-22D3D5C0F80A.png" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h4 id="iot-and-co-customization-process">IoT and Co-Customization Process</h4>
<p>Several keynotes at this year's conference have converged towards what feels like a new trend in the field: <b>post-purchase customization</b>. Products communicating with users and learning from their behaviour can adapt to changing needs and give birth to a <b>continous co-creation process</b> through the lifetime of the product. The many <b>IoT</b> (Internet of Things) presentations this year are a good barometer of how much attention the topic has been receiving.</p>
<p>
  <b>Wolfgang Budde</b> from Philips Lighting describes how luminaires will benefit from this approach, by controlling light in a <b>human-centric way</b>: adapting lighting based on day and night cycles, indoor positioning and activity, in order to <b>optimize</b> productivity, health and well-being of the users.
</p>
<p>
  <b>Thomas Gries</b>, from the RWTH Aachen University, makes a convincing point for running shoes as well. When your shoes tell you how many calories you are burning and tell your friends how you are ranked in a marathon, it sounds like a gadget. But what if your shoes could help you run ten years longer by monitoring and preserving your health?
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/6E544BDE-34B9-1BF9-51D4-6D3B7AFA2513.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h4 id="the-state-of-3d-printing">The State of 3D Printing</h4>
<p>As a natural and affordable way to manufacture individual products, <b>3D printing has always been a relevant field for mass customization</b>. However, the adoption of 3D printing has proved to be <b>slower than expected</b>; Martijn Joris from Twikit mentions how his business, like many others, has seen slow growth in the early 2000s, because of the bet it had placed on 3D printing.</p>
<p>Now the technology has reached a <b>sufficient maturity</b> to be included in <b>industrial processes</b>and the production of <b>consumer goods</b>. <b>Thierry Rayna</b>, from the french Ecole Polytechnique, sees an opportunity for the new generation of entrepreneurs. <b>Faster prototyping, faster iterations and faster time-to-market:</b> the integration of 3D printing early in the design phase is a way for start-ups to reach product-market fit without any need for investment. In other words, Rayna transposes the principles of the lean startup to industries where, historically and practically, the need for investment could not be bypassed. <b>More than ever, the bar is low for entrepreneurs with ambitious plans to bring a new product to life.</b>
</p>
<p>Overall, this year's <b>MCPC</b> confirmed that the field of <b>mass customization</b> has never lost track of its "raison d'être": <b>fulfilling individual customer's needs as best as possible, without compromise</b>. It is comforting to see most keynote and track speakers insist on putting the <b>customer at the heart of the customization process.</b> We would like to thank our friends from <a href="https://www.combeenation.com/" target="_blank">Combeenation </a>for inviting us to take part in the conference, and we look forward to the next one in 2018!</p>
<p>------------------------------------------------</p>
<p>
  <i>Since its creation, ShapeDiver has given its users the maximum level of flexibility in creating 3D configurators. We believe that with the experience we have gained and our constant aim for improvement and innovation, we are the ideal fit to give a complete overview over 3D configurator projects and give counseling at each step of their creation. This is why keeping up to date with the latest research results and industry outlooks is so important to us. Get in touch if you want to discuss your project, we'll be happy to help!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… DesignMorphine: Creative Hub</title>
  <description><![CDATA[ Getting to know…&lt;&lt; is the place where ShapeDiver introduces game changers in the field of Parametric Design. During our blog series we’ll let great brands do the talking and present their projects, so sit back and enjoy! ]]></description>
  <link>https://www.shapediver.com/blog/etting-to-know-designmorphine</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/9db0fb996b/4.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Nov 21, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/FA365310-EEC8-6AFD-C8D0-B3F962A9FEF6.jpg" loading="lazy" />
<h4 id="who-we-are">Who we are…</h4>
<p>
  <a href="http://designmorphine.org/" target="_blank">DesignMorphine</a> is a <b>creative hub</b> for design through workshops, lectures, projects and explorations in the field of <b>architecture</b>, <b>design</b> and the <b>arts</b>.
</p>
<p>Our goal is to <b>provide</b> the <b>essential</b> elements of trending <b>design practices</b> in a condensed way. Our <b>team</b> is composed of many talented designers and architects, <b>lead</b> in the moment by <b>Tsvetelina Georgieva</b>, <b>Pavlina Vardoulaki</b> and <b>Michael Pryor</b>.</p>
<p>It is currently reaching<b> 29 members</b> and it is defined by a <b>multidisciplinary approach</b> to design and its education. In this way, we not only exchange experiences and learn from each other, but we also have the <b>capacity to deal with any type of task</b>, whether it will be the realization of a workshop or an architectural project.</p>
<p>We have conducted <b>over 30 workshops</b> and courses in <b>Europe</b>, the <b>Middle</b> <b>East</b> and the <b>USA</b>. DesignMorphine has been also involved in many other <b>innovative projects</b> with different companies, competitions and charity activities, with successful <b>collaborations</b> with <b>Harvard</b>and <b>MIT</b>.</p>
<p>For <b>2018</b> we have planned many <b>workshops</b> for <b>Europe</b>, <b>Asia</b> and <b>America</b>. The themes of these workshops vary from digital experimenting in order to learn new software, to fabrication or art related topics, defining the DesignMorphine multi-oriented ideology.</p>
<h4 id="our-workshops">Our Workshops</h4>
<p>The workshops in 2018 are starting in February with <a href="http://designmorphine.org/workshop/future/transcendent-realities-v2/" target="_blank">Transcendent Realities V2.0</a> in Yerevan, <b>Armenia</b>, <a href="http://designmorphine.org/workshop/future/algorithmic-accessories-v3/" target="_blank">Algorithmic Accessories V3.0</a> in Vienna, <b>Austria</b> and <a href="http://designmorphine.org/workshop/future/vertical-variables-v2/" target="_blank">Vertical Variables V2.0</a> in Sofia, <b>Bulgaria</b>.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/F9956E15-A604-920F-13C5-19D2D1F280EF.jpg" loading="lazy" />
</figure>
<p>Every workshop has a unique program and promotional materials such as images and videos specially created by the tutors.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/95F93468-EEC0-5C36-6622-8D269A9D4CF7.jpg" loading="lazy" />
</figure>
<p>Our workshops are structured in a way which gives the opportunity to learn a lot for a short period of time. The goal is every participant to <b>design a project which is ready for their portfolio</b> after completing the workshop. During that process they learn a wide range of software techniques.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/2DE36FD6-EA56-98C0-BE0F-0362B95AAF7E.jpg" loading="lazy" />
</figure>
<p>We use many types of <b>software</b> suitable for <b>parametric</b> and <b>generative</b> modeling. Most of the workshops include in their program more than one software. Usually it is a software combination giving the best approach to a complex problem on which the workshop program is based.</p>
<p>———————————–</p>
<p>
  <i>That’s it for our second edition of </i>
  <b>&gt;&gt;Getting to know..&lt;&lt;</b>
  <i> Don’t forget to follow our friends from DesignMorphine directly at their </i>
  <a href="https://www.facebook.com/designmorphine/" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i> and </i>
  <a href="https://www.instagram.com/designmorphine" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i>!</i>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We’d love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Digital Fucina’s Corner [Ep.1]</title>
  <description><![CDATA[ We&#39;ve opened up a space for Digital Fucina&#39;s founder, Fabrizio de Paolis, a professional 3D modeler and Grasshopper specialist. In the following months he&#39;ll be posting several ideas on what Mass Customization means to him and his project Digital Fucina. ]]></description>
  <link>https://www.shapediver.com/blog/digital-fucina-s-corner-episode-1</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/2f9963826c/3.webp"></enclosure>
  <dc:creator><![CDATA[ Fabrizio de Paolis ]]></dc:creator>
  <pubDate>Mon, Nov 20, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="unique-objects-for-unique-people">Unique Objects For Unique People</h3>
<p>How many times have you visited a friend's house and noticed an object that until that moment <b>you thought you were the only one in the world who owned it?</b> Did you experience a vague sense of annoyance? I do, every single time.</p>
<p>Sometimes this particular object is a different color than yours, or placed in a different corner of the house, but nonetheless, the damage is done: <b>yours is no longer unique</b>.</p>
<h3 id="why-do-i-have-something-that-somebody-else-has">Why do I have something that somebody else has?</h3>
<p>In 2017, Earth's population is around <b>seven thousand million people</b> (or seven billion for my American friends). If we only consider those with a mid to high average living standard this number drops to almost <b>one thousand nine hundred million people</b>.</p>
<p>In this day and age it's quite <b>difficult</b> (and expensive) to <b>possess</b> truly <b>unique objects</b>, since companies produce hundreds of thousands or even millions of units of the same product.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/768A47A9-F815-7B69-018E-0AF9058ECD7B.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="ithe-times-theyre-changin-i">
  <i>"The times, they're changin'"</i>
  <br />
</h3>
<p>As <b>Bob Dylan</b> says "The times, they are changin'", and today we live in what's famously known as the <b>Fourth Industrial Revolution</b> thanks to the <b>Industry 4.0</b> or <b>Smart Factory</b>. An event that has kicked off the phenomenon of <b>Mass Customization</b>.</p>
<p>Today thanks to <b>Digital Manufacturing</b>, we can <b>produce better and produce less</b>, making tailored products for specific customers without having to face enormous R&D costs, which otherwise would require large quantities of sold goods to justify the effort.</p>
<p>On this front, <b>Parametric 3D Modeling</b> can be considered the <b>keystone</b>.</p>
<p>This <b>new design method</b> allows companies to create <b>online product configurators</b> with which clients can, in total autonomy, <b>customize</b> almost <b>any product</b> to make them truly unique and personal.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/8D868D20-E347-3CBB-DB1C-C78C0E9B9267.jpg" loading="lazy" />
  <figcaption class="text-center"></figcaption>
</figure>
<h3 id="parametric-design-using-grasshopper">Parametric Design using Grasshopper</h3>
<p>Now we can <b>minimize waste</b> and avoid producing huge amounts of goods that will be in danger of being left unsold and unused, taking up space in warehouses around the world and consuming precious raw materials.</p>
<p>The formula is simple: <b>express a desire then find a smart factory that will grant it</b>.</p>
<h3 id="parametricism">Parametricism</h3>
<p>The purpose of my column here in ShapeDiver's Blog is to guide you in the coming months through the <b>world of Parametric 3D Modeling</b> applied to product configurators and digital manufacturing, showing all the opportunities it has to offer.</p>
<p>Obviously after so many words about configuration and unique products, you probably want a little taste of it. Since Christmas is approaching fast, here's a great example: this is a <b>Christmas Ball</b> that you can customize and put on your Christmas tree. It was designed by <b>Alberto Ghirardello</b> and modeled parametrically here at <b>Digital Fucina.</b>
</p>
<p>
  <i>Customize it, make it unique just like you, </i>
  <a href="http://www.digitalfucina.com/portfolio-item/swirl/" target="_blank">
    <i>download the file</i>
  </a>
  <i> and ask your local 3D Print Center to make it real.</i>
</p>
<p>
  <b>
    <i>Read you guys next time!</i>
  </b>
</p> ]]></content:encoded>
</item>
<item>
  <title>Getting to know… ControlMAD: Advanced Design Center</title>
  <description><![CDATA[ &gt;&gt;Getting to know...&lt;&lt; is the place where ShapeDiver introduces game changers in the field of Parametric Design. During our blog series we&#39;ll let great brands do the talking and present their projects, so sit back and enjoy! ]]></description>
  <link>https://www.shapediver.com/blog/getting-to-know-controlmad-advanced-design-center</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/1261ec70eb/2.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Nov 9, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Getting to know... ]]></category>
  
  <content:encoded><![CDATA[ <b>
  <i>&gt;&gt;Getting to know...&lt;&lt; </i>
</b>
<i>is the place where ShapeDiver introduces </i>
<b>
  <i>game changers</i>
</b>
<i> in the field of </i>
<b>
  <i>Parametric Design</i>
</b>
<i>. During our blog series we'll let great brands do the talking and present their projects, so sit back and enjoy!</i>
<p></p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/9BCAFED0-48C2-060E-877E-2738E9A04D54.JPG" loading="lazy" />
</figure>
<p>Parametric Bench designed for Ikea Center Group</p>
<p>
  <a href="http://www.controlmad.com/" target="_blank">ControlMAD Advanced Design Center</a> is a <b>FabLAB</b> (Fabrication Laboratory) for advanced architecture, engineering and design. Our working process is characterized by the use of <b>CNC technology</b> (Computer Numerical Control). This technology allows designers to manufacture components (interior and exterior) for different types of products, regardless of their complexity. This production method <b>lowers costs</b> and offers a <b>higher accuracy level</b>when compered to other manufacturing procedures.
</p>
<p>
  <b>Founded</b> in early <b>2011</b>, ControlMAD is the <b>answer</b> to the <b>ever-changing design and production environment</b>, leaving the static concept of an architecture office and putting into practice formal and theoretical research; implemented by the energy and creative spirit of workshops performed in <b>our headquarters in Madrid, Spain.</b>
</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/19EFD8E4-1A2F-7A14-57E5-EF0F41BCB451.JPG" loading="lazy" />
</figure>
<p>Redesign Project for Doki Doki Madrid</p>
<p>We are an <b>Authorized Rhino Training Center</b> and the second <b>Authorized Rhino FabStudio</b> in Europe. We teach a variety of 3D CAD <b>courses</b> such as <b>Grasshopper, Rhinoceros, BIM Revit</b>, and more specific ones related to Digital Fabrication like <b>scripting with Python</b> and <b>Form Finding</b>.</p>
<p>We strengthen our workshop experiences with professional and parametric projects in architecture and interior design. <b>Our aim is</b>, with CNC digital fabrication tools, <b>to</b> <b>generate complex shapes</b> from traditional or standard panels like wood, plywood or MDF.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/6471E58F-A4A0-7CC0-79C2-62F3D7C261E5.jpg" loading="lazy" />
</figure>
<p>We also offer a <a href="http://www.controlmad.com/formacion/parametric-design" target="_blank">Master Course in Parametric Design</a> for those students that need a deeper understanding of parametric design and digital manufacturing inside the worlds of product and <b>interior design, architecture, urban and landscape design, engineering and digital fabrication</b>. During this course students participate in the creation of <b>physical and digital parametric models</b> using as a main tool <b>Grasshopper</b> and its most popular plugins such as <b>Kangaroo, Karamba, Paneling Tools,</b> among others.</p>
<p>-----------------------------------</p>
<p>
  <i>That's it for our first edition of </i>
  <b>
    <i>&gt;&gt;Getting to know..&lt;&lt;</i>
  </b>
  <i> Don't forget to follow our friends from </i>
  <b>
    <i>ControlMAD</i>
  </b>
  <i> directly at their </i>
  <a href="https://www.facebook.com/controlmad/" target="_blank">
    <i>Facebook Page</i>
  </a>
  <i> and </i>
  <a href="https://www.instagram.com/controlmad_/" target="_blank">
    <i>Instagram Page</i>
  </a>
  <i>!</i>
</p>
<p>
  <i>Would you like to get featured in this space? Simply send us an email to contact@shapediver.com and tell us about your project or brand! We'd love to start a conversation.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep. 3] – Javier M. Gaxiola</title>
  <description><![CDATA[ Designers Corner is the place where ShapeDiver designers talk about their work. There is a story behind every model, and who better to tell the story than the designer himself?  ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-3</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/a4a13a5098/1.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Tue, Oct 10, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>In our <b>third episode</b> we interview <b>Javier M. Gaxiola </b>founder of <a href="http://dimensionn.com.mx/" target="_blank">
    <b>DimensionN</b>
  </a>, a Computational Design studio that specializes in the development of large scaled projects involving Parametric Design, Digital Manufacturing, 3D Printing, 3D Scanning, CNC Production among others.</p>
<p>His studio is based in <b>Mexico</b>, a country that in recent years has been steadily developing a great interest in everything related to Parametric Design.</p>
<p>
  <b>- What attracted you the most when you were starting with Parametric Design?</b>
</p>
<p>Definitely the work from <a href="https://www.theverymany.com/" target="_blank">Marc Fornes</a> and big architects like BIG, <a href="https://www.fosterandpartners.com/" target="_blank">Norman Foster</a>, who's actually in charge of Mexico City's new airport design, and obviously the late <a href="http://www.zaha-hadid.com/" target="_blank">Zaha Hadid</a>.
  <br />
</p>
<h4 id="mexico-citys-new-airport-designed-by-norman-foster">Mexico City's new airport designed by Norman Foster:</h4>
<p>
  <b>
    <i>Designers Corner</i>
  </b>
  <i> is the place where ShapeDiver designers talk about their work. There is a </i>
  <b>
    <i>story behind every model</i>
  </b>
  <i>, and who better to tell the </i>
  <b>
    <i>story</i>
  </b>
  <i> than the designer himself? </i>
</p>
<p>In our <b>third episode</b> we interview <b>Javier M. Gaxiola </b>founder of <a href="http://dimensionn.com.mx/" target="_blank">
    <b>DimensionN</b>
  </a>, a Computational Design studio that specializes in the development of large scaled projects involving Parametric Design, Digital Manufacturing, 3D Printing, 3D Scanning, CNC Production among others.
  <br />
</p>
<p>His studio is based in <b>Mexico</b>, a country that in recent years has been steadily developing a great interest in everything related to Parametric Design.</p>
<p>
  <b>- What attracted you the most when you were starting with Parametric Design?</b>
</p>
<p>Definitely the work from <a href="https://www.theverymany.com/" target="_blank">Marc Fornes</a> and big architects like BIG, <a href="https://www.fosterandpartners.com/" target="_blank">Norman Foster</a>, who's actually in charge of Mexico City's new airport design, and obviously the late <a href="http://www.zaha-hadid.com/" target="_blank">Zaha Hadid</a>.</p>
<h4 id="mexico-citys-new-airport-designed-by-norman-foster">Mexico City's new airport designed by Norman Foster:</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/4921DB72-CDE5-3D78-BCE2-1758F1D19872.png" loading="lazy" />
</figure>
<p>
  <b>- Which industries do you think are the most likely to benefit from Parametric Design in the near future?</b>
</p>
<p>Practically every industry that's involved with any type of manufacturing can benefit. From my point of view, when properly applied, Parametric Design can drastically reduce rework while generating only the precise products that clients need. It's a game-changer approach to anyone open enough to see it.</p>
<h4 id="javiers-tequila-shot-glass-mobile-users-please-tilt-your-device">Javier's Tequila Shot Glass (Mobile users please tilt your device)</h4>
<p>
  <b>- Tell us a bit about your Tequila/Mezcal Shot Glass, which was the most complicated part to develop?</b>
</p>
<p>I wanted to develop something that could be easily identified all over the world. I think Mexico equals to Tequila and Mezcal, and doing so in this Parametric way ensured that it could turn eyes all over the world.</p>
<p>The most complicated part was to keep in mind that I was developing a product meant for 3D Printing and for human use. Porcelain is one of the few printing materials that are food-safe and it needs to have a specific width in order to be printable, a clear difference when compared to other materials.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/687E2F66-2B47-ED7F-FE67-A3A971C5B2D8.jpg" loading="lazy" />
</figure>
<p>
  <b>- What do you think of ShapeDiver?</b>
</p>
<p>I think it's amazing that a platform like this exists. It shortens the distance between the designer and the end user. I find the <a href="https://www.shapediver.com/blog/parametric-designs-configurator-shapeways" target="_blank">Shapeways Bridge</a> specially appealing since I no longer have to worry about the production (printing) or even the delivery of the product to my clients. This is clearly the way to democratizing design and customization.</p>
<p>
  <b>- Which current Parametric Designer or Studio do you currently admire and why?</b>
</p>
<p>As mentioned, Marc Fornes' Studio was one of the first ones that that used Parametric Modelling, also the work from <a href="http://n-e-r-v-o-u-s.com/" target="_blank">n-e-r-v-o-u-s.com</a> was an amazing new approach to interaction on the web. I've also always loved the research and applications of <a href="http://www.materialecology.com/" target="_blank">Neri Oxman's </a>work.</p>
<p>--------------</p>
<p>
  <i>That's it for this third episode of </i>
  <b>
    <i>Designers Corner</i>
  </b>
  <i>. You can follow Javier's work directly here on ShapeDiver or at his </i>
  <a href="https://www.instagram.com/jamagax/" target="_blank">
    <i>Instagram</i>
  </a>
  <i> or </i>
  <a href="https://www.facebook.com/dimensionn3d/" target="_blank">
    <i>Facebook</i>
  </a>
  <i> pages.</i>
</p>
<p>
  <i>Would you like to be featured in this space? Make sure to contact us! Just send an email to contact@shapediver.com and tell us about your work.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>The Quest For Customization In A World Of Economies Of Scale</title>
  <description><![CDATA[ There are two types of people in this world: those who notice car rims, and those who don&#39;t. I used to be the latter, until I started noticing them... then I just couldn&#39;t stop. ]]></description>
  <link>https://www.shapediver.com/blog/the-quest-for-customization-in-a-world-of-economies-of-scale</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/b272fc4ab4/12.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Sun, Sep 17, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <p>There are <b>two types of people</b> in this world: those who <b>notice</b> <b>car rims</b>, and those who <b>don't</b>. I used to be the latter, until I started noticing them... then I just couldn't stop.</p>
<p>It all started with my first car ever, a <b>Seat Ibiza 2004</b>. Finally, no more riding along in other people's cars. I finally had my own. While extremely grateful, I couldn't stop but noticing that <b>every other</b> Seat Ibiza <b>looked</b> practically <b>the same</b> as mine.</p>
<p>See, when you buy a normal car, it's produced with <b>economies of scale</b> in mind. This meant that my Ibiza <b>shared parts</b> with many other <b>VWs</b>, <b>Skodas</b> and even some <b>Audis</b>. That <b>didn't</b>sound original at all.</p>
<p>So I looked at the immediate, most obvious part of the car (other than the body kit) I could <b>modify</b> for an affordable price (or so I thought): the <b>rims</b>.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/94A249B6-6BEB-A368-9C3C-758B80E2ACB1.jpg" loading="lazy" />
</figure>
<p>
  <b>I looked</b> for independent rim manufacturers that could help my car stand out from the crowd. What I found out in my price range completely <b>disappointed me</b>. <b>Uninspired</b> <b>designs</b>created by <b>uninspired brands</b>. If I could've just <b>designed my own</b>... I eventually gave up and kept my stock rims, hopeless.
</p>
<p>What my younger self would've wanted to find was a brand that would've let me <b>play around with size, number of arms, colors, etc.</b> It certainly would've given me that feeling of <b>authenticity</b> and <b>originality</b> that I was craving for after owning such a common car.</p>
<p>Fast-forward over a decade and that <b>passion</b> for great rims hasn't dialed down a bit. Every car that passes by gets immediately judged by the rims it's rocking: Cool car but ugly, <b>beaten up rims</b> or even <b>hubcaps</b>? You're <b>out</b>.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/934CB9F3-8021-CFF9-E8D2-411281CAA66B.jpg" loading="lazy" />
</figure>
<p>The Grasshopper Model
  <br />
</p>
<p>Few months ago I again came across the idea of generating a <b>rim configurator</b> that could allow anyone to <b>play</b> around with a "<b>master design</b>" until they were comfortable with a final custom version of it and eventually <b>manufacture it</b>.</p>
<p>The challenges with this project were clear: I needed a <b>simple-to-understand</b>, <b>efficient</b> rim generator that <b>anyone could use</b>. A concept that could make real companies consider integrating a <b>parametric definition</b> into their <b>sales process</b>.</p>
<p>So I contacted <a href="https://www.instagram.com/paco_o.5/" target="_blank">
    <b>Paco Ortiz</b>
  </a>
  <b>, Parametric Design expert </b>and owner of <b>Grasshopper + Rhino Generative &amp; 3D Parametric Design </b>on<b> Facebook</b>, and told him about my idea. The result was this configurator embedded below. An amazing example of great, simple design and functionality. <i>(Pro tip: You can download a 3D-print ready.stl file!)</i>
</p>
<p>Here's how this <b>Grasshopper definition</b> was designed as explained by <b>Paco</b>:</p>
<p>
  <i>"I had to generate a definition with a </i>
  <b>
    <i>fast and easy to execute data processing</i>
  </b>
  <i>, so I needed to stick to the basics and use nothing more than </i>
  <b>
    <i>native Grasshopper components</i>
  </b>
  <i>.</i>
</p>
<p>
  <i>First of all, I had to study the </i>
  <b>
    <i>cross section</i>
  </b>
  <i> of the commercial rims in order to </i>
  <b>
    <i>adapt this shape</i>
  </b>
  <i> to the parametric </i>
  <b>
    <i>workflow</i>
  </b>
  <i>, and be able to change the diameter and the thickness of the object successfully.</i>
</p>
<p>
  <i>Only </i>
  <b>
    <i>one arm of the rim was designed line by line</i>
  </b>
  <i>, with the intention of creating only planar or developable surfaces. It was an </i>
  <b>
    <i>exhaustive job</i>
  </b>
  <i> because I had to intersect every single curve, shatter it, and finally choose the one I wanted to work with, but </i>
  <b>
    <i>it helped a lot for data processing</i>
  </b>
  <i>.</i>
</p>
<p>
  <i>After each curve was joined and filleted, the </i>
  <b>
    <i>surfaces</i>
  </b>
  <i> were created with the </i>
  <b>
    <i>Boundary Surface component</i>
  </b>
  <i> one bye one. As the definition was getting in shape, I realized that some values were not useful in certain cases, the #Arms specifically, so I decided to modify those values according to the #Arms parameter.</i>
</p>
<p>
  <i>I used the </i>
  <b>
    <i>Evaluate component</i>
  </b>
  <i> to set a </i>
  <b>
    <i>group of conditions</i>
  </b>
  <i> (equations) with the intention of getting an </i>
  <b>
    <i>automatic adaptation of specific values</i>
  </b>
  <i>, for example: if #Arms value increases, the main arm has to get thinner and if #Arms decreases, it has get thicker. If the rim diameter decreases, the height of the arm bifurcation has to be lower and vice versa.</i>
</p>
<p>
  <br />
</p>
<p>
  <i>Once I had the main arm finished, I left the </i>
  <b>
    <i>intersection</i>
  </b>
  <i> between the arms with opened edges so I could </i>
  <b>
    <i>join them</i>
  </b>
  <i> after rotating the main piece with values given by the </i>
  <b>
    <i>Seriescomponent</i>
  </b>
  <i>. Once I had all the parts in place, I proceeded to join them all in </i>
  <b>
    <i>one solid Brep</i>
  </b>
  <i>ready to become a mess able to be </i>
  <b>
    <i>3D printed</i>
  </b>
  <i>."</i>
</p>
<h4 id="the-conclusion">The Conclusion</h4>
<p>So there you have it. While it's <b>obvious</b> that this rim version <b>doesn't provide a safe and reliable road-ready version</b>, it certainly <b>proves a point</b>: it is possible to offer a <b>great level of customization</b> given the right <b>tools</b>.</p> ]]></content:encoded>
</item>
<item>
  <title>Introducing: The Shapeways Bridge</title>
  <description><![CDATA[ We are excited to introduce the “ShapeDiver – Shapeways Bridge”: an integration of the world-famous 3D printing marketplace into our platform. In a few clicks, users will be able to configure 3D models on a ShapeDiver viewer, either directly on our website or while embedded in any other, and seamlessly order the finished product as 3D-printed objects via Shapeways. This is a bridge between your parametric designs and the whole world. ]]></description>
  <link>https://www.shapediver.com/blog/parametric-designs-configurator-shapeways</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/959c428277/11.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Fri, Aug 18, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <h4 id="what-is-shapeways">What is Shapeways?</h4>
<p>
  <a href="https://www.shapeways.com/" target="_blank">Shapeways </a>is <i>the</i> platform that defined the <b>3D Printing industry</b>.  In here designers can upload their 3D models for other people to browse and eventually <b>order as 3D printed objects</b> in the material of their choice. Since its creation, Shapeways has helped <b>sell</b> and 3D print <b>millions of designs</b>, from jewelry to various types of accessories, miniatures, figurines, toys and even drones!
</p>
<p>In order to allow a greater level of customization, Shapeways implemented the <a href="https://www.shapeways.com/creator" target="_blank">Creator Apps</a>, which allows end users to modify and create some personalized 3D printed objects. Each Creator App focuses on a specific object that can be customized through its own interface.</p>
<p>It <b>often</b> starts with a 2D pattern (see this great <a href="https://www.shapeways.com/creator/custom-ring#landing" target="_blank">custom ring creator</a>) and other times it requires an <b>advanced web application</b>, like the famous <a href="https://n-e-r-v-o-u-s.com/cellCycle/" target="_blank">Cell Cycle</a> developed by the <b>n-e-r-v-o-u-s Design Studio</b>.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/6BAA2351-D050-40CE-9807-08A09075C0F2.png" loading="lazy" />
</figure>
<h4 id="why-did-we-develop-this">Why did we develop this?</h4>
<p>More and more <b>Grasshopper designers are using our platform</b> (<a href="https://www.shapediver.com/signup" target="_blank">sign up, it’s free!</a>) to showcase their <b>parametric designs on the web</b> or even to create full-blown <a href="https://junddo.com/meuble-vinyle-sur-mesure-portee/" target="_blank">eCommerce platforms</a> where customers can <b>personalize</b> the products <b>before purchasing</b> them.
  <br />
</p>
<p>While the “Creator Apps” is a step in the right direction, <b>at ShapeDiver we wanted more</b>. Our main goal is to make it <b>easy for designers</b> around the world to <b>create</b> their own full 3D <b>product configurators</b>, so we decided to develop <b>a tool that could take this a step forward</b>.</p>
<p>The <b>ShapeDiver-Shapeways Bridge</b> was conceived as <b>the fastest, most efficient way for designers to bring their products to the market</b>. We know that setting up a Web Shop <i>and</i> a supply chain puts the bar too high for many designers out there who don’t have the resources to start a new venture, hence <b>this integration made a lot of sense to us</b>.</p>
<h4 id="how-can-you-use-this-shapeways-bridge">How can you use this Shapeways Bridge?</h4>
<p>
  <b>For now</b> we’re opening a <b>limited Beta testing phase with 10 of our current ShapeDiver users</b>, so if you’re interested make sure to <b>send us a message</b> via the blue “<b>CONTACT US</b>” button on the top of this page. <i>(Update: Beta period is over.)</i>
</p>
<p>If you’re one of the lucky Beta testers, <b>there’s only two steps needed</b> before you can bring your parametric designs to a worldwide market:</p>
<p>
  <b>Step 1: </b>
</p>
<p>– While designing your Grasshopper model use <b>the new Shapeways components </b>available in our plugin to connect to your Shapeways account. With them you’ll set up materials, prices and more.</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/44E5ABD5-600E-B06F-81B0-4AA692E64FF9.jpg" loading="lazy" />
</figure>
<p>
  <b>Step 2: </b>
</p>
<p>
  <b>– Upload your.gh file</b> to your ShapeDiver account.
</p>
<p>That’s it! The <b>Shapeways Export component</b> <i>magically</i> <b>creates a button</b> in the ShapeDiver parameter menu that <b>transfers a compatible 3D object to your Shapeways account</b>. Now <b>anyone</b> interacting with your design can use it to export their currently displayed model to your Shapeways store and <b>order it</b>!</p>
<p>Here’s our <b>first public Beta example</b> using this Bridge (if you are on a mobile device, please tilt your phone):</p>
<p>Once we finish all the <b>needed tests with our Beta users </b>we'll notify via all our channels that the component is now fully available via our <b>ShapeDiver plugin for Grasshopper</b>. <i>(Update: it's available now! Contact us if you're interested in using this feature for your business.)</i>
</p>
<h4 id="conclusion">Conclusion</h4>
<p>We hope this new feature will <b>open up many new possibilities</b> for all the <b>entrepreneur parametric designers</b> that have been waiting for a way to present and sell their creations in all their complexity.</p>
<p>
  <i>Have any ideas? Suggestions? Leave a comment down below or head to our </i>
  <a href="https://forum.shapediver.com/" target="_blank">
    <i>Forums</i>
  </a>
  <i> where our Team will be more than happy to help.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>A New Approach To A Thousand-Year Old Practice</title>
  <description><![CDATA[ Few topics in human history have such deep, meaningful roots as tattoos. For this reason I decided to give it a fresh approach! Join me while we explore the possibility of complementing this thousand-year old practice with modern technology! ]]></description>
  <link>https://www.shapediver.com/blog/parametric-configurator-tattoo-generator</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/768x403/0167a7a7c5/tattoo-parametric-cover-photo-768x403.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Thu, Aug 17, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <i>Few topics in human history have such deep, meaningful roots as tattoos. For this reason I decided to give it a fresh approach! Join me while we explore the possibility of complementing this thousand-year old practice with modern technology!</i>
<p></p>
<p>The <b>oldest tattoo</b> on record belongs to <b>Ötzi</b>*, a man who lived <b>over 5000 years ago in the Italian Alps</b>. His mummified body has <b>at least 57 tattoos</b> consisting of stripes, crosses and dots. Without a doubt, the art of tattoos has “marked” human history while evolving in amazing ways.</p>
<figure>
  <img alt="" src="https://wp-shapediver-content.s3.amazonaws.com/uploads/2018/12/check-out-the-worlds-oldest-tattoo-1024x575.jpg" loading="lazy" />
</figure>
<p>As mentioned in my <a href="https://www.shapediver.com/blog/the-x-variable-parametric-design" target="_blank">previous blog post</a>, <b>Parametric Design can greatly improve a designer’s workflow</b> by allowing real-time modifications, re-calculations and patterns that could take a lot more time (or wouldn’t even be possible) without it. On top, <b>
    <i>almost</i>
  </b>
  <b> anyone can create original patterns</b> if the interface is good enough.
</p>
<h4 id="why-a-parametric-tattoo-configurator">Why a Parametric Tattoo Configurator?</h4>
<p>This got me thinking, <b>could there be a “real-world” application for Parametric Design</b>? Something almost anyone could understand? A use that could spark a broader audience’s attention? Furniture and jewelry seems like an obvious choice at first, but it certainly isn’t controversial, it doesn’t get people talking, people that wouldn’t usually look at Parametric Design thinking it’s an interesting topic.</p>
<p>This thinking got me to this topic, where I wanted to know if it was possible to <b>complement the art of the ink on the skin with what an algorithm-powered design could offer</b>. Therefore, I created this <b>Parametric Tattoo Configurator</b> <i>embedded</i> below.</p>
<p>This definition consists of <b>3 attractor points</b> that affect a squared grid. <b>The proximity</b>between the attractor points and the grid <b>influences the deformation</b> of the design curves. <i>(By the way, we have </i>
  <a href="https://www.shapediver.com/blog/parametricism-and-attractors" target="_blank">
    <i>this other post</i>
  </a>
  <i> explaining what an attractor is, just in case you’re new to this term.)</i>
</p>
<p>In order to produce the best possible result, it’s essential for you to <b>measure the radius of your </b>
  <b>
    <i>own</i>
  </b>
  <b> wrist and the top of your forearm, and the distance between these two points</b>.
  <br />
</p>
<p>The curve thickness is dynamic, meaning it can increase and decrease. <b>The obtained curves are mapped on a forearm</b> so you can get a preview of the tattoo on the skin. You can <b>apply</b>the mapping on the <b>whole forearm or just in a section</b>. You can <i>flip</i> the design, even <i>rotate</i> it in order to get <b>the best fit for your taste</b>.</p>
<p>
  <b>When you’re done</b>, thanks to ShapeDiver’s tools, <b>export a flat template of the design</b> that can be followed by the tattoo artist while he draws.
  <br />
</p>
<p>And <b>this was the whole point</b>, your <i>own</i> tattoo, professional-looking, one-of-a-kind, in a few clicks, from home or at school or at the airport.  <b>This has never been possible before</b>. Exciting times we’re living in.</p>
<h4 id="getting-the-tattoo-done-for-real">Getting the tattoo done, for real.</h4>
<p>Once I finished developing this tool, I visited several tattoo studios in order to show how ShapeDiver’s configurator worked with this definition.</p>
<p>The tattoo artist from <a href="https://www.facebook.com/littledayart/" target="_blank">
    <b>Little Day</b>
  </a>
  <b> showed a lot of interest</b> in the subject and <b>she offered to create for real the tattoo we’ve just printed out</b>. It took overall around 5 hours to get the job done and we achieved a great looking result as you can see from the <b>video embedded below.</b>
</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/kblTpBFxnpM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p></p>
<p>
  <i>It’s a pretty good idea! It makes it </i>
  <b>
    <i>easier to apply the template</i>
  </b>
  <i> since otherwise I would have to draw by hand directly on the skin. I would </i>
  <b>
    <i>definitely have this configurator in my shop</i>
  </b>
  <i> in order to generate these type of geometric tattoos for my clients” </i>commented Little Day.
</p>
<h4 id="conclusion">Conclusion</h4>
<p>
  <b>What I can conclude</b> after this experiment is that <b>Parametric Design may be ready to enter new industries</b>, as long as the <b>design flow is improved</b> and it provides a good user interface. I am sure that as soon as more people get in touch for the first time with Parametric Design, <b>new ideas will begin to flow</b>.
</p>
<p>
  <b>
    <i>What do you think about this? Is Parametric Design ready to enter new markets and disrupt how design and manufacture is made? Are you into tattoos? Would you use this type of configurator? Leave your comments down below and let’s start a conversation! Don’t forget to also follow </i>
  </b>
  <a href="https://www.facebook.com/shapediver/" target="_blank">
    <b>
      <i>ShapeDiver on Facebook</i>
    </b>
  </a>
  <b>
    <i> here and </i>
  </b>
  <a href="https://www.facebook.com/grasshopperhinodesign/" target="_blank">
    <b>
      <i>my own Facebook page here</i>
    </b>
  </a>
  <b>
    <i>!</i>
  </b>
</p>
<p>* Reference: <a href="http://www.independent.co.uk/news/science/oldest-tattoo-ever-found-marks-on-iceman-otzi-proved-to-be-first-known-body-art-a6777476.html" target="_blank">The Independent UK</a>
</p> ]]></content:encoded>
</item>
<item>
  <title>FabTools: From Design To Production</title>
  <description><![CDATA[ FabTools is a Grasshopper plugin proposing a set of tools for fabrication purposes. FabTools is meant to improve your fabrication workflow, from design to production. ]]></description>
  <link>https://www.shapediver.com/blog/fabtools-from-design-to-production</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/d277aa0d79/10.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Jul 26, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="a-hrefhttp-wwwfood4rhinocom-app-fabtools-ifabtools-i-aiis-a-grasshopper-plugin-proposing-a-set-of-tools-for-fabrication-purposes-fabtools-is-meant-to-improve-your-fabrication-workflow-from-design-to-production-i">
  <a href="http://www.food4rhino.com/app/fabtools" target="_blank">
    <i>FabTools </i>
  </a>
  <i>is a Grasshopper plugin proposing a set of tools for fabrication purposes. FabTools is meant to improve your fabrication workflow, from design to production.</i>
</h3>
<p>FabTools is packed with features that make it easier to prepare complex Rhino and Grasshopper models for production. Processing and organizing big amounts of geometry, unrolling and arranging production data, creating technical annotations… Those are a few of the possibilities that are already unlocked for ShapeDiver users, or will be in the near future.</p>
<h4 id="the-highlight-unrolling-production-data">The Highlight: Unrolling Production Data</h4>
<p>Our primary motivation for supporting FabTools was to allow designers to use its unrolling components. A combination of three tools makes up for a nice workflow: “Unroll” individual panels, flat or cylindrical parts of your model, “Arrange” them in a nice grid and use the “Engrave Text” or “Text Contour” components to give each individual part a name. Creating a production drawing is that simple. The following example is given by Florian Frank along with the plugin download:</p>
<p>We adapted it a little for ShapeDiver: the export button lets you download a.dxf file with the numbered panels of the design on a grid:</p>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/AA1D038E-FED6-92E0-9DB9-C2AB6AEEC20F.png" loading="lazy" />
</figure>
<p>Of course, one can define a fitting frame, a scale and alignment rules in order to fit the individual elements on the grid.</p>
<h4 id="limitations">Limitations</h4>
<p>ShapeDiver doesn't support all of the FabTools components, because some of them don't make sense in the context of a 3D online viewer. In particular the "Bake" group of components is not usable: no need to bake anything with ShapeDiver, all the previewed components will be automatically displayed! </p>
<p>The "Layout" section and the CSV export components are other examples of unsupported components. ShapeDiver is developing its own workflow for importing and exporting geometry and data in an optimal way for the online experience. Let us know in the <a href="https://www.shapediver.com/blog/www.shapediver.com/forum" target="_blank">forum </a>if you have special needs in this area.</p>
<p>ShapeDiver does not yet support the Annotation components of FabTools... but we soon will! They allow to create easily various linear and angular dimension objects, leaders and hatches. Perfect to use ShapeDiver for detailed technical models. Stay tuned!</p>
<h4 id="the-shapediver-tip">The ShapeDiver Tip</h4>
<p>Combine the "Unroll" and "Arrange Geometries" components with ShapeDiver's export feature and allow users to get the production data for the objects they designed themselves! </p>
<p>
  <a href="http://www.food4rhino.com/app/fabtools" target="_blank">
    <i>Download Fabtools here!</i>
  </a>
  <i> Let us know if you use ShapeDiver and FabTools for one of your projects. We'd love to hear your experience and write in our blog about it!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Peacock: Generative Jewelry Made Easy</title>
  <description><![CDATA[  ]]></description>
  <link>https://www.shapediver.com/blog/peacock-generative-jewelry-made-easy</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/dca5afeb0d/9.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Jul 6, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Plugins ]]></category>
  
  <content:encoded><![CDATA[ <i>Peacock is a Grasshopper plugin that significantly lowers the bar for designers to create original jewelry designs. By supporting Peacock, ShapeDiver makes a big step towards the jewelry industry.</i>
<p>Peacock is both simple and exhaustive. It includes all the standard gems and cabochons, pre-designed and ready to be integrated in original models. In the same spirit, Peacock gets you started with several ring templates. Customize them in a few clicks with standard parameters, by using an original profile curve or unleash your craziest ideas and define the shape with completely custom curves.</p>
<p></p>
<div class="mb-3" style="max-width:100%;position:relative;padding-top:56.25%">
  <iframe src="https://www.youtube-nocookie.com/embed/jD4jGEwb97o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute; top:0px; left:0px; width:100%; height:100%"></iframe>
</div>
<p></p>
<p>
  <b>The idea behind Peacock is to allow designers to focus on their own creative process, without having to reinvent the wheel for every new ring or earring.</b>
  <br />
</p>
<p>The plugin also provides practical tools to get the designs production-ready. Fetch up-to-date market prices of the standard metals and the precise weight of a design. When you're ready, use the cost calculator to predict the cost of each jewelry piece. The component allows you to integrate multiple cost factors, from material to mold, foundry and prototype costs.</p>
<p>Last but not least, Peacock is <b>entirely free</b>! <a href="http://www.food4rhino.com/app/peacock" target="_blank">Download it here</a> and get started with the sample files included with the plugin.</p>
<p>The ShapeDiver tip: for optimized ShapeDiver viewing, replace the Peacock preview components with ShapeDiver ones.</p>
<p>
  <i>Do you already have designs using Peacock? Upload them on ShapeDiver and post them in comments below! We will feature them next month on our landing page.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>The “X” Variable</title>
  <description><![CDATA[ There’s a belief that good design, especially in 3D, can only be achieved after months (or years) of constant practice. That anyone wanting to showcase their talent needs to go through a specific training and have (buy) the latest equipment and software. I believe that in 2017 this is not the case anymore, at least partially. ]]></description>
  <link>https://www.shapediver.com/blog/the-x-variable-parametric-design</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/05162a1eba/8.webp"></enclosure>
  <dc:creator><![CDATA[ Ezequiel López ]]></dc:creator>
  <pubDate>Tue, Jul 4, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Guest Posts ]]></category>
  
  <content:encoded><![CDATA[ <p>There’s a belief that good design, especially in 3D, can only be achieved after months <i>(or years)</i> of constant practice. That anyone wanting to showcase their talent needs to go through a specific training and have <i>(buy)</i> the latest equipment and software. I believe that in 2017 this is not the case anymore, at least partially.</p>
<p>I created this Grasshopper definition embedded below to demonstrate that <b>Parametric Design is the shortest bridge between design and users that have never experienced any type of design software</b>.</p>
<p>Without a doubt, this opens new possibilities for both brands and end users to communicate and interact with each other in ways that were not possible before. In a sense, the original designer is no longer dictating on his own how the model should look like, and that’s completely fine.</p>
<p>
  <b>CUSTOM RIBS LAMP:</b>
</p>
<p>For this experiment, a small group of 10 people interacted with this definition via ShapeDiver and a normal computer. This group didn’t have any type of CAD or CAM software knowledge and the only tools they had were the definition itself and a normal web browser.
  <br />
</p>
<p>The main idea was to manipulate the coordinates of 5 points of this definition to create a polyline, which will be the contour for a lamp built by ribs. The user was able to control the shape of the curve, the fillet of the vertex, the rotation of the ribs, the height, the radius, the thickness of the ribs and even the material.</p>
<p>There was only one instruction given to the users: the “Y” values of the 5 points had to decrease in order to get a correct geometry.</p>
<p>Even thought the ages of this group ranged from 4 to 53 years old, <b>everyone figured out how the different sliders affected the final design without a problem</b>. As a result, each of them created a unique lamp that fulfilled their particular tastes and personalities.</p>
<p>What I can conclude after this experiment is that <b>the right tool can enable humans to express themselves in ways they never thought they could before</b>. In these types of “free-for-all” designs, the “X Variable” is every single person that interacts with the definition, allowing endless interpretations influenced by the human factor. Isn’t this exciting?</p>
<p>Here are the rest of the images created during this experiment:</p>
<figure>
  <ul>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/C81BCFDF-DB89-6DD8-0A94-BC3CD3841504-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/6E4B16F4-AAFB-5702-1979-FAE2D1496BCF-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/39997FED-BBDB-DEEA-BA23-F58921C4767F-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/C3A1B3C3-56E6-C4CE-E109-F49627F403E2-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/AC42D09D-657D-F861-2CC1-8F044E8E5C79-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/849BFFA8-27F5-759A-B16F-463C491450BD-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/E6F7A63D-C2BD-C5C9-2947-D29A5354D603-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/A737E8B9-E907-AF8B-17D3-166F84477D20-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
    <li>
      <figure>
        <img alt="" src="https://assets.shapediver.com/uploads/2018/12/BACC2F96-8B73-18BC-1DFE-4EFC5871405C-1024x320.jpg" loading="lazy" />
      </figure>
    </li>
  </ul>
</figure>
<p>
  <b>Do you think Parametric Design can help to better connect brands with end users/clients?</b>Which industries do you believe will be the first ones the benefit from this? Leave your comments down below and let’s start a conversation!
</p>
<p>If you enjoyed this post make sure to like and follow my <a href="https://www.facebook.com/grasshopperhinodesign/" target="_blank">Facebook Page</a> for more parametric news and posts!</p> ]]></content:encoded>
</item>
<item>
  <title>Marketing Basics for Product Configurators</title>
  <description><![CDATA[ A 3D product configurator is a great upgrade for an eCommerce platform, but to make sure it generates more customer conversions, there are some marketing questions that need to be addressed early. Here are a few tips to make sure your configurator is used in the optimal way. ]]></description>
  <link>https://www.shapediver.com/blog/marketing-basics-for-product-configurators</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/ea060862f7/7.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Mon, Jun 12, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <i>A 3D product configurator is a great upgrade for an eCommerce platform, but to make sure it generates more customer conversions, there are some marketing questions that need to be addressed early. Here are a few tips to make sure your configurator is used in the optimal way.</i>
<h2 id="the-two-first-moments-of-truth">The Two First "Moments of Truth":</h2>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/7E7EE126-2247-318F-B0CC-98C2F5D9EC6F.jpg" loading="lazy" />
</figure>
<p>In traditional marketing, the <b>First Moment of Truth</b> refers to the first few seconds after a shopper encounters a product, on a store shelf or in a WebShop. It is the moment when a company has the best chance to convert shoppers into buyers by appealing to their senses and values. Indeed, if you don't know enough about your customers, your best marketing argument is a flawless shopping experience. To some extent, this is true as well for eCommerce. Your product configurator should be the crown jewel of your eCommerce platform. However, while the buzz might generate attention to your brand and will certainly attract more people to play with the configurator, those visitors will not necessarily convert to paying customers.</p>
<p>In 2012, Google came up with a new relevant step along online buyers' journeys: the <b>Zero Moment of Truth</b>. It translates that by using all the online marketing tools available today, it has become not only possible but essential to reach out to customers earlier, when they are browsing for a product online. The ZMOT is the moment when a shopper makes the decision to buy and starts actively searching for a specific product online.</p>
<p>There are multiple ways for "winning" the Zero Moment of Truth, for any type of products. We focus here on ways to efficiently leverage a product configurator at this crucial moment.</p>
<h2 id="three-metrics-for-customer-pre-segmentation">Three Metrics for Customer Pre-segmentation</h2>
<p>Different customers have different shopping behaviours, and different ways to formulate their needs. A person with advanced <b>knowledge </b>about the product is more likely to decide early they want to customize it. On the other hand, a first-time buyer of a complex product might not be knowledgeable, but still show significant <b>involvement </b>for the product. Finally, a buyer who makes a gift or looks at the product in a more functional way might find that many options and a complex configurator are an obstacle to purchasing a product she already has the <b>intention </b>to buy.</p>
<p>Those three persons will act differently at the zero moment of truth. Knowledge, involvement and intention are the three coarse metrics to monitor early on. They will be refined along the way, when you get to know your customers better, but they are a good place to start.</p>
<h3 id="knowledge-complexity-as-a-marketing-tool">Knowledge: Complexity as a Marketing Tool</h3>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/27D5DAB3-F2CE-39B5-BF37-5BF30640DAB5.jpg" loading="lazy" />
</figure>
<h4 id="iwho-i">
  <i>Who?</i>
</h4>
<p>At its core, a product configurator is a way to display a complex product in an intuitive way, with potentially thousands of options. In practice, a small set of these options will generate most purchases, but the rest is for those <b>customers who have enough knowledge about the product to fine-tune their choices</b>.</p>
<p>Even though they might only represent a niche, they are early adopters of the product, and more importantly they will largely contribute to building trust around the brand. If you care about your product, they are always the place to start.</p>
<h4 id="ithe-strategy-i">
  <i>The Strategy</i>
</h4>
<p>The <b>postponement of differentiation activities</b> has been identified as one of the main benefits of product configurators [3]. It is indeed a key factor in reaching out to knowledgeable customers.</p>
<p>Personal computers are the first example of an industry that was profoundly changed by product configurators. Nowadays, it wouldn't be conceivable for hardware brands to not offer modular solutions to their customers.</p>
<p>Knowledgeable customers have specific needs that need to be met, but they are also the ones who take the most pleasure in the process of personalizing their purchase. In other words, choice isn't enough: the experience is key, and it constitutes the main marketing argument for these customers.</p>
<h4 id="ithe-plus-i">
  <i>The Plus</i>
</h4>
<p>Building trust is a matter of patience and commitment. Get <b>influencers </b>in your field to review your product and give you referrals, or even produce content for you (blog articles and product reviews).</p>
<h3 id="involvement-the-case-for-clustering">Involvement: The Case for Clustering</h3>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/04B668BE-4A92-F7D5-B27E-833E80A84E4E.gif" loading="lazy" />
</figure>
<h4 id="iwho-i">
  <i>Who?</i>
</h4>
<p>A customer can be committed to purchasing a high quality product for a specific goal, but lacking the knowledge to make a decision on her own. A friend of mine was craving downhill mountain biking and was invested in the purchase. She didn't know, however, which brakes, suspensions and fork were required. Without extensive knowledge of the product,<b> a complete "build-your-own" approach is often intimidating</b> and it can't be leveraged alone.</p>
<h4 id="ithe-strategy-i">
  <i>The Strategy</i>
</h4>
<p>Traditional customer studies have long been used for segmentation, but product configurators gather so much data about customer behaviors and preferences that a true mathematical clustering can <b>reveal customer groups that would be hard to detect even with in-depth research</b>. Even more so for fully parametric products that offer millions of possible configurations.</p>
<p>Once popular configurations have been identified and linked to a specific customer group, it becomes beneficial to push the "best-sellers" with <b>custom marketing</b>. The perfect configuration for a downhill mountain bike could have its own landing page and be enhanced through search engine optimization and marketing.</p>
<h4 id="ithe-plus-i">
  <i>The Plus</i>
</h4>
<p>A straightforward way to retain all the complexity of the product while simplifying the buying experience is to <b>offer a "Wizard" mode for the configurator</b>. Present options one after the other, or within thematic groups, along with specific help messages and references for each step along the way.</p>
<h3 id="intention-claiming-back-the-first-moment-of-truth">Intention: Claiming Back the "First Moment of Truth"</h3>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/B48F6DCC-C42D-0527-81FE-FDC173767B84.jpg" loading="lazy" />
</figure>
<h4 id="iwho-i">
  <i>Who?</i>
</h4>
<p>The decision to buy often happens a long time before a customer gets online. Think about your last minute run to the grocery store when you're out of milk. Or a quick Amazon search to replace the ink cartridges of your printer. However much love and consideration your have for your product, <b>there will always be customers who consider it a commodity</b>, and not a lifestyle choice.</p>
<h4 id="ithe-strategy-i">
  <i>The Strategy</i>
</h4>
<p>These customers often won't know you before landing on your website. They don't care that you offer fine-tuning and thousands of configuration options. They won't come buy a piece of furniture because it can be customized, but because it caught their attention for more traditional reasons.</p>
<p>However, noticing that they can change the height of a bookshelf they are already considering might make them tip in its favor. For them, the customization will be a bonus reinforcing the outcome of the First Moment of Truth. <b>Show them a product already pre-customized</b>, and the ability to customize is an additional weight in the balance, like free shipping, fast delivery or customer rating.</p>
<h4 id="ithe-plus-i">
  <i>The Plus</i>
</h4>
<p>Build in a <b>social component</b> to your configurator. Customers are proud of their custom-made products, even more so if the experience was unexpected and pleasant. Getting referrals from them on social media is the best way to reach a mainstream audience.</p>
<p>
  <b>
    <i>What is your customers' relationship with your product? How do they scale against the three metrics? Can you define an inbound strategy for them?</i>
  </b>
</p>
<p>
  <br />
</p>
<p>
  <b>References:</b>
</p>
<p>[1] <a href="https://www.thinkwithgoogle.com/marketing-resources/micro-moments/zero-moment-truth/" target="_blank">Google resources on the ZMOT</a>
</p>
<p>[2] <a href="https://www.researchgate.net/publication/283072937_The_Zero_Moment_of_Truth_in_Mass_Customization" target="_blank">The Zero Moment of Truth in mass customization</a>
</p>
<p>[3] <a href="http://www.sciencedirect.com/science/article/pii/S0925527312000989" target="_blank">The mass customization decade: An updated review of the literature</a>
</p> ]]></content:encoded>
</item>
<item>
  <title>Online 3D Configurators: 6 Use Cases</title>
  <description><![CDATA[ For the past twenty years, eCommerce has been an incredible tool for companies to scale the sales of their standard products. Net retail eCommerce sales have reached $2 trillions in 2016, a number that is expected to double by 2020 [1]. However, only recently have some companies started disrupting the traditional retail industry by addressing individual customers&#39; needs through their eCommerce platform. ]]></description>
  <link>https://www.shapediver.com/blog/online-3d-configurators-6-use-cases</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/fcc44a5972/6.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Tue, Apr 25, 2017 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h4 id="ifor-the-past-twenty-years-ecommerce-has-been-an-incredible-tool-for-companies-to-scale-the-sales-of-their-standard-products-net-retail-ecommerce-sales-have-reached-2-trillions-in-2016-a-number-that-is-expected-to-double-by-2020-1-however-only-recently-have-some-companies-started-disrupting-the-traditional-retail-industry-by-addressing-individual-customers-needs-through-their-ecommerce-platform-i">
  <i>For the past twenty years, eCommerce has been an incredible tool for companies to scale the sales of their standard products. Net retail eCommerce sales have reached $2 trillions in 2016, a number that is expected to double by 2020 [1]. However, only recently have some companies started disrupting the traditional retail industry by addressing individual customers' needs through their eCommerce platform.</i>
</h4>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/F988D280-C5B4-5854-7587-45C9318E7916.png" loading="lazy" />
</figure>
<p>The ability to provide a scalable sales platform for custom products is called <b>mass customization</b>, and it essentially comes with two necessary elements: on the one hand, a product configuration interface for the customer and on the other hand a production and supply chain adapted to custom products. One doesn't go without the other: without a product configurator, a company can't present their products online exhaustively. On the other hand, on can't be price competitive without a streamlined manufacturing or supply process, with or without the right customer interface.</p>
<p>The following companies are all tackling mass customization by focusing on their <b>online user experience</b> through high-end product configurations.</p>
<h4 id="a-hrefhttp-wwwbikeconfigcom-bikeconfig-a">
  <a href="http://www.bikeconfig.com/" target="_blank">Bikeconfig</a>
</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/F27CE37E-3C2D-CCBC-B0CD-2E447F64CE05.png" loading="lazy" />
</figure>
<p>Bikes are a highly modular product that is naturally fit for mass customization. Configuring a bike amounts to picking individual parts and putting them together. Developed by Elementals Studio, Bikeconfig is an online 3D bike configurator allowing users to put together bikes from scratch using a database of existing parts by many different producers. Any bike shop can connect the configurator to the specific parts they sell and show their customers exactly what they can build for them.</p>
<h4 id="a-hrefhttps-wwwshoesofpreycom-shoes-of-prey-a">
  <a href="https://www.shoesofprey.com/" target="_blank">Shoes of Prey</a>
</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/522F2DEB-0F0A-365B-E98A-ADCDB33AE53F.png" loading="lazy" />
</figure>
<p>When it comes to shoe customization, Shoes of Prey immediately comes to mind. Their 3D configurator is not just a gadget, they see it as a way to challenge the traditional retail model. The company's chief creative officer Jodie Fox states ([2]) that <i>"it's not just something customers find interesting; it's now something they expect."</i>
</p>
<p>Shoes of Prey's website lets you play and personalize beautifully rendered shoes through a sleek interface that exploits the full potential of the 3d technology.</p>
<h4 id="a-hrefhttps-tylkocom-tylko-a">
  <a href="https://tylko.com/" target="_blank">Tylko</a>
</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/F81252E1-A2E4-35FE-6331-4F83073EB91D.png" loading="lazy" />
</figure>
<p>Tylko need little introduction in the field of mass customization. In a few years, the Polish startup carved a name for itself with its customizable shelf system. At the center of the Tylko experience lies a complete and flexible 3D configurator offering virtually endless options for shelves tailored to any living space.</p>
<p>
  <i>"The result is a product created by the designer yet adapted to the specific needs of the customer"</i> says co-founder Mikolaj Molenda [3]. Unlike configuring a bike or a pair of shoes, the size of each board of the tylko shelves is defined by the customer. This results in a unique set of plywood boards that need to be manufactured to these precise dimensions. As a consequence, the manufacturing process needs to accomodate the needs of customization (but this is a topic for another article). If you have any doubts regarding the future of mass customization, inverstors seem to disagree: the company just raised $3 million to develop their technology further and expand their range of products.
</p>
<h4 id="a-hrefhttps-wwwformbar-formbar-a">
  <a href="https://www.form.bar/" target="_blank">form.bar</a>
</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/096A64B4-4B37-41E8-FA3E-2BF4316B1100.png" loading="lazy" />
</figure>
<p>Escaping the fields of architecture and generative design, parametric modelling is making its way to product design, offering far more to configure than sizes and colors.
  <br />
</p>
<p>An early example is form.bar, a fully parametric shelves system. Form.bar uncovers the true power of parametric design: parameters are not merely functional, they actually allow each customer to <b>become a part of the design</b> and imprint it with their own style.</p>
<h4 id="a-hrefhttps-n-e-r-v-o-u-scom-cellcycle-nervous-system-a">
  <a href="https://n-e-r-v-o-u-s.com/cellCycle/" target="_blank">Nervous System</a>
</h4>
<figure>
  <img alt="" src="https://sduse1-assets.shapediver.com/images/blog/88E72F7B-F69C-6254-FDBA-09B1572B27DE.jpg" loading="lazy" />
</figure>
<p>Since the advent of 3D printing, generative design also made its way to jewelry, bringing its fascination for natural phenomena. <i>Cell Cycle</i> is a jewelry configurator inspired by microscopic cellular structures, by the design studio <i>nervous system</i>.</p>
<p>
  <i>"Instead of designing a specific form, we craft a system whose result is a myriad of distinct creations"</i> say the founders, Jessica Rosenkrantz and Jesse Louis-Rosenberg [4]. The personalized jewelry can then be 3D printed in the chosen material, from inexpensive nylon plastic to 14k gold. However, Jessica and Jesse insist that <i>"the value of our designs comes from an intelligent and beautiful marriage of form and function, not the current price of currency standards."</i>
</p>
<p>
  <a href="http://www.me-do.cl/en" target="_blank">ME-DO</a>
  <br />
</p>
<p>
  <iframe title="vimeo-player" src="https://player.vimeo.com/video/211442291?dnt=1" width="640" height="360" frameborder="0" allowfullscreen="" spellcheck="false"></iframe>
</p>
<p>Me-Do is the new innovation project developed jointly by Arauco (Chile) and Alpi (Italy), two specialists in wood manufacturing and processing. Me-do brings mass customization to high-end design. Not only can me-do pieces be customized up to the centimeter, but users can pick from a wide variety of veneering patterns to dress up their favorite chair, table or shelves.</p>
<p>Given the high level of complexity and the variety of designs, in-house development was out of the question for the company. ShapeDiver helped bring the project to life, from the online 3D configurator to the export of CNC data, ready for manufacturing.</p>
<p>
  <i>Visit our </i>
  <a href="https://www.shapediver.com/blog/www.shapediver.com/b2b" target="_blank">
    <i>B2B page</i>
  </a>
  <i> and get in touch if you need help for your project!</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep.2] – Daniel Abalde</title>
  <description><![CDATA[ Designers Corner is the place where ShapeDiver designers talk about their work. There is a story behind every model, and who better to tell the story than the designer himself? Our second episode introduces Dani Abalde, a jewelry designer working with bio-inspired algorithms. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-2</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/777acddf49/5.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Wed, Mar 22, 2017 12:00 AM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <h4 id="the-designer">The Designer</h4>
<p>Daniel Abalde is an artisan jeweler in training at the <a href="http://www.escuelatlantico.com/" target="_blank">Escuela Atlantico</a> in Vigo, Spain. But Daniel really considers himself an algorithmic designer. He is one of the few creators who both develop computational tools and later use these tools to create a design and eventually a product.</p>
<p>When he finished his jewelry degree, in 2014, he started to develop <a href="http://www.food4rhino.com/app/peacock" target="_blank">Peacock</a>, the jewelry plugin for Grasshopper. Daniel: "I did this after noticing that the conventional jewelry software I was taught did not have the potential that Grasshopper has."</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/4FE22820-E3B5-8073-2B4D-3E8696C22721.png" loading="lazy" />
  <figcaption class="text-center">Grasshopper plugins developed by Daniel.</figcaption>
</figure>
<p>Since then, the 26 year-old designer kept learning, while developing many other Grasshopper plugins like <a href="http://www.food4rhino.com/app/phyllomachine" target="_blank">PhylloMachine </a>and <a href="http://www.food4rhino.com/app/brick-box" target="_blank">Brickbox</a>. "I am passionate about bio-inspired algorithms" says Daniel, who also started to teach himself about artificial intelligence.
  <br />
</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/B6490F4F-0BAF-7F02-8FE7-BAA1FABC6A0B.png" loading="lazy" />
</figure>
<p>Daniel is the current Director of the Generative Jewelry Area at <a href="http://www.studioseed.net/" target="_blank">StudioSEED </a>in Barcelona, Spain. "Our idea is to bring algorithmic jewelry to the jewelry sector. We offer technical services (optimize processes, automate custom production, improve profitability...), we develop custom tools or custom designs and we offer specialized training in Grasshopper and Peacock, in parametric and generative jewelry. We will soon launch our design brand as well", Daniel says. "I'm really excited for what is to come!"</p>
<p>Ringpples is a parametric ring inspired by the propagation of concentric waves in water. Being an algorithmic designer, Daniel didn't seek to only replicate the aesthetics of the waves, he replicated their physical behaviour. "I work in a functional way, simulating [nature]'s processes and adjusting them to my own style as a designer. There is no inspiration here, but creative requirements. I wanted to look for a nice and simple piece with an interesting parametric spectrum."</p>
<p>Beyond his personal style, you sense Daniel's respect for the untouched design of nature itself. "I have tried to leave it as accurate and organic as possible," he says.</p>
<h3 id="parametric-models-online-and-the-future-of-jewelry-design">Parametric Models Online And The Future Of Jewelry Design</h3>
<p>Daniel emphasizes the importance of displaying a full parametric spectrum, and not a static model, which he calls "just a result". "Being able to share in the cloud a parametric design is fantastic! It makes the customer part of the design process." Daniel believes that by allowing the customer to participate in the design process, an emotional link is created, resulting in more satisfaction for the product.</p>
<p>"I have no doubt that such technological developments are the present and the future, especially for jewelry". In additional to the customer experience, Daniel evokes the potential of this data mine that allows to better understand the taste of the customers. "It benefits everyone".</p>
<p>However Daniel believes cloud-based parametric design is only a piece of the puzzle that makes up the fourth industrial revolution, along with algorithmic design, 3d printing and many more new technologies and paradigms.</p>
<p>"Allowing a designer to sell their parametric designs on their own website via an iframe, where the customer can rotate and modify it, is currently creating an advantage over competitors. For now, it is only in the hands of algorithmic designers, but the enormous amount of benefits it brings makes me think that relatively soon these types of technologies will become very popular."</p>
<p>
  <i>Peacock will be available soon on ShapeDiver, as well as many other plugins! Follow our </i>
  <a href="http://eepurl.com/cdcxLP" target="_blank">
    <i>newsletter </i>
  </a>
  <i>to stay updated.</i>
</p> ]]></content:encoded>
</item>
<item>
  <title>Designers Corner [Ep.1] – Elissa Ross</title>
  <description><![CDATA[ Designers Corner is the place where ShapeDiver designers talk about their work. There is a story behind every model, and who better to tell the story than the designer herself? Introducing the series is Elissa Ross, a mathematician fascinated by the tight relationship between science and art. ]]></description>
  <link>https://www.shapediver.com/blog/designers-corner-ep-1-elissa-ross</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/2c8dc167e5/3.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Sat, Sep 24, 2016 11:00 PM +0000</pubDate>
  <category><![CDATA[ Designer&#39;s Corner ]]></category>
  
  <content:encoded><![CDATA[ <p>I’m a geometer working as a consultant in the digital design industry. <a href="http://meshconsultants.ca/" target="_blank">MESH Consultants</a> is a small team of mathematicians, who work on all kinds of projects that involve both challenging geometry and computation.</p>
<p>We love to work on architecture projects, but we also do a lot of software development for everything from scientific simulation to apps related to 3D printing.</p>
<p>Sometimes we write code to help artists realize a particularly unusual geometric creation.</p>
<p>Physically we are situated in the <a href="http://www.fields.utoronto.ca/" target="_blank">Fields Institute for Research in the Mathematical Sciences,</a>which is a world class mathematical research centre in Toronto. MESH itself has an active research mandate, and we both conduct mathematical research and also absorb and incorporate new findings in mathematics into our work.</p>
<p>More <a href="http://elissaross.ca/" target="_blank">personally </a>I completed a PhD in discrete geometry focusing on the rigidity of periodic frameworks (you can think of this as a mechanism based on a periodic tiling).</p>
<p>My recent research is focused in the field of architectural geometry, and the surprisingly related topic of simulating crystal growth.</p>
<p>The non periodic zeolites model is really exciting for me because it is the first time I’ve really had a good representation of an idea that I’ve been thinking about for a couple of years.</p>
<p>A <b>non periodic</b> tiling is a tiling that does not have a repeating unit of symmetry. The Penrose tilings are probably the most well known example. These non periodic tilings have a very immediate visual fascination — even though they do not have a periodically symmetric structure, they do exhibit a high degree of self-similarity.</p>
<p>I think this tension between order and disorder is part of what makes these patterns so compelling, and indeed non periodic tilings have been used decoratively in architecture (see for instance the so-called “fractal facade” of the buildings in <a href="https://en.wikipedia.org/wiki/Federation_Square" target="_blank">Federation Square</a>, Melbourne).</p>
<p>
  <a href="http://www.iza-structure.org/databases/" target="_blank">Zeolites </a>on the other hand are actually a type of aluminosilicate mineral that have a curious structure at the atomic level. Looking at the pattern of silicon, aluminum and oxygen bonds, the molecular structure resembles a system of corner-sharing tetrahedra, with two tetrahedra at each corner.
</p>
<p>This opens up a host of interesting questions about the generation of these minerals: what are the range of structures we can create by simply linking together tetrahedra in this way? Are they rigid or flexible? Can we predict the properties of these theoretical zeolites, before synthesizing them chemically in the lab? Because of their underlying structure, real zeolites tend to be very ordered and regular. The question that I had was whether we could find a non periodic example of a zeolite. In two dimensions the problem is about corner-sharing triangles. The non periodic zeolite model in the GH definition is the first example of this type of arrangement that I am aware of.</p> ]]></content:encoded>
</item>
<item>
  <title>The Secret Life Of Parameters</title>
  <description><![CDATA[ There are different schools of thought when it comes to defining parametric design. By schools of thought, I mean ferocious armies fighting to death on a desolate battlefield. At this point, the only safe move in attempting a definition would be to go for the most conceptual one. Fortunately, it might also be a good vantage point for developing a healthy discussion on the topic. ]]></description>
  <link>https://www.shapediver.com/blog/the-secret-life-of-parameters</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/2bee1bb7dc/1.webp"></enclosure>
  <dc:creator><![CDATA[ Mathieu Huard ]]></dc:creator>
  <pubDate>Wed, Sep 7, 2016 11:00 PM +0000</pubDate>
  <category><![CDATA[ Diver&#39;s Log ]]></category>
  
  <content:encoded><![CDATA[ <h4 id="a-little-background">A Little Background</h4>
<p>There are different schools of thought when it comes to defining parametric design. By schools of thought, I mean ferocious armies fighting to death on a desolate battlefield. At this point, the only safe move in attempting a definition would be to go for the most conceptual one. Fortunately, it might also be a good vantage point for developing a healthy discussion on the topic.</p>
<p>Greg Lynn provides a satisfying answer in that regard: <i>The processional model of the subject as either the animating force or as the occupant of privileged points of view assumes that architecture is a static frame which intersects motion.</i> Lynn veers away from architecture as the cult of verticality, describing instead <i>unfolding structures of movement and temporal flow</i>. [1]</p>
<p>I like this definition, because it both precedes parametricism as a generalized practice, and at the same time affirms that architectural design had always been inherently parametric in nature, a nature that emerging CAD tools merely unearthed. Just like a four-dimensional cube is traditionally represented using a series of 3D projections (the Tesseract), Lynn formulates architectural iterations as mere slices of higher-dimensional spaces.</p>
<p>However, if architecture and design study inherently parametric forms, how does one define parametric design? Isn’t all design parametric? By contrast with traditional design, where shapes and structures are pulled out of the dark from higher-dimensional spaces, we could say that parametric design is the effective attempt to give a structure to those spaces, a temporal flow, in order to facilitate their exploration.</p>
<h4 id="a-state-of-confusion">A State Of Confusion</h4>
<p>When parametricism left the Eden-esque garden of conceptual ideas and pure mathematics, it felt very much like sharing a forbidden fruit pie. Entities having widely different meanings in the context of mathematical problems were aggregated under the name of “parameters” when the concept made its way to design practice.</p>
<figure>
  <ul>
    <li>
      <img src="https://assets.shapediver.com/uploads/2018/12/13FC675A-3478-D119-9052-BDD3254DD25A.jpg" loading="lazy" />
    </li>
    <li>
      <img src="https://assets.shapediver.com/uploads/2018/12/75BC57C4-DF07-E350-6350-C5877994DEE4-1024x680.jpg" loading="lazy" />
    </li>
  </ul>
</figure>
<p>Take Frei Otto’s seminal experiments with catenary curves or even Gaudi’s upside-down model for the Church of Colonia Guell. In both cases, gravity and a mirror make up a primitive analogue parametric model. The designer has direct control over a few parameters, most importantly the length of the strings and their anchoring locations in the roof or the adjacent strings. However, in Gaudi’s example, something as crucial as the height of the different arches is not a parameter. In this particular instance, the analogue nature of the process makes it easy to play with the length of the strings to achieve the desired height ; in most parametric systems, the task is far more complicated. Theoretically, it is possible to find the length of the arch from its height, but it means solving complex differential systems of equations. It is even worse for visual parametric languages, where the accumulation of nodes and their articulation replaces the mathematical function with a black box impossible to invert.</p>
<p>Too often, two fundamental properties of parametric systems in mathematics are neglected or even forgotten: the independence of parameters and their explicit influence on the system. Models that were meant to be built as functional, flexible systems have become so intricate that they can’t be properly explored anymore.
  <br />
</p>
<p>The need to control numerical and visual quantities resulting from complex definitions has given rise to the use of genetic and evolutionary solvers (e.g Galapagos). Such solvers are great in desperate situations, when problems are so complex that no inherent structure could be uncovered. In all other cases, evolutionary solvers are but a mere capitulation, when one is resigned to forfeit any structure and have a shot in the dark to try and reach for the desired solution.</p>
<p>Of course, from a practical point of view, an ideal parametric definition embeds every possible measurable quantity as a parameter. There are obvious practical benefits to this goal, but it comes at the expense of the basic coherence and continuity of the design space. In mathematical terms, it is equivalent to losing its manifold properties.</p>
<h4 id="exploring-the-design-space">Exploring The Design Space</h4>
<p>Patrik Schumacher breaks down the design process into two fundamental sub-processes: <i>the generation of alternative solution candidates and the selection of an alternative according to test results on the basis of posited evaluation/selection criteria. The overall rationality and effectiveness of a design process depends thus on two principally independent factors: its power to generate and its power to test/select. </i>[2]</p>
<p>We have discussed how the latter (power to test/select) is sometimes undermined by practical decisions. What about the generation of alternative solution candidates?</p>
<p>Surely this is not about exploring physical dimensions, or constraints-based parameters. By definition, any resulting piece of design needs to satisfy those criteria, and being able to fit them is more of an engineering problem than a design one. Remain the other parameters, which could be called subjective. This family of subjective parameters most closely match the semantics of mathematics, in the sense that the parameters of a problem are inputs that continuously generate a space of solutions. Since science leaves little room for subjectivity, they are either fixed empirically (the infamous “magic numbers”) or fed to an optimization process (see below).</p>
<figure>
  <img alt="" src="https://assets.shapediver.com/uploads/2018/12/269F9987-D4E8-4649-A69D-E3B70113ACEB.png" loading="lazy" />
</figure>
<p>Left: surface patch bounded by constrained lines of curvature with random parameters.
  <br />Right: same surface patch after minimization of a fitness function [3]</p>
<p>I believe this is what Schumacher means by “the power to generate”. Generate a space of solutions when every hard requirement is fulfilled. Those parameters are sometimes embarrassing in science, but in terms of parametric design, it is crucial they remain at the heart of the designer’s process. They are keeping the process organic.</p>
<p>It is also crucial that this space of parameters be structured and easily explorable. Parameters have to be defined with an intent, from the start. On the scale of architectural projects, the space is too vast to explore, and mathematical optimization is often used to reduce its dimension. However it is not sufficient, as Daniel Davis remarks: <i>One of the problems you have with optimization is that not everything is captured by the fitness function. You see this a lot in the work in the 1960s. At that time there was a lot of interest in optimizing floor plates and lots of that work failed. They were trying to work out the optimal walking distance between rooms. The algorithm failed because it couldn’t encapsulate the entire design space. They could find the optimum layout for walking but that wasn’t necessarily important in terms of architecture, or it wasn’t the only important factor in successful architecture. </i>[4]</p>
<p>A collaborative workflow will always see the need for a structured design space that one can naturally explore, even on a big scale. But it is maybe at a smaller scale, when a parametric model is not necessarily a complex articulation of different design paradigms, that the need for parameters carrying a design intent is most relevant. An intimate piece of design can be a self-contained entity, an object in more than three dimensions, where parameters become dimensions as crucial as the spatial ones. Then, exposing a parameter is not only about achieving omnipotent control. It is also creating an organic link between a person and an evolutive piece of design.</p>
<p>[1] Greg Lynn, <a href="http://courses.arch.ntua.gr/fsr/140262/animate_form.pdf" target="_blank">
    <i>Animate Form</i>
  </a>, 1999</p>
<p>[2] Patrick Schumacher, <a href="http://www.patrikschumacher.com/Texts/Design%20Parameters%20to%20Parametric%20Design.html" target="_blank">
    <i>Design parameters to parametric design</i>
  </a>, 2014</p>
<p>[3] Luc Biard et al., <a href="https://www.google.at/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;cad=rja&amp;uact=8&amp;ved=0ahUKEwjO-KmP85DPAhXNSxoKHfNKAoAQFggmMAE&amp;url=http%3A%2F%2Fciteseerx.ist.psu.edu%2Fviewdoc%2Fdownload%3Fdoi%3D10.1.1.156.2898%26rep%3Drep1%26type%3Dpdf&amp;usg=AFQjCNGhUS9Pvkta1_qIJim0wX_M59wrWg&amp;sig2=ZYAmp3jIraOKwnp8sHa93w" target="_blank">
    <i>Construction of rational surface patches bounded by lines of curvature</i>
  </a>, 2009</p>
<p>[4] Daniel Davis, <a href="http://www.danieldavis.com/a-history-of-parametric/" target="_blank">
    <i>A history of parametric</i>
  </a>, 2013</p> ]]></content:encoded>
</item>
<item>
  <title>What is Shapediver?</title>
  <description><![CDATA[ ShapeDiver is a web service for publishing parametric 3D data. It is run by ShapeDiver GmbH, a limited liability company registered in Vienna, Austria. ]]></description>
  <link>https://www.shapediver.com/blog/about</link>
  <enclosure url="https://assets.shapediver.com/img_sb_mig/1600x0/filters:format(webp)/f/92524/1423x870/2bee1bb7dc/1.webp"></enclosure>
  <dc:creator><![CDATA[ ShapeDiver ]]></dc:creator>
  <pubDate>Thu, Jun 16, 2016 12:00 AM +0000</pubDate>
  <category><![CDATA[ Inside ShapeDiver ]]></category>
  
  <content:encoded><![CDATA[ <h3 id="welcome">Welcome!</h3>
<p>ShapeDiver is a web <b>service</b> for publishing <b>parametric</b>
  <b>3D</b> data. It is run by ShapeDiver GmbH, a limited liability company registered in <b>Vienna, Austria.</b>
</p>
<p>Alexander Schiftner, Mathias Höbinger and Mathieu Huard founded it back in 2015.</p>
<p>Our motivation is to <b>bring parametric modeling to the web</b>, and to make it smooth, convenient and exciting as an experience for both designers and viewers. We want to offer the <b>flexibility</b> of <b>mass customization</b> to every company, big or small, via a simple web browser.</p>
<p>Our responsibility is to do it in a way that <b>respects</b> every <b>designer’s</b> needs and concerns, be it regarding intellectual <b>property rights</b>, data security, <b>privacy</b> or any other issue that concerns you when you think about the idea of <b>uploading</b> your precious work <b>to the cloud</b>.</p>
<p>While you can rest assured that we have put a lot of effort into getting these things right, <b>we are a young startup</b> and we’re eager to learn about your expectations towards our service. So please be outspoken about your concerns, feel free to <b>ask any question</b> that bugs you on our forum, or send us an email. We aim to be just as open about our plans, ideas and development goals, so if you’re interested in where this is going we invite you to pass by this <a href="https://www.shapediver.com/blog" target="_blank">Diver’s Log</a> from time to time.</p>
<p>And while we plan to discuss any major subject in plain english in either the <a href="https://faq.shapediver.com/" target="_blank">FAQ</a> or our <a href="https://www.shapediver.com/blog" target="_blank">Diver’s Log</a>, please make sure you <b>read</b> and <b>understand</b> our <a href="https://www.shapediver.com/terms" target="_blank">Terms of Service</a> – and, again, let us know if you have any questions about it.</p>
<p>Above all, <b>enjoy ShapeDiver!</b> Explore, experiment and test it in any way you can think of. <b>Let your creativity run free</b> and get inspired to do things with it that we couldn’t even imagine when we built the technology.</p>
<p>We’re really <b>excited</b> to see what happens next.</p>
<p>Happy diving!</p> ]]></content:encoded>
</item>
</channel>
</rss>