<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
3 comments
That's a lot! But this might get you started with at least some of it
https://youtu.be/mRb3L2emPI0?si=5L19Gi3_pyYiObck
Apologies! In retrospect, yes it’s a lot to ask.
Great video, and very helpful. Thankyou. I guess my main question is how to get this data into a 2D orthographic format for use in CAD for design purposes?
Mike Langford
This week's five minute Friday video *might* just have what you need. It certainly has the ability to allow exports to a variety of formats as you can see below
Check out the video here: https://youtu.be/F0Xtwa3YObI
Please sign in to leave a comment.