Class AlignmentUsingAxialNodePositions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class AlignmentUsingAxialNodePositions : APIBase, IEquatable<APIBase>
Properties
FEAxisForAngleAlignment
Used to define the alignment angle of the FE compared to the replaced shaft(s). Zero rotation angle is defined as when this axis is in the direction of the X-Axis of the replaced shaft(s).
Declaration
public EnumWithSelectedValue<AlignmentAxis> FEAxisForAngleAlignment { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<AlignmentAxis> |
RotationAngle
Measurement: Angle
Declaration
public double RotationAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>