Most Subscriptions

Dynamo — Robot Structural Analysis

import clr clr.AddReference('RobotOM') from RobotOM import * app = RobotApplicationClass() project = app.Project structure = project.Structure node = structure.Nodes.Create(2,3,0) node.Label = "MyNode" Create bar between node 1 and new node bar = structure.Bars.Create(1, node.Label) bar.SetLabel("MyBar") bar.SectionName = "HEB200" Run analysis app.Project.CalcEngine.Run() Get displacement at node 1 disp = structure.Results.Nodes.Displacement(1, 1) # 1st node, 1st case print("UX = ", disp.X)

import clr clr.AddReference('RobotOM') from RobotOM import * app = RobotApplicationClass() project = app.Project structure = project.Structure node = structure.Nodes.Create(2,3,0) node.Label = "MyNode" Create bar between node 1 and new node bar = structure.Bars.Create(1, node.Label) bar.SetLabel("MyBar") bar.SectionName = "HEB200" Run analysis app.Project.CalcEngine.Run() Get displacement at node 1 disp = structure.Results.Nodes.Displacement(1, 1) # 1st node, 1st case print("UX = ", disp.X)

For Creators

Submit Post


You need to login to submit your post.
Upload External Link
Supports: *.mp4, *.m4v, *.webm, *.ogv. Maximum upload file size: 10mb
Drag and drop video/audio file to upload
Upload External Link
Preview/Demo File Upload
Drag and drop video/audio file to upload
Supports: *.png, *.jpg, *.gif, *.jpeg. Maximum upload file size: 5mb
For Streamers

Live Streaming


You need to login to create a stream.Failed to Connect to Streaming Server.
Supports: *.png, *.jpg, *.gif, *.jpeg. Maximum upload file size: 3mb
Add your stream to a category so viewers can find it more easily.