CAD tool to embed in web site

Several announcements for new users.
sashndoor
Posts: 1
Joined: Tue Apr 19, 2022 8:33 pm
Answers: 0
x 1

CAD tool to embed in web site

Unread post by sashndoor »

Hello!

I am hoping you may be able to point me in the right direction. I am the programmer at a small, custom wood shop that builds traditional wooden windows and doors. We are attempting to rebuild our site and want to add a more dynamic element to the door design section. I want to embed a CAD tool in our web site that will re-draw our door designs based on the dimensions that our customers enter into fields on the page. In time I hope to convert our whole library of designs to this approach. I have beginner level design skills, which will improve with work, but I am intimidated by the sheer number of CAD tools out in the marketplace! Would you be kind enough to give me some ideas of products that I could load into a web server, might have an API, or other method of receiving variable input for existing templates and that can be programmatically triggered to re-render an image?

ie. Single panel door (template ID=123), height=80", width=36", panel=glass ->GO (grab new .jpg/.png/.pdf from output and present to visitor's screen)

I apologize for very probably using the wrong lingo! I am deeply appreciative of your experience and time taken to read this.

Sincerely,
Scott Campbell
Restoration Sash & Door
User avatar
zwei
Posts: 701
Joined: Mon Mar 15, 2021 9:17 pm
Answers: 18
Location: Malaysia
x 185
x 599

Re: CAD tool to embed in web site

Unread post by zwei »

If you are just looking for embedding 3D model... Cadenas might be an option (it was used by some of the supplier site that i commonly visit)

https://www.cadenas.de/news/en/reader/i ... ur-website

Example of site using cadenas:
Bossard
https://bossard.partcommunity.com/3d-ca ... &cwid=0576
Far too many items in the world are designed, constructed and foisted upon us with no understanding-or even care-for how we will use them.
User avatar
DennisD
Posts: 682
Joined: Fri Mar 12, 2021 10:04 am
Answers: 1
Location: Near Jacksonville, FL
x 991
x 1428

Re: CAD tool to embed in web site

Unread post by DennisD »

You might also consider using DriveWorks and have the customers enter dimensions in a table that drives the models.
Brick walls are there for a reason. The brick walls aren't there to keep us out. The brick walls are there to show us how badly we want things.
- - -Randy Pausch
sashndoor
Posts: 1
Joined: Tue Apr 19, 2022 8:33 pm
Answers: 0
x 1

Re: CAD tool to embed in web site

Unread post by sashndoor »

Thank you, both! Your suggestions were perfect! You pointed me in the right direction to learn the terms 'CPQ' (Configure/Price/Quote) and '3D Configurator', which then led me to lots of similar products and related comparison web sites. My first instinct when approaching this project was to host the 3D rendering and then code the 'configure/price' logic myself, instead of outsourcing the hosting and logic layer to a provider. But that was before I learned so much. Your suggestions ultimately pointed me to a DIY platform called Verge3D, which sits on top of a local installation of Autodesk, Blender, or Maya and acts as a web-intermediary, communicating with the underlying rendering. Have you ever seen someone struggle through the 'build it' vs. 'buy it' analysis for a web 3D project? I am curious how they have turned out.

Thanks again for your generous attention!
-Scott
Post Reply