Class FlexDamping
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)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class FlexDamping : TaggedObject, IMessageSink
Constructors
FlexDamping()
Declaration
protected FlexDamping()
Properties
HystereticDampingExpression
Declaration
public Expression HystereticDampingExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
HystereticDampingFunction
Declaration
public Function HystereticDampingFunction { get; set; }
Property Value
Type | Description |
---|---|
Function |
HystereticDampingProfile
Declaration
public SelectFieldData HystereticDampingProfile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
HystereticDampingType
Declaration
public FlexDamping.DampingType HystereticDampingType { get; }
Property Value
Type | Description |
---|---|
FlexDamping.DampingType |
ViscousDampingExpression
Declaration
public Expression ViscousDampingExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
ViscousDampingFunction
Declaration
public Function ViscousDampingFunction { get; set; }
Property Value
Type | Description |
---|---|
Function |
ViscousDampingProfile
Declaration
public SelectFieldData ViscousDampingProfile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
ViscousDampingType
Declaration
public FlexDamping.DampingType ViscousDampingType { get; }
Property Value
Type | Description |
---|---|
FlexDamping.DampingType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink