Cannot name face

Kevin
✭✭
in RobotStudio
This works OK when a body is selected:[CODE]private void SelectionChanged(object sender, GraphicPickEventArgs e)
// This method executes when an object is selected in the graphics pane
{
Body body = e.PickedObject as Body;
if (body != null)
{
body.Name = "body_1";
}
}[/CODE] ... but 'face.Name = "face_1";' fails with a fatal error when a face is selected:[CODE]private void SelectionChanged(object sender, GraphicPickEventArgs e)
// This method executes when an object is selected in the graphics pane
{
Face face = e.PickedObject as Face;
if (face != null)
{
face.Name = "face_1";
}
}[/CODE]
How do I name a face?
Thanks,
Kevin
// This method executes when an object is selected in the graphics pane
{
Body body = e.PickedObject as Body;
if (body != null)
{
body.Name = "body_1";
}
}[/CODE] ... but 'face.Name = "face_1";' fails with a fatal error when a face is selected:[CODE]private void SelectionChanged(object sender, GraphicPickEventArgs e)
// This method executes when an object is selected in the graphics pane
{
Face face = e.PickedObject as Face;
if (face != null)
{
face.Name = "face_1";
}
}[/CODE]
How do I name a face?
Thanks,
Kevin
0
Comments
-
Hi Kevin,
Faces cannot be named.
regards,
Johannes
Johannes Weiman
Software Engineer
ABB Robotics0 -
Thanks Johannes,
I will have to make a dictionary of faces and names as a workaround.
Regards,
Kevin
0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 20 Tutorials
- 15 RobotApps
- 303 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 353 IRC5
- 74 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 849 RAPID Programming
- 24 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 110 Collaborative Robots
- 5 Job listings