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.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 310 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 786 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings