Template – Load and size calculator for Lifting tables

Picking the right size and load capacity for your lifting table is hard. The customer know what to lift while the manufacturer knows what is required to make a stable and safe liftable work table. Having online product configurators will help the customer to fill out what they know and let the rules calculate whats the optimal solution to quote.

We have created a basic starting template for lifting tables that you can use to get started in the right direction.

This template is also good for explaining the difference between user inputs and configuration rules and formulas.

Generating STEP-files from online CAD geometry

Would you like to develop a online CAD configurators that automatically exports STEP-files of your assemblies?

The CAD visualization in DynaMaker can be exported as step in two main ways:

  • Lightweight direct export of everything you see as Step AP242 (read in the step export section of docs.dynamaker.com)
  • Original file STEP export by swapping of lightweight 3D files with original STEP files via REST API (read about our Design Automation plugin in docs.dynamaker.com)

How to use 3D visualization files (.stp, .gltf and .stl) in your online CAD configurator

Do you already have your own 2D & 3D files? Then it’s very easy to reuse them in DynaMaker without remodeling them again. If there are parts in your product that remain unchanged regardless of the configuration (“static”), you can reuse your 2D & 3D files in DynaMaker for them, so that you can focus on parametric parts and others in your DynaMaker application. Learn more about this!

Develop a CAD configurator for the web

When working with an all-in-one cloud service like DynaMaker you can pretty much follow these 10-steps to develop your first CAD configurator for web, e-commerce or CPQ. All the technical aspects can be found on docs.dynamaker.com or by a discussion with our support team. The hardest part is usually doing things in the right order.