Cadwork Api ((install)) Official

Every element in cadwork has attributes (e.g., material, cross-section, machining code, assembly priority). The API allows batch reading and writing of these attributes. For example, you can loop through 5,000 studs and change their material from SPF to GL24h in under a second.

Do you have a specific cadwork automation problem? A joint that takes too long to place? A report that is a nightmare to compile? Drop your use case in the comments below, and we might write the script for you. cadwork api

// Set Group Attribute element.setAttribute(5, "Level_01"); // Attribute 5 might be "Group" Every element in cadwork has attributes (e