Class UserDefinedMotionBuilder
Inheritance
UserDefinedMotionBuilder
Assembly: NXOpen.dll
public class UserDefinedMotionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected UserDefinedMotionBuilder()
Properties
Declaration
public string AssemblyComponentName { get; set; }
Property Value
Declaration
public bool CreateKinematicComponent { get; set; }
Property Value
Declaration
public string ExportMotion { get; set; }
Property Value
Declaration
public string ImportMotion { get; set; }
Property Value
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
Declaration
public UserDefinedMotionBuilder.MotionTypes MotionType { get; set; }
Property Value
Declaration
public double MoveDistance { get; set; }
Property Value
Declaration
public double PressStartAngle { get; set; }
Property Value
Declaration
public double PressStopAngle { get; set; }
Property Value
Declaration
public double ReturnStartAngle { get; set; }
Property Value
Declaration
public double ReturnStopAngle { get; set; }
Property Value
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
Declaration
public bool UseControlData { get; set; }
Property Value
Methods
Declaration
public void DeleteUserDefinedMotion(string motionName)
Parameters
Type |
Name |
Description |
string |
motionName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink