Click or drag to resize
SweepOptions Class
Provides options for Body.Sweep and Body.Extrude.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsSweepOptions

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class SweepOptions

The SweepOptions type exposes the following members.

Constructors
  NameDescription
Public methodSweepOptions
Create a new SweepOptions object with default settings.
Top
Properties
  NameDescription
Public propertyCode exampleMakeSolid
If true the sweep will create a solid body. If false the sweep will create a sheet body.
Public propertySteps
Specifies to convert a circular sweep path into the specified number of linear segments.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also