Class NormalModeProperty
Inheritance
NormalModeProperty
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
Frequency
Declaration
public double Frequency { get; }
Property Value
Hysteretic
Declaration
public double Hysteretic { get; set; }
Property Value
Mass
Declaration
public double Mass { get; }
Property Value
ModeId
Declaration
public int ModeId { get; }
Property Value
PhysicalHysteretic
Declaration
public double PhysicalHysteretic { get; }
Property Value
PhysicalViscous
Declaration
public double PhysicalViscous { get; }
Property Value
Stiffness
Declaration
public double Stiffness { get; }
Property Value
Viscous
Declaration
public double Viscous { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink