Click or drag to resize
BodyPrimitiveType Enumeration
Represents the type of primitive for a body that was created by a method such as CreateSolidBox(Matrix4, Vector3).

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 BodyPrimitiveType
Members
  Member nameValueDescription
Unknown0 The shape of the body is unknown.
Box1 The body is a cuboid.
Cylinder2 The body is a cylinder.
Sphere3 The body is a sphere.
Capsule4 The body is a capsule.
Version Information

Supported in: 1.0.0.0
See Also