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 Code Gets or sets G code. (inherited from Motion).
Public property CodeLine Gets or sets code line. (inherited from Motion).
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).
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this linear motion.
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).
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.5, 4.6, 4.7

In this article

Definition