Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Any idéas?
Solved! Go to Solution.
Any idéas?
Solved! Go to Solution.
Really ?
Try this code:
Set RobApp = New RobotApplication
Dim RC As RobotStructureCache
Set RC = RobApp.Project.Structure.CreateCache
For I = 1 To 1001
RC.AddNode I, I * 10, 0, 0
Next I
For I = 1 To 1000
RC.AddBar I, I, I + 1, "IPE 100", "STEEL"
Next I
RobApp.Project.Structure.ApplyCache RC
RobApp.Project.ViewMngr.Refresh

Same problem, a lot of nodes, but no bars.

Something was wrong with my template from 2015...