Class UserDefinedMotionBuilder
Inheritance
System.Object
System.MarshalByRefObject
UserDefinedMotionBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
public class UserDefinedMotionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected UserDefinedMotionBuilder()
Properties
Declaration
public string ExportMotion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ImportMotion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public UserDefinedMotionBuilder.LinearCurveTypes LinearCurveType { get; set; }
Property Value
Declaration
public Direction LinearMotionVector { get; set; }
Property Value
MotionBody
Declaration
public SelectDisplayableObjectList MotionBody { get; }
Property Value
Declaration
public string MotionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public UserDefinedMotionBuilder.MotionTypes MotionType { get; set; }
Property Value
Declaration
public double MoveDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double PressStartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double PressStopAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ReturnStartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ReturnStopAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public UserDefinedMotionBuilder.RotaryCurveTypes RotaryCurveType { get; set; }
Property Value
Declaration
public Axis RotaryMotionAxis { get; set; }
Property Value
Declaration
public double RotationAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool UseControlData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public void DeleteUserDefinedMotion(string motionName)
Parameters
Type |
Name |
Description |
System.String |
motionName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink