AF Userday WP img crop

User Webinar Series 2025

We have loved running our user webinar series – we did it for the first time last year, and we are excited to bring our user webinar series back for 2025. Our first one ran in February, and we have dates set for May, September, and December.

What is a user webinar?

✅ Short condensed ArchiFrame tutorial on a specific workflow, process etc
✅ Users get to vote on their favourite topic
✅ You can ask questions and get live feedback on projects
✅ Busy then? Watch it on catch-up!

February User Webinar: Customizing ID Numbering for Planks

Our first webinar of the year was a pretty technical one. Watch the video below to get some details on how you can customize your planks and make your ArchiFrame environment more suited to your specific workflows.

The code snippet to be copy & pasted into your ArchiFrameElementsChanges just after tag <scripts>:

   <!-- Scripts used many times -->
      <scripts>
                <script merge="addpre" id="renum_by_role_own">
                    <![CDATA[
-- Loaded once per element, called for each plank current plank opened already
-- Returns table having optional fields:
-- idpre  To be added before ID
-- idpost To be added after ID
-- For both, the special characters:
-- !, will not be visible
-- #num, useful for idpre - will define the starting number for the planks (not visible either)
-- =, as the first character will set the idpre as it is to the target
function GetPlankRenumData()
  local s, t, res
 
  t={}
  s=ac_objectget("iElemGroup")
 
  res="#1"
  if string.match(s, "^vertical_x.*") then
    res="#200"
  elseif string.match(s, "^vertical.*") then
    t.idpre="#100"
    t.idpost=" ST"
       
    if string.match(s, "^vertical_y.*") then
          -- Distinguish between vertical_y and vertical_spacing
      t.idpre="#150"
        end
       
        -- Check if it is a standard stud with length 2501
        local info = af_request("plankinfo")
        if info and math.abs(info.len - 2.501) < 0.0005 then
          -- Length matches, may not contain any cuts. No cuts if iMc has just one (empty) row. It always has at least one row.
            if ac_objectget("iMc", -1) == 1 and ac_objectget("iMc", 1, 1) == 0 then
        t.idpre="=ST2501"
            end
        end
       
    return t
  elseif string.match(s, "^lintel.*") then
    res="#250"
  elseif string.match(s, "^bottom_force.*") or string.match(s, "^2ndbottom_force.*") then
    res="#300"
  elseif string.match(s, "^top_force.*") or string.match(s, "^2ndtop_force.*") then
    res="#400"
  elseif string.match(s, "^nogging.*") then
    res="#500"
  end

  t.idpre=res
  return t
end
]]>
                </script>
            </scripts>

May User Webinar: Deep Dive Into Mysterious Framing & Boarding Rules

We continued our webinar series in 2025 with another technical one, this time looking at framing and boarding strategies.

You can watch the video below or on our YouTube channel:

Link to the file mentioned in the presentation:

https://www.dropbox.com/scl/fi/pyklxf1smzqpho4n1v58x/AF-BoardinAndFramingRulesWebinar-2025-05-08.zip?rlkey=lkw39gkjbolkz3jiknh3g9om9&e=1&st=nw6vuo2l&dl=0

September User Webinar: Mastering V-Cut: A User Experience Session with Marius of Støren Treindustri

This insightful session dove into how one of Norway’s leading timber manufacturers is using ArchiFrame’s V-Cut features to improve project precision, streamline workflows, and stay ahead in a competitive industry.

Marius Indrestrand works in Construction & Project Planning at Støren Treindustri, where he plays a key role in bringing digital tools and production methods together. With hands-on experience in both planning and production, Marius offers a unique perspective on how ArchiFrame’s powerful features translate into real-world efficiency.

What we covered:

  • How Støren Treindustri uses V-Cut tools in ArchiFrame for detailed timber element planning
  • Practical tips for integrating V-Cut into your production workflow
  • Lessons learned and challenges faced during implementation.

December User Webinar: Speedy ArchiFrame Hacks with Jan Frode Nilsen

The date is set for 4th December 2025. Register to join our December event, our last user webinar of 2025 where we will be joined by Jan Frode Nilsen from Lindal Modul to will share his speedy ArchiFrame hacks. Jan Frode is an ArchiFrame super user, and he will be going through cool ways in which you can speed up your ArchiFrame processes. 

Sign up for the event here: https://events.teams.microsoft.com/event/e802a203-d999-4584-82f8-efcedd790f7e@3354a013-5cdf-410f-bd52-c1a285303739

Share this post