Class BushingBuilder
Inheritance
System.Object
System.MarshalByRefObject
BushingBuilder
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)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class BushingBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
BushingBuilder()
Declaration
protected BushingBuilder()
Properties
BushingActuatorCoefficients
Declaration
public BushingActuatorCoefficients BushingActuatorCoefficients { get; }
Property Value
Type | Description |
---|---|
BushingActuatorCoefficients |
BushingCoefficients
Declaration
[Obsolete("Deprecated in NX12.0.0. Obtain the coefficients using Motion.BushingBuilder.BushingStiffnessCoefficients, Motion.BushingBuilder.BushingDampingCoefficients and Motion.BushingBuilder.BushingActuatorCoefficients to query or edit it.")]
public BushingCoefficients BushingCoefficients { get; }
Property Value
Type | Description |
---|---|
BushingCoefficients |
BushingDampingCoefficients
Declaration
public BushingDampingCoefficients BushingDampingCoefficients { get; }
Property Value
Type | Description |
---|---|
BushingDampingCoefficients |
BushingDefine
Declaration
public BushingDefine BushingDefine { get; }
Property Value
Type | Description |
---|---|
BushingDefine |
BushingStiffnessCoefficients
Declaration
public BushingStiffnessCoefficients BushingStiffnessCoefficients { get; }
Property Value
Type | Description |
---|---|
BushingStiffnessCoefficients |
BushingType
Declaration
public BushingBuilder.BushingTypes BushingType { get; set; }
Property Value
Type | Description |
---|---|
BushingBuilder.BushingTypes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink