Class ForceAndTorqueScalingFactor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ForceAndTorqueScalingFactor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ForceAndTorqueScalingFactor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ForceScalingFactor
Declaration
public double ForceScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Speed
Measurement: AngularVelocity
Declaration
public double Speed { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueScalingFactor
Declaration
public double TorqueScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>