Class KinematicAxisBuilder
Inheritance
System.Object
System.MarshalByRefObject
KinematicAxisBuilder
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
Syntax
public class KinematicAxisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
KinematicAxisBuilder()
Declaration
protected KinematicAxisBuilder()
Properties
CoarsePrecision
Declaration
public double CoarsePrecision { get; set; }
Property Value
Type |
Description |
System.Double |
|
Direction
Declaration
public KinematicAxisBuilder.AxisDirectionType Direction { get; set; }
Property Value
FinePrecision
Declaration
public double FinePrecision { get; set; }
Property Value
Type |
Description |
System.Double |
|
InitialValue
Declaration
public double InitialValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
JerkLimit
Declaration
public double JerkLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
JumpVelocity
Declaration
public double JumpVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Junction
Declaration
public KinematicJunction Junction { get; set; }
Property Value
Kv
Declaration
public double Kv { get; set; }
Property Value
Type |
Description |
System.Double |
|
Limit
Declaration
[Obsolete("Deprecated in NX9.0.3. Use SIM.KinematicAxisBuilder.AxisMotionType instead.")]
public bool Limit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowerLimit
Declaration
public double LowerLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
LowerSoftLimit
Declaration
public double LowerSoftLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxAcceleration
Declaration
public double MaxAcceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxDeceleration
Declaration
public double MaxDeceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumVelocity
Declaration
public double MaximumVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Number
Declaration
public int Number { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public KinematicAxisBuilder.AxisMotionType Type { get; set; }
Property Value
UpperLimit
Declaration
public double UpperLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
UpperSoftLimit
Declaration
public double UpperSoftLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink