Class MotionProfileBuilder
Inheritance
MotionProfileBuilder
Assembly: NXOpen.dll
Syntax
public class MotionProfileBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MotionProfileBuilder()
Declaration
protected MotionProfileBuilder()
Properties
CyclicType
Declaration
public MotionProfileBuilder.ProfileCyclicType CyclicType { get; set; }
Property Value
IsForElecCam
Declaration
public bool IsForElecCam { get; set; }
Property Value
MasterMaximum
Declaration
public Expression MasterMaximum { get; }
Property Value
MasterMinimum
Declaration
public Expression MasterMinimum { get; }
Property Value
MasterUnit
Declaration
public MotionProfileBuilder.MasterValueUnit MasterUnit { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SlaveMaximum
Declaration
public Expression SlaveMaximum { get; }
Property Value
SlaveMinimum
Declaration
public Expression SlaveMinimum { get; }
Property Value
SlaveUnit
Declaration
public MotionProfileBuilder.SlaveValueUnit SlaveUnit { get; set; }
Property Value
Methods
AddElement(NXObject, string, double, double, double, double, double, double, bool, bool, bool)
Declaration
public void AddElement(NXObject part, string name, double masterPos, double slavePos, double vin, double vout, double ain, double aout, bool vinEqVout, bool ainEqAout, bool constantSpeed)
Parameters
ClearElements()
Declaration
public void ClearElements()
Implements
System.Runtime.Remoting.Messaging.IMessageSink