Class NormalModeProperty
Inheritance
System.Object
System.MarshalByRefObject
NormalModeProperty
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 NormalModeProperty : NXObject, IMessageSink, INXObject
Constructors
NormalModeProperty()
Declaration
protected NormalModeProperty()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Frequency
Declaration
public double Frequency { get; }
Property Value
Type |
Description |
System.Double |
|
Hysteretic
Declaration
public double Hysteretic { get; set; }
Property Value
Type |
Description |
System.Double |
|
Mass
Declaration
public double Mass { get; }
Property Value
Type |
Description |
System.Double |
|
ModeId
Declaration
public int ModeId { get; }
Property Value
Type |
Description |
System.Int32 |
|
PhysicalHysteretic
Declaration
public double PhysicalHysteretic { get; }
Property Value
Type |
Description |
System.Double |
|
PhysicalViscous
Declaration
public double PhysicalViscous { get; }
Property Value
Type |
Description |
System.Double |
|
RxMass
Declaration
public double RxMass { get; }
Property Value
Type |
Description |
System.Double |
|
RyMass
Declaration
public double RyMass { get; }
Property Value
Type |
Description |
System.Double |
|
RzMass
Declaration
public double RzMass { get; }
Property Value
Type |
Description |
System.Double |
|
Stiffness
Declaration
public double Stiffness { get; }
Property Value
Type |
Description |
System.Double |
|
Viscous
Declaration
public double Viscous { get; set; }
Property Value
Type |
Description |
System.Double |
|
XMass
Declaration
public double XMass { get; }
Property Value
Type |
Description |
System.Double |
|
YMass
Declaration
public double YMass { get; }
Property Value
Type |
Description |
System.Double |
|
ZMass
Declaration
public double ZMass { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink