CircularMotion Class

Circular motion definition.
Public Class CircularMotion 
Inherits Motion
This language is not supported or no code example is available.
public class CircularMotion : Motion
This language is not supported or no code example is available.
Name Description
Public property Angle Gets or sets arc angle.
Public property Approach Gets or sets the approach type. (inherited from Motion).
Public property Code Gets or sets G code. (inherited from Motion).
Public property CodeLine Gets or sets code line. (inherited from Motion).
Public property EndPoint Gets the motion end point.
Public property Feed Get or sets feed rate. (inherited from Motion).
Public property Plane Gets or sets arc plane.
Public property Radius Gets or sets arc radius.
Public property Speed Gets or sets spindle speed. (inherited from Motion).
Public property StartPoint Gets the motion start point.
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this linear motion.
Public method ConvertToSurrogate()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Length() Gets the circular motion length
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Returns a string that represents the current object.
Top
devDept.Eyeshot.Entities.Toolpath.CircularMotion

.NET Framework

Supported in: 4.8

In this article

Definition