Class DegreeOfFreedomBoundaryConditionAngular
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DegreeOfFreedomBoundaryConditionAngular
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DegreeOfFreedomBoundaryConditionAngular : DegreeOfFreedomBoundaryCondition, IEquatable<APIBase>
Properties
Angle
Measurement: SmallAngle
Declaration
public Overridable<double> Angle { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Torque
Measurement: Torque
Declaration
public double Torque { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>