Click or drag to resize
FaceType Enumeration
Specifies the type of a Face. A face can be either represented analytically by a simple equation, or a parametric spline.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum FaceType
Members
  Member nameValueDescription
Planar0 The face is planar.
Cylindrical1 The face is cylindrical.
Conical2 The face is conical.
Spherical3 The face is spherical.
Toroidal4 The face is toroidal.
Spline5 The face is specified by parametric spline.
Unknown6 The type of face is unknown.
Version Information

Supported in: 1.0.0.0
See Also