.jpg?sfvrsn=3ad09b0a_1)
How to change collision set with a smart component?

EricH
✭
in RobotStudio
I want to update a collision set with a smart component. Is that somehow possible?
Tagged:
0
Answers
-
// Index through the collision sets in a station
for (int i = 0; i < station.CollisionSets.Count; i++)
{
// We make a change to the collision set
station.CollisionSets[i].Name = "Changed Name";
}
OR
station.CollisionSets.First(x => x.DisplayName == "SpecificName").CollisionColor = Color.Black;0 -
This is via SDK right?
0
Categories
- 10.4K All Categories
- 5.3K RobotStudio
- 346 UpFeed
- 15 Tutorials
- 8 RobotApps
- 281 PowerPacs
- 404 RobotStudio S4
- 1.7K Developer Tools
- 238 ScreenMaker
- 2.6K Robot Controller
- 246 IRC5
- 36 OmniCore
- 6 RCS (Realistic Controller Simulation)
- 3 RobotStudio AR Viewer
- 691 RAPID Programming
- 14 Wizard Easy Programming
- 101 Collaborative Robots
- 3 Job listings