Class DamperBuilder
Inheritance
System.Object
System.MarshalByRefObject
DamperBuilder
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 DamperBuilder : ConnectorBuilder, IMessageSink, IComponentBuilder
Constructors
DamperBuilder()
Declaration
protected DamperBuilder()
Properties
CoefficientCurveProfile
Declaration
public SelectFieldData CoefficientCurveProfile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
CoefficientExpression
Declaration
public Expression CoefficientExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
CoefficientFunction
Declaration
public Function CoefficientFunction { get; set; }
Property Value
Type | Description |
---|---|
Function |
CoefficientType
Declaration
public ConnectorCoefficientTypes CoefficientType { get; set; }
Property Value
Type | Description |
---|---|
ConnectorCoefficientTypes |
DamperAppDirection
Declaration
public ConnectorBuilder.ApplicationDirection DamperAppDirection { get; set; }
Property Value
Type | Description |
---|---|
ConnectorBuilder.ApplicationDirection |
DamperCustomizedSolver
Declaration
public bool DamperCustomizedSolver { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TorsionalCoefficientExpression
Declaration
public Expression TorsionalCoefficientExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink