Plantura Magazine: Everything about gardening
Robot Structural Analysis Api (2025-2026)
// Create bars (steel section HEA200) structure.Bars.Create(1, 1, 2); // column left structure.Bars.Create(2, 2, 3); // beam structure.Bars.Create(3, 3, 4); // column right
// Assign supports (fixed) IRobotSupport support = structure.Supports.Create(1, IRobotSupportType.I_ST_FIXED); structure.Nodes.Get(1).Support = support; structure.Nodes.Get(2).Support = support; // actually second node, but let's fix both columns bottom robot structural analysis api
// Create nodes IRobotNode node1 = structure.Nodes.Create(1, 0, 0, 0); IRobotNode node2 = structure.Nodes.Create(2, 5, 0, 0); IRobotNode node3 = structure.Nodes.Create(3, 5, 4, 0); IRobotNode node4 = structure.Nodes.Create(4, 0, 4, 0); // Create bars (steel section HEA200) structure
// Run linear analysis IRobotAnalysis analysis = app.Project.Analysis; analysis.Case = 1; analysis.Analyze(); // column left structure.Bars.Create(2
{"products":[{"handle":"all-purpose-plant-food-1-5-kg","campaignInfo":""},{"handle":"autumn-lawn-feed-10-5-kg","campaignInfo":""},{"handle":"autumn-lawn-feed-3-kg","campaignInfo":""},{"handle":"box-tree-moth-trap","campaignInfo":""},{"handle":"box-tree-moth-trap-refill","campaignInfo":""},{"handle":"clothes-moth-traps","campaignInfo":""},{"handle":"drought-resistant-lawn-seed-2-kg","campaignInfo":""},{"handle":"flower-food-1-5-kg","campaignInfo":""},{"handle":"hard-wearing-lawn-seed-2-kg","campaignInfo":""},{"handle":"hydrangea-food-1-5-kg","campaignInfo":""},{"handle":"lawn-feed-10-5-kg","campaignInfo":""},{"handle":"lawn-feed-3-kg","campaignInfo":""},{"handle":"lawn-overseeding-mix-2-kg","campaignInfo":""},{"handle":"lawn-overseeding-mix-1kg","campaignInfo":""},{"handle":"lawn-repair-mix-1-5-kg","campaignInfo":""},{"handle":"liquid-citrus-food-800-ml","campaignInfo":""},{"handle":"liquid-flower-food-800-ml","campaignInfo":""},{"handle":"liquid-houseplant-food-800-ml","campaignInfo":""},{"handle":"liquid-tomato-food-800-ml","campaignInfo":""},{"handle":"mini-wasps-against-clothes-moths","campaignInfo":""},{"handle":"mini-wasps-against-pantry-moths","campaignInfo":""},{"handle":"organic-all-purpose-compost-40-l","campaignInfo":""},{"handle":"organic-enriched-compost-40-l","campaignInfo":""},{"handle":"organic-ericaceous-compost-40-l","campaignInfo":""},{"handle":"organic-flower-compost-40-l","campaignInfo":""},{"handle":"organic-herb-seedling-compost-20-l","campaignInfo":""},{"handle":"organic-lawn-compost-40-l","campaignInfo":""},{"handle":"organic-tomato-vegetable-compost-40-l","campaignInfo":""},{"handle":"pantry-moth-traps","campaignInfo":""},{"handle":"plantable-calendar","campaignInfo":"gifts"},{"handle":"book-regrow-your-veggies","campaignInfo":""},{"handle":"rose-food-1-5-kg","campaignInfo":""},{"handle":"shady-lawn-seed-2-kg","campaignInfo":""},{"handle":"tomato-food-1-5-kg","campaignInfo":""},{"handle":"yellow-sticky-traps","campaignInfo":""}]}