Class SpringDamper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class SpringDamper : AxisConstraint
Constructors
SpringDamper(IntPtr)
Declaration
protected SpringDamper(IntPtr pItem)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | pItem |
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Axis
Declaration
public AxisJoint Axis { get; set; }
Property Value
Type | Description |
---|---|
AxisJoint |
Damping
Declaration
public double Damping { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RelaxedPosition
Declaration
public double RelaxedPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpringConstant
Declaration
public double SpringConstant { get; set; }
Property Value
Type | Description |
---|---|
System.Double |